/* SET BASE
----------------------------------------------- */
* {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    box-sizing: border-box;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

:root {
    --bg-main: #050713;
    --bg-card: #0c0f1f;
    --bg-soft: #13162a;
    --bg-input: #080b18;

    --accent: #00eaff;
    --accent-soft: rgba(0, 234, 255, 0.18);
    --accent-strong: #ff00ff;

    --text-main: #e3f7ff;
    --text-muted: #6f7693;

    --border-soft: #232747;

    --shadow-soft: 0 0 45px rgba(0, 234, 255, 0.22), 0 0 90px rgba(255, 0, 255, 0.12);
    --shadow-soft-sm: 0 0 18px rgba(0, 0, 0, 0.9);
    --shadow-inset: inset 0 0 0 1px rgba(0, 234, 255, 0.3), inset 0 0 18px rgba(0, 0, 0, 0.9);
}

body {
    font: 15px 'Montserrat', sans-serif;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: var(--text-main);
    background:
        radial-gradient(circle at 0% 0%, #35106a 0, transparent 50%),
        radial-gradient(circle at 100% 0%, #002a4a 0, transparent 55%),
        radial-gradient(circle at 50% 100%, #380045 0, transparent 55%),
        #050713;
    min-height: 100%;
    width: 100%;
    font-weight: 400;
}
a {
    color: var(--accent);
    text-decoration: none;
}
a:hover,
a:focus,
.track-desc:hover > *,
.side-item:hover *,
.album-in:hover * {
    color: var(--accent-strong);
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
    font-weight: 500;
    font-size: 24px;
    color: var(--text-main);
}

button, textarea, select,
input[type="text"], input[type="password"],
input[type="button"], input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: 'Montserrat' !important;
    letter-spacing: .02em;
}

/* PRIMARY BUTTONS: неоновые таблетки */
.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button,
button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]),
html input[type="button"], input[type="reset"], input[type="submit"],
.meta-fav a, .usp-btn a {
    display: inline-block;
    text-align: center;
    padding: 0 22px;
    height: 44px;
    line-height: 44px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 500;
    background: radial-gradient(circle at 0 0, rgba(0, 234, 255, 0.35) 0, transparent 55%),
                linear-gradient(145deg, #090b18, #141a3b);
    color: var(--text-main);
    font-size: 15px;
    box-shadow: 0 0 12px rgba(0, 234, 255, 0.4);
    border: 1px solid rgba(0, 234, 255, 0.55);
}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover,
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]):hover,
html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover {
    background:
        radial-gradient(circle at 100% 0, rgba(255, 0, 255, 0.4) 0, transparent 55%),
        linear-gradient(145deg, #101329, #181f47);
    color: var(--accent);
    box-shadow: 0 0 18px rgba(0, 234, 255, 0.6), 0 0 30px rgba(255, 0, 255, 0.3);
}
button:active, input[type="button"]:active, input[type="submit"]:active {
    box-shadow: var(--shadow-inset);
}

/* INPUTS / FORMS: неоновые «вдавленные» поля */
input[type="text"], input[type="password"] {
    height: 44px;
    line-height: 44px;
    border-radius: 10px;
    padding: 0 15px;
}
select {
    height: 44px;
    border-radius: 10px;
    padding: 0 15px;
}
textarea {
    padding: 15px;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    border-radius: 12px;
}
input[type="text"], input[type="password"], select, textarea {
    width: 100%;
    background-color: var(--bg-input);
    color: var(--text-main);
    border: 1px solid rgba(0, 234, 255, 0.25);
    box-shadow: var(--shadow-inset);
}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    box-shadow:
        inset 0 0 0 1px rgba(0, 234, 255, 0.7),
        0 0 22px rgba(0, 234, 255, 0.4);
    border-color: rgba(0, 234, 255, 0.6);
}
input::placeholder, textarea::placeholder {
    color: var(--text-muted);
    opacity: 0.7;
    font-size: 14px;
}
input:focus::placeholder, textarea:focus::placeholder {color: transparent;}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 70%;}
.img-resp-vert {padding-top: 140%;}
.img-box img, .img-resp img, .img-resp-vert img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row, #dle-content {
    display:-ms-flexbox;display:-webkit-flex;display:flex;
    -ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
    -ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;
}
.fx-col {
    display:-ms-flexbox;display:-webkit-flex;display:flex;
    -ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column
}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start, #dle-content {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {
    -ms-flex-preferred-size: 0; flex-basis: 0;
    -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;
    max-width: 100%; min-width: 50px;
}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, .fw700 {font-weight: 600;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim, .btn, button, .side-nav a, .collection-in::before, .wplayer, .audioplayer,
.track-desc, .track-title, .track-subtitle, .side-item, .side-item * {
    transition: all .3s;
}
.mtitle, .sub-title h1, .form-wrap h1 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
}
#dle-content > *:not(.album-item):not(.collection-item) {width: 100%;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative;}
.wrap-center {
    max-width:1240px;
    margin:0 auto;
    position:relative;
    z-index:20;
}

/* HEADER: неоновая панель */
.header {
    background:
        radial-gradient(circle at 0 0, rgba(0, 234, 255, 0.15) 0, transparent 55%),
        linear-gradient(145deg, #050713, #10152c);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 234, 255, 0.35);
}
.header-in {padding: 20px 0;}
.col-main {min-height: 100vh;}
.col-left {
    width: 200px;
    margin-right: 30px;
    position: relative;
    z-index: 50;
}
.col-right {width: 240px; margin-left: 30px;}
.footer {
    color: var(--text-muted);
    padding: 30px 0;
    border-top: 1px solid var(--border-soft);
    margin-top: 30px;
}
.footer a, .footer span {
    color: var(--accent);
    border-bottom: 1px dotted var(--accent);
}

/* Кнопка наверх: неоновый круг */
#gotop{
    position:fixed;
    width:56px;
    height:56px;
    line-height:56px;
    right:14px;
    bottom:14px;
    z-index:997;
    display:none;
    background:
        radial-gradient(circle at 0 0, rgba(255, 0, 255, 0.4) 0, transparent 55%),
        linear-gradient(145deg, #080b18, #151b39);
    color: var(--accent);
    cursor:pointer;
    font-size:24px;
    border-radius:50%;
    text-align:center;
    box-shadow: 0 0 20px rgba(0, 234, 255, 0.6);
}
#gotop:hover {
    box-shadow: 0 0 25px rgba(255, 0, 255, 0.7);
    color: var(--accent-strong);
}

.header, .col-left, .col-right, .col-main {transition: all .5s;}
.not-loaded .header {transform: translateY(-100px);}
.not-loaded .col-left {transform: translateY(100px);}
.not-loaded .col-right {transform: translateY(100px);}
.not-loaded .col-main {transform: translateY(-100px);}
.not-loaded .wplayer-init {transform: translateY(100px);}


/* HEADER
----------------------------------------------- */
.logo {
    display: block;
    height: 40px;
    line-height: 40px;
    color: var(--text-main) !important;
    font-weight: 700;
    font-size: 24px;
    width: 200px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.logo span {color: var(--accent-strong);}
.logo span.logo-domain {
    color: var(--text-muted);
    font-weight: 500;
    font-size: 15px;
    margin-left: 3px;
}
.search-wrap {margin: 0 30px;}
.search-box {max-width: 740px; position: relative;}
.search-box input,
.search-box input:focus {
    padding: 0 60px 0 30px;
    border-radius: 22px;
    box-shadow: var(--shadow-inset);
    background-color: var(--bg-input);
    border: 1px solid rgba(0, 234, 255, 0.3);
}
.search-box input:not(:focus)::placeholder {
    color: var(--text-muted);
    opacity: 0.6;
    font-size: 13px;
}
.search-box button {
    position:absolute;
    right:3px;
    top:2px;
    z-index:10;
    width: 48px;
    cursor: pointer;
    background:
        radial-gradient(circle at 0 0, rgba(0, 234, 255, 0.4) 0, transparent 55%),
        linear-gradient(145deg,#090c1a,#141b3a);
    color: var(--accent);
    line-height: 40px;
    text-align: center;
    border-radius: 999px;
    box-shadow: 0 0 16px rgba(0, 234, 255, 0.55);
}


/* SECTION
----------------------------------------------- */
.sect {margin-bottom: 30px; position: relative;}
.sect-header {margin-bottom: 30px;}
.sect-title {
    font-weight: 500;
    font-size: 22px;
    color: var(--text-main);
}
.sect-title [class*=fa-], .side-bt [class*=fa-], .speedbar [class*=fa-] {
    color: var(--accent-strong);
    margin-right: 15px;
}
.sect-bg {
    background-color: var(--bg-card);
    padding: 30px;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(0, 234, 255, 0.16);
}
.sect-col {width: calc((100% - 30px)/2);}
.sect-link {
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    display: block;
    cursor: pointer;
    padding: 0 15px;
    background:
        linear-gradient(145deg,#080b18,#141a37);
    border-radius: 999px;
    font-size: 12px;
    color: var(--text-main);
    box-shadow: 0 0 12px rgba(0, 234, 255, 0.38);
}
.sect-link:hover {
    background: linear-gradient(145deg,#141a37,#080b18);
    color: var(--accent);
}
.sect-items {margin: 0 -10px -20px -10px;}


/* COLLECTION ITEM, ALBUM ITEM
----------------------------------------------- */
.collection-item, .album-item {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 25%;
}
.collection-in {
    display: block;
    height: 120px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 0 0, rgba(0, 234, 255, 0.2) 0, transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(255, 0, 255, 0.25) 0, transparent 65%),
        linear-gradient(145deg,#080b18,#151b3d);
    box-shadow: var(--shadow-soft-sm);
    position: relative;
    overflow: hidden;
}
.collection-title {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    z-index: 5;
    text-align: center;
    background-color: rgba(5,7,19,0.68);
    color: var(--text-main);
    font-weight: 600;
    padding: 15px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.collection-item:nth-child(1), .collection-item:nth-child(6) {width: 50%;}
.collection-in::before {
    content: '';
    position: absolute;
    left: -20%; top: -20%; right: -20%; bottom: -20%;
    z-index: 3;
    background:
        radial-gradient(circle at top left, rgba(0,234,255,0.24) 0, transparent 55%),
        radial-gradient(circle at bottom right, rgba(255,0,255,0.3) 0, transparent 60%);
    opacity: 0.9;
}
.album-item {width: 25%;}
.album-img {
    border-radius: 18px;
    margin-bottom: 15px;
    padding-top: 100%;
    background:
        linear-gradient(145deg,#080b18,#151b3d);
    box-shadow: var(--shadow-soft-sm);
}
.collection-in:hover {
    box-shadow: 0 0 26px rgba(0,234,255,0.6), 0 0 34px rgba(255,0,255,0.4);
}
.collection-in:hover::before {
    opacity: 1;
    transform: translateY(-4px);
}


/* TRACK ITEM
----------------------------------------------- */
.track-item:not(:last-child) {margin-bottom: 20px;}
.track-item a, a.track-desc, .track-fav a {display: block;}
.track-img {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-right: 15px;
    background:
        linear-gradient(145deg,#080b18,#181e3f);
    box-shadow: 0 0 14px rgba(0, 234, 255, 0.45);
}
.track-play {
    position: absolute;
    z-index: 5;
    left: 0; top: 0; right: 0; bottom: 0;
    text-align: center;
    background-color: rgba(5,7,19,0.88);
    color: var(--accent);
    cursor: pointer;
    font-size: 22px;
    opacity: 0;
}
.track-title {
    font-weight: 500;
    color: var(--text-main);
}
.track-subtitle {
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 5px;
}
.track-time {
    font-size: 12px;
    color: var(--text-muted);
    margin-left: 15px;
}
.track-fav, .track-dl {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient(145deg,#090c19,#181f41);
    color: var(--text-muted);
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 0 14px rgba(0, 234, 255, 0.4);
}
.track-dl {
    background: linear-gradient(145deg,#071712,#0f3c2a);
    color: #3fef8f;
    font-size: 20px;
    margin-left: 20px;
}
.track-dl:hover {color: #9affa5;}
.track-fav:hover, .track-fav:hover a {
    background: linear-gradient(145deg,#181f41,#090c19);
    color: var(--accent-strong);
}
.track-item:hover .track-play {opacity: 1;}
.track-item.js-item-played:before {
    background-color: rgba(5,7,19,0.9);
    content: '';
    border-radius: 18px;
    position: absolute;
    left: -10px; top: -10px; right: -10px; bottom: -10px;
    box-shadow: 0 0 20px rgba(0, 234, 255, 0.4);
}
.js-item-played .fa-play-circle:before {
    content: '\f04c';
    font-size: 14px;
    position: relative;
    top: -4px;
}
.track-item > *, .track-item {position: relative;}
.js-item-played .track-equalizer {opacity: 1;}

.track-equalizer {
    z-index: 3;
    pointer-events: none;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(5,7,19,0.88);
    align-items: center;
    justify-content: center;
    display: flex;
    opacity: 0;
}
.track-equalizer li {
    background: linear-gradient(180deg,#00eaff,#ff00ff);
    max-width: 4px;
    height: 100%;
    margin-right: 2px;
    border-radius: 3px;
    flex: 1 1 100%;
    min-width: 0;
    animation: equalizer .5s forwards ease-in-out infinite;
    animation-direction: alternate;
}
.track-equalizer li:last-child {margin-right: 0;}
.track-equalizer li:nth-child(1) {animation-duration: 2s;}
.track-equalizer li:nth-child(2) {animation-duration: 1.6s;}
.track-equalizer li:nth-child(3) {animation-duration: 1.9s;}
.track-equalizer li:nth-child(4) {animation-duration: 1.5s;}
.track-equalizer li:nth-child(5) {animation-duration: 1.7s;}
@keyframes equalizer {
    0% {height: 5%;}
    12% {height: 10%;}
    24% {height: 40%;}
    36% {height: 15%;}
    48% {height: 25%;}
    60% {height: 30%;}
    72% {height: 20%;}
    84% {height: 35%;}
    100% {height: 5%;}
}


/* SIDEBAR
----------------------------------------------- */
.side-box {
    margin-bottom: 20px;
    padding: 20px;
    background: var(--bg-card);
    border-radius: 20px;
    box-shadow: var(--shadow-soft-sm);
    border: 1px solid rgba(0, 234, 255, 0.16);
}
.side-bt {
    margin: 0 -20px 20px -20px;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid var(--border-soft);
    padding: 0 20px 20px 20px;
    color: var(--text-main);
}
.side-sticky {position: sticky; left: 0; top: 15px;}

.side-nav {padding: 10px;}
.side-nav > li > a {
    display: block;
    font-weight: 500;
    padding-left: 40px;
    color: var(--text-main);
}
.side-nav > li {position: relative; margin-bottom: 20px;}
.side-nav > li > span {
    position: absolute;
    left: 0;
    top: 0px;
    color: var(--accent);
    font-size: 18px;
    pointer-events: none;
}
.side-nav > li > a:hover, .side-nav > li:hover > a {
    color: var(--accent-strong);
}
.submenu > a:after {
    content:"\f061";
    font-weight: 300;
    font-family:'Font Awesome 5 Pro';
    transition: all .2s;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 2px;
}
.hidden-menu {
    background-color: #050713;
    box-shadow: 0 18px 40px rgba(0,0,0,0.85);
    z-index: 100;
    position: absolute;
    left: 90%;
    top: 0%;
    width: 320px;
    border-radius: 18px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    padding: 20px;
    padding-bottom: 5px;
    border: 1px solid rgba(0,234,255,0.25);
}
.hidden-menu li {width: 50%; margin-bottom: 15px;}
.hidden-menu li a {
    display: block;
    font-size: 14px;
    color: var(--text-main);
}
.side-nav > li:hover .hidden-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.side-top-item:not(:last-child) {margin-bottom: 20px;}
.side-letter {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    z-index: 5;
    font-size: 17px;
    text-align: center;
    background-color: #050713;
    color: var(--text-main);
    text-transform: uppercase;
    font-weight: 600;
}
.side-item {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}
.side-item:last-child {margin-bottom: 0;}
.side-item span {
    font-weight: 500;
    color: var(--text-main);
}
.side-item::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--accent-soft);
    font-size: 10px;
}
.side-subscribe {
    background:
        linear-gradient(145deg,#050713,#121735) !important;
    color: var(--text-main);
}
.side-subscribe .side-bt .fal {
    color: var(--accent);
    margin-right: 10px;
}
.side-subscribe-caption {
    font-size: 13px;
    margin-top: 20px;
    color: var(--text-muted);
}
.side-subscribe .search-box input {
    padding: 0 15px;
    background-color: var(--bg-input);
}
.side-subscribe button {
    right: 0;
    width: 40px;
}
.side-subscribe .side-bt {
    border-bottom: 0;
    padding-bottom: 0;
}

.side-text {
    padding: 10px;
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.6;
}
.side-links {
    line-height: 2.2;
    padding: 0;
    font-size: 14px;
    margin-right: -20px;
}
.side-links a {
    margin-right: 20px;
    color: var(--accent);
}
.side-links a:hover {text-decoration: underline;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {margin-bottom: -10px; padding-top: 30px;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {
    display:inline-block;
    padding:0 10px;
    margin:0 3px 10px 3px;
    line-height: 40px;
    min-width: 40px;
    background-color: #050713;
    box-shadow: 0 0 14px rgba(0,0,0,0.9);
    border-radius: 14px;
    font-weight: 500;
    font-size: 17px;
    color: var(--text-main);
    border: 1px solid rgba(0,234,255,0.25);
}
.navigation span:not(.nav_ext), .pagi-nav a:hover {
    background:
        linear-gradient(145deg,#10152b,#181f45);
    color: var(--accent-strong);
}


/* PLAYER
----------------------------------------------- */
.wplayer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 15px;
    z-index: 990;
}
.audioplayer {
    max-width: 740px;
    margin: 0 auto;
    height: 70px;
    border-radius: 24px;
    padding: 12px 22px 12px 12px;
    background:
        radial-gradient(circle at 0 0, rgba(0,234,255,0.2) 0, transparent 55%),
        linear-gradient(145deg,#050713,#141a3a);
    color: var(--text-main);
    box-shadow: 0 -10px 40px rgba(0,0,0,0.95);
    position: relative;
    left: -20px;
    border: 1px solid rgba(0,234,255,0.25);
}
.audioplayer audio {display: none;}
.audioplayer-bar {
   /* position: absolute;
    left: 0px;
    right: 0px;
    top: -7px;
    height: 7px;
    background-color: var(--bg-soft);
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.9);*/
    display:none;
}
.audioplayer-bar-loaded {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0,234,255,0.25);
    border-radius: inherit;
}
.audioplayer-bar-played {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10;
    border-radius: inherit;
    background: linear-gradient(90deg,var(--accent-strong),var(--accent));
    box-shadow: 0 0 16px rgba(255,0,255,0.7);
}
.audioplayer-volume {
    position: relative;
    z-index: 100;
    margin-left: 20px;
    font-size: 18px;
}
.audioplayer-muted .fa-volume-up:before {content: '\f6a9';}
.audioplayer-volume-button a {
    color: var(--text-muted);
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.audioplayer-volume-adjust {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 30px;
    height: 100px;
    background-color: #050713;
    box-shadow: var(--shadow-soft-sm);
    padding: 10px;
    display: none;
    border-radius: 14px;
    border: 1px solid rgba(0,234,255,0.25);
}
.audioplayer-volume-adjust > div {
    width: 10px;
    height: 80px;
    border-radius: 999px;
    position: relative;
    cursor: pointer;
    background-color: var(--bg-soft);
    overflow: hidden;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
}
.audioplayer-volume-adjust > div > div {
    width: 100% !important;
    background: linear-gradient(180deg,var(--accent-strong),var(--accent));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}
.ap-dl {
    font-size: 24px;
    color: #3fef8f;
    margin-left: 20px;
}
.ap-time {
    font-size: 12px;
    color: var(--text-muted);
    margin-left: 20px;
}
.audioplayer-time-current:after {
    display: none;
}
.audioplayer-time-duration {display: none;}
.ap-desc {width: 300px;}
.ap-img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    border-radius: 14px;
    background:
        linear-gradient(145deg,#080b18,#181e3f);
    box-shadow: 0 0 14px rgba(0,234,255,0.45);
}
.ap-artist {
    font-size: 13px;
    margin-top: 5px;
    color: var(--text-muted);
}
.ap-title {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-main);
}
.ap-btns {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.audioplayer-playpause a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    display: block;
    position: relative;
    margin: 0 10px;
    background:
        radial-gradient(circle at 0 0, rgba(255,0,255,0.3) 0, transparent 55%),
        linear-gradient(145deg,#090c1a,#151c3f);
    color: var(--accent);
    box-shadow: 0 0 18px rgba(255, 0, 255, 0.7);
}
.ap-prev, .ap-next {
    cursor: pointer;
    color: var(--accent);
    background: linear-gradient(145deg,#090c1a,#151c3f);
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    box-shadow: 0 0 14px rgba(0,234,255,0.4);
}
.audioplayer-volume-button a:hover, .ap-dl:hover {
    opacity: 1;
    color: var(--accent-strong);
}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover, .ap-prev:hover, .ap-next:hover {
    background: linear-gradient(145deg,#151c3f,#090c1a);
    color: var(--accent-strong);
}
.wplayer-init .audioplayer-playpause .fas:before {content: '\f04b'; padding-left: 1px;}
.player-hide .wplayer {bottom: -80px;}
.player-hide .audioplayer {
    box-shadow: 0 -15px 30px rgba(0,0,0,0);
    transform: scale(0.5,0.5);
}
.ap-title, .ap-artist {max-width: 230px;}


/* FULL
----------------------------------------------- */
.fheader {margin-bottom: 15px;}
.fheader h1 {color: var(--accent);}
.fheader h1 div {
    color: var(--text-main);
    margin-bottom: 5px;
    font-size: 0.8em;
}
.fheader h1 a{margin-left: 15px;}
.fimg {
    width: 180px;
    height: 180px;
    margin-right: 15px;
    border-radius: 18px;
    background:
        linear-gradient(145deg,#080b18,#181f40);
    box-shadow: 0 0 24px rgba(0,234,255,0.5);
}
.finfo li {
    display: flex;
    justify-content: flex-start;
    font-size: 13px;
    line-height: 1.8;
}
.finfo li > span:first-child {
    color: var(--text-muted);
    display: inline-block;
    width: 110px;
}
.finfo span a {
    color: var(--accent);
    text-decoration: underline;
}
.frate a {display: block; margin-left: 13px;}
.frate a .fal {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    background: linear-gradient(145deg,#061510,#0f3a28);
    color: #3fef8f;
    font-size: 18px;
    box-shadow: 0 0 18px rgba(63,239,143,0.7);
}
.frate a + a .fal {
    background: linear-gradient(145deg,#24040a,#5e1121);
    color: #ff4b5c;
}
.fcaption {
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-muted);
    margin: 15px 0 -5px 0;
}
.ffav a {display: block;}
.ffav .track-fav {
    width: auto;
    padding: 0 10px;
    border-radius: 12px;
    margin: 10px 0 0 0;
    display: block;
    line-height: 30px;
    color: var(--accent-strong);
    background: linear-gradient(145deg,#090c19,#181f40);
    box-shadow: 0 0 16px rgba(255,0,255,0.5);
}
.ffav .fal, .ffav .fas {
    color: var(--accent-strong);
    margin-right: 8px;
}
.ffav .track-fav a {color: var(--accent-strong);}

.fctrl {
    width: 230px;
    margin-left: 15px;
}
.fplay {
    height: 60px;
    border-radius: 16px;
    cursor: pointer;
    color: var(--text-main);
    font-size: 13px;
    background: linear-gradient(145deg,#060814,#181f42);
    box-shadow: 0 0 18px rgba(0,234,255,0.5);
    position: relative;
    padding: 10px 10px 10px 50px;
    margin-bottom: 15px;
}
.fplay-caption div {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px;
}
.fplay .track-play {
    opacity: 1;
    width: 40px;
    border-radius: 16px 0 0 16px;
    font-size: 14px;
    background-color: rgba(5,7,19,0.9);
}
.fdl {
    display: block;
    margin-bottom: 0;
    color: #3fef8f !important;
    background: linear-gradient(145deg,#04140e,#115337);
}
.fdl .track-play {
    color: #3fef8f;
    font-size: 18px;
}
.js-item-played .fa-play:before {content: '\f04c';}
.fplay:hover {
    box-shadow: 0 0 24px rgba(0,234,255,0.7);
}
.fplay:hover .track-play {
    background-color: rgba(8,11,27,0.95);
}

.show-text {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background: linear-gradient(145deg,#090c1a,#181f43);
    color: var(--accent);
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -20px;
    z-index: 5;
    box-shadow: 0 0 18px rgba(0,234,255,0.6);
}
.ftext[style]::before {
    content: '';
    pointer-events: none;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, #050713 100%);
}
.ftext {position: relative;}

.fcols .fcaption {
    width: 230px;
    margin: 0 0 0 15px;
    text-align: right;
}
.fimg-podb {
    border-radius: 20px;
    height: 260px;
    color: var(--text-main);
    background:
        radial-gradient(circle at 0 0, rgba(0,234,255,0.25) 0, transparent 55%),
        linear-gradient(145deg,#050713,#181f40);
    box-shadow: var(--shadow-soft);
    position: relative;
    overflow: hidden;
}
.fimg-podb .fheader {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    z-index: 5;
    margin: 0;
    padding: 15px 30px;
}
.fimg-podb a, .fimg-podb h1 {color: var(--text-main);}
.fimg-podb::before {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    z-index: 3;
    background: linear-gradient(to top, rgba(5,7,19,1) 0%, transparent 100%);
    height: 50%;
}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
    max-width:100% !important;
    display:block;
    width:100%;
    height:400px;
}
.mejs-container {max-width:100% !important;}
.full-text {
    line-height: 1.7;
    font-size: 15px;
    color: var(--text-main);
}
.full-text img:not(.emoji) {
    max-width:100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    box-shadow: 0 0 18px rgba(0,0,0,0.9);
}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {
    text-decoration:underline;
    color: var(--accent);
}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:0;}
.full-text > ul li {list-style:disc; margin-left:40px;}
.full-text > ol li {list-style:decimal; margin-left:40px;}


/* COMMENTS
----------------------------------------------- */
.add-comms {margin-top: 30px; display: none;}
.ac-inputs input {width: 48.5%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.add-comms input, .add-comms textarea, .ac-submit button {}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {
    display: inline-block;
    padding-bottom: 20px;
    color: var(--accent);
    font-size: 18px;
}

.comm-avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: linear-gradient(145deg,#080b18,#181f40);
    box-shadow: 0 0 16px rgba(0,234,255,0.5);
}
.comm-letter {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    color: var(--text-main);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.comm-item {
    font-size: 13px;
    padding-left: 60px;
    position: relative;
    min-height: 60px;
    margin-top: 30px;
}
.comm-two {margin: 10px 0; font-size: 15px;}
.comm-one > span {
    margin-right: 15px;
    color: var(--text-muted);
}
.comm-one > span.comm-author, .comm-one > span.comm-author a {
    color: var(--text-main);
    opacity: 1;
    font-weight: 500;
}
.comm-three-left > a, .comm-three-right li a {opacity: 0.6;}
.comm-three-right li {
    display: inline-block;
    margin-left: 15px;
}
.comm-rate3 {
    white-space:nowrap;
    font-size:14px;
    margin-right: 15px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -3px;
}
.comm-rate3 a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    opacity: 0.4;
}
.comm-rate3 > span {margin: 0 5px;}
.comm-rate3 > span > span.ratingtypeplus {color: #3fef8f;}
.comm-rate3 > span > span.ratingplus {color: #9affa5;}
.comm-rate3 > span > span.ratingminus {color: #ff0e0e;}
.comm-three a:hover {border-bottom-color: transparent;}
.comm-three-left > a {
    opacity: 1;
    color: var(--accent);
}


/* LOGIN
----------------------------------------------- */
.overlay-box {
    position: fixed;
    z-index: 998;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background-color: #000;
    cursor: pointer;
}
.login-box {
    position: fixed;
    z-index: 999;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    background:
        radial-gradient(circle at 0 0, rgba(0,234,255,0.3) 0, transparent 55%),
        linear-gradient(145deg,#050713,#181f40);
    padding: 30px 60px 40px 60px;
    border-top: 5px solid var(--accent-strong);
    width: 400px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.95);
    border-radius: 18px;
}
.login-close {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px;
    color: #ffffff;
}
.login-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    color: var(--text-main);
}
.login-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    background: linear-gradient(145deg,#080b18,#181f40);
    color: var(--text-muted);
    box-shadow: 0 0 18px rgba(0,234,255,0.6);
}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {
    border-bottom: 1px dotted var(--accent);
    color: var(--accent);
    font-size: 13px;
}
.login-check {position: relative; font-size: 14px;}
.login-check input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}
.login-check span {
    display: block;
    padding-left: 36px;
    height: 30px;
    line-height: 30px;
    color: var(--text-muted);
}
.login-check span:before,
.login-check span:after{
    content: '';
    position: absolute;
    top: 50%;
    transition: .3s;
}
.login-check span:before{
    left: 0;
    height: 10px;
    margin-top: -5px;
    width: 26px;
    border-radius: 999px;
    background: linear-gradient(145deg,#080b18,#181f40);
    box-shadow: 0 0 16px rgba(0,0,0,0.9);
}
.login-check span:after{
    left: 1px;
    height: 14px;
    width: 14px;
    margin-top: -7px;
    background: #3fef8f;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(63,239,143,0.8);
}
.login-check input:checked + span:before {background-color: #04140e;}
.login-check input:checked + span:after {
    left: 13px;
    background-color: #3fef8f;
}
.login-menu {
    border-top: 1px solid var(--border-soft);
    border-left: 1px solid var(--border-soft);
}
.login-menu li {
    text-align: center;
    border-right: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
    width: 50%;
}
.login-menu a {
    display: block;
    padding: 10px 5px;
    font-size: 13px;
    color: var(--text-main);
}
.login-menu li .fa {
    display: none;
    height: 28px;
    font-size: 22px;
    color: var(--accent);
}
.login-admin {
    text-align: center;
    margin: -10px 0 25px 0;
}
.login-soc-title {
    display: flex;
    align-items: center;
    margin: 30px 0 15px 0;
}
.login-soc-title:before, .login-soc-title:after {
    content: '';
    height: 1px;
    background-color: var(--border-soft);
    flex: 1;
}
.login-soc-title:before {margin-right: 15px;}
.login-soc-title:after {margin-left: 15px;}
.login-soc-btns {text-align: center;}
.login-soc-btns a {
    display:inline-block;
    margin: 0 3px;
    vertical-align:top;
}
.login-soc-btns img {
    display:block;
    width:30px;
    height: 30px;
    border-radius: 50%;
}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {
    width:280px;
    height:100%;
    overflow-x:hidden;
    overflow-y:auto;
    background-color:var(--bg-main);
    padding:15px 20px;
    z-index:9999;
    position:fixed;
    left:-320px;
    top:0;
    transition:left .4s;
    box-shadow: 10px 0 30px rgba(0,0,0,0.9);
}
.side-panel.active {left:0;}
.close-overlay {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    position:fixed;
    left:0;
    top:0;
    z-index:9998;
    display:none;
}
.btn-close {
    cursor:pointer;
    display:block;
    left: 280px;
    top: -40px;
    position: fixed;
    z-index: 9999;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:18px;
    background-color: #f05c4f;
    color: #fff;
    transition:top .4s;
    border-radius: 0 10px 10px 0;
}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .hidden-menu {
    width: 100%;
    width: calc(100% + 40px);
    margin: 20px -20px 10px -20px;
    box-shadow: none;
    border-radius: 0;
    position: static;
    visibility: visible;
    transform: none;
    opacity: 1;
    padding: 20px 10px 1px 10px;
    background: transparent;
}
.side-panel .hidden-menu li {
    -ms-flex-preferred-size: 0; flex-basis: 0;
    -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;
    max-width: 100%; min-width: auto;
    white-space: nowrap;
    margin: 0 10px 20px 10px;
}

@media screen and (max-width: 1220px) {
    .wrap {padding: 0; overflow: hidden;}
    .wrap-center {max-width:1000px; width: calc(100% - 30px);}
    .col-left {display: none;}
    .btn-menu {
        display: block;
        font-size: 28px;
        margin-left: 15px;
        cursor: pointer;
        color: var(--accent);
    }
    .search-wrap {margin: 0 30px;}
    .header-btn {
        background: linear-gradient(145deg,#090c1a,#181f40);
        color: var(--accent);
        border-radius: 999px;
        box-shadow: 0 0 14px rgba(0,234,255,0.4);
    }
    .header, .sect, .side-box {margin-bottom: 15px;}
    .col-right {margin-left: 15px;}
    #gotop {
        bottom: 80px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .wplayer {bottom: 0;}
    .audioplayer, .audioplayer-bar {
        border-radius: 0;
        max-width: 100%;
        left: 0;
    }

    .fcols .fcaption {width: 100%; margin: 10px 0 -15px 0; text-align: left;}
    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
}

@media screen and (max-width: 950px) {
    .wrap-center {max-width:768px;}
    .col-right {display: none;}
    .footer {display: block; text-align: center;}
    .footer-copyright {margin: 0 0 30px 0;}
}

@media screen and (max-width: 760px) {
    .wrap-center {max-width:640px;}
    .not-logged .login-avatar {display: none;}
    .login-close {top: -5px;}
    .login-title {font-size: 18px;}
    .login-box {max-width: calc(100% - 60px); padding: 15px;}
    .header-in {padding: 10px 0;}
    .search-wrap {
        -ms-flex-order: 10;-webkit-order: 10;order: 10;
        min-width: 100%;
        margin: 10px 0 0 0;
    }
    .logo {
        -ms-flex-preferred-size: 0; flex-basis: 0;
        -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;
        max-width: 100%; min-width: 50px;
        margin-right: 15px;
    }
    .sect-col {width: 100%;}
    .sect-col + .sect-col {margin-top: 30px;}
    .sect-bg {padding-left: 15px; padding-right: 15px;}
    .ap-title, .ap-artist {max-width: 100%;}
    .ap-desc {
        position: absolute;
        left: 0; right: 0; bottom: 100%;
        z-index: 5;
        min-width: 100%;
        padding: 10px;
        background-color: #050713;
        box-shadow: 0 0 30px rgba(0,0,0,0.9);
        visibility: hidden;
    }
    .ap-mob-btn {
        display: block;
        cursor: pointer;
        font-size: 28px;
        color: var(--accent);
    }
    .ap-time {
        -ms-flex-preferred-size: 0; flex-basis: 0;
        -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;
        max-width: 100%; min-width: 50px;
        justify-content: flex-end;
    }
    .ap-desc.is-active {visibility: visible;}
    .audioplayer-volume {display: none;}
    .ap-btns {
        left: 70px;
        transform: translate(0,-50%);
    }

    .fctrl {
        width: 100%;
        margin: 15px 0 0 0;
        display: flex;
        justify-content: space-between;
    }
    .fplay {width: 48%; margin: 0;}
    .fimg-podb {border-radius: 0; margin: -30px -15px 0 -15px;}
    .fimg-podb .fheader {padding: 15px;}
    .dcont button {font-size:12px; padding:0 15px !important;}
    .comments-tree-list .comments-tree-list {padding-left:0px !important;}
    .comments-tree-list .comments-tree-list:before {display:none;}
    .mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
    .wrap-center {max-width:480px;}
    .header-btn {
        margin-left: 15px;
        font-size: 12px;
        padding: 0 10px;
        border-radius: 15px;
        height: 30px;
        line-height: 30px;
    }
    .sect-title {font-size: 20px;}
    .sect-items {margin: 0 -5px -10px -5px;}
    .album-item, .collection-item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .col-right {display: block; width: 100%; margin: 10px 0 0 0;}

    .ac-inputs input {width: 100%;}
    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

    .ui-dialog {width:100% !important;}
    .upop-left, .upop-right {
        float:none !important;
        width:100% !important;
        margin:0;
        padding:0 20px;
    }
    .upop-left {margin-bottom:10px; text-align:center;}
    .ui-dialog-buttonset button {
        display:block;
        margin:0 0 5px 0;
        width:100%;
    }
    #dofullsearch, #searchsuggestions span.seperator {display:none !important;}
    .attach .download-link {
        margin:0 -15px 0 0;
        float:none;
        display:block;
        padding:0 10px;
    }
    .attach-info {float:none;}
}

@media screen and (max-width: 470px) {
    .wrap-center {max-width:360px;}
    .track-time {
        font-size: 10px;
        margin-left: 10px;
    }
    .track-dl {margin-left: 10px;}
    .logo {font-size: 20px;}

    .fmain {
        margin: -15px;
        margin-bottom: 15px;
        border-radius: 0;
        padding: 15px;
        background: var(--bg-card);
    }
    .frate {font-size: 12px;}
    .frate a .fal {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-right: 5px;
    }
    .fheader h1 {font-size: 20px;}
    .fimg {
        width: 100px;
        height: 100px;
        margin-right: 10px;
    }
    .finfo li {line-height: 1.5;}
    .ffav {display: none !important;}
    .fcols .fcaption {margin-bottom: 0;}
    .fimg-podb {margin-top: -15px; height: 150px;}
    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}
