/* Muzcu: rich dark green theme */
:root {
    --bg-page: #0c1a14;
    --bg-raised: #0e221a;
    --bg-panel: #132a22;
    --bg-row: #183528;
    --border-subtle: #1f4a3a;
    --border-strong: #27624c;
    --accent: #2ecc8a;
    --accent-bright: #4ade80;
    --accent-deep: #1f6b4a;
    --accent-btn: #2d8f5f;
    --text-muted: #8fb0a3;
    --text-dim: #6d887a;
}

* {
    background: 0 0;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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%;
}
.mcu-clr {
    clear: both;
}
.mcu-clearfix:after {
    content: "";
    display: table;
    clear: both;
}
body {
    font: 17px 'Jost', sans-serif;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #0c1a14;
    background-image: linear-gradient(165deg, #06120d 0%, #0c1a14 42%, #0a2319 100%);
    background-attachment: fixed;
    min-height: 100%;
    width: 100%;
    font-weight: 400;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2ecc8a;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    font-size: 18px;
}
button,
textarea,
input[type="text"],
input[type="password"] {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: 'Jost' !important;
}
.mcu-button,
.mcu-btn,
.mcu-pagi-load a,
.mcu-up-second li a,
.mcu-usp-edit a,
.qq-upload-button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.meta-fav a,
.mcu-usp-btn a {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    background-color: #2d8f5f;
    font-size: 16px;
    font-weight: 400;
}
.mcu-button:hover,
.mcu-btn:hover,
.mcu-up-second li a:hover,
.mcu-usp-edit a:hover,
.qq-upload-button:hover,
.mcu-pagi-load a:hover,
.mcu-usp-btn a:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.meta-fav a:hover {
    background-color: #1f6b4a;
    color: #fff;
    box-shadow: 0 10px 20px 0 transparent;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active {
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
input[type="text"],
input[type="password"] {
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    border: 0;
    padding: 0 15px;
}
select {
    height: 40px;
    border: 0;
    padding: 0 15px;
}
textarea {
    padding: 15px;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
input[type="text"],
input[type="password"],
select,
textarea {
    width: 100%;
    background-color: #fff;
    color: #FDF3E6;
}
select {
    width: auto;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
}
.img-box,
.img-wide,
.img-square,
.img-resp,
.img-resp-vert,
.img-resp-sq,
.img-fit {
    overflow: hidden;
    position: relative;
}
.img-resp {
    padding-top: 60%;
}
.img-resp-vert {
    padding-top: 124%;
}
.img-resp-sq {
    padding-top: 100%;
}
.img-box img,
.img-square img,
.img-resp img,
.img-resp-vert img,
.img-resp-sq img {
    width: 100%;
    min-height: 100%;
    display: block;
}
.img-resp img,
.img-resp-vert img,
.img-resp-sq img {
    position: absolute;
    left: 0;
    top: 0;
}
.img-wide img {
    width: 100%;
    display: block;
}
.img-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mcu-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mcu-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;
}
.mcu-fx-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.mcu-fx-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.mcu-fx-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mcu-fx-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.mcu-fx-first {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
}
.mcu-fx-last {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
}
.mcu-fx-1,
.mcu-hnav 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: 50px;
}
.mcu-fx-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
b,
strong,
.mcu-fw700 {
    font-weight: 600;
}
.mcu-icon-left .fa,
.mcu-icon-left .icon,
.mcu-icon-left .fas,
.mcu-icon-left .far,
.mcu-icon-left .fal {
    margin-right: 10px;
}
.mcu-icon-right .fa,
.mcu-icon-right .icon,
.mcu-icon-right .fas,
.mcu-icon-right .far,
.mcu-icon-right .fal {
    margin-left: 10px;
}
.mcu-hidden,
#dofullsearch {
    display: none;
}
.mcu-anim {
    transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
.mcu-anim-all {
    transition: all 0.3s;
}
.mcu-re {
	padding-top: 20px;	
}
.mcu-mtitle,
.mcu-sub-title h1,
.mcu-form-wrap h1 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}
#dle-content > *:not(.mcu-track-item) {
    width: 100%;
}
@font-face {
    font-family: 'Jost';
    src: url(../webfonts/ProximaNova-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Jost';
    src: url(../webfonts/ProximaNova-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Jost';
    src: url(../webfonts/ProximaNova-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Jost';
    src: url(../webfonts/ProximaNova-Extrabld.woff) format("woff");
    font-weight: 800;
    font-style: normal;
}
.mcu-wrap {
    min-width: 320px;
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
}
.mcu-wrap-center {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.mcu-site-header {
    padding: 30px 30px;
	background-color: #0e221a;
	border-bottom: 1px solid rgba(46, 204, 138, 0.22);
	box-shadow: 0 4px 28px rgba(0, 0, 0, 0.35);
}
.mcu-content {

}
.mcu-main {
    background-color: #132a22;
    min-height: 80vh;
    padding: 30px;
	margin-top: 30px;
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(46, 204, 138, 0.1);
	
}
.mcu-side-box {
	background-color: #132a22;
	padding: 30px;
	border-bottom: 4px solid #1f4a3a;
}


.mcu-side-box-pop {
	background-color: #132a22;
	padding: 20px;
}

.mcu-sidebar {
    width: 300px;
	margin: 30px 0px 0px 30px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(46, 204, 138, 0.08);
}
.mcu-footer {
    line-height: 1.5;
    padding: 40px 0px;
}
.mcu-ft-desc span {
    color: #2ecc8a;
    text-decoration: underline;
}
.mcu-ft-count {
    display: inline-block;
}
.mcu-ft-count > * {
    display: block;
}
#mcu-gotop {
    position: fixed;
    right: 18px;
    bottom: 100px;
    z-index: 1000;
    width: 44px;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    display: none;
    background-color: #2d8f5f;
    color: #fff;
    border: 1px solid rgba(46, 204, 138, 0.35);
    transition: background-color 0.2s, transform 0.2s;
}
#mcu-gotop:hover {
    background-color: #1f6b4a;
    transform: translateY(-2px);
}
.mcu-logo {
    display: block;
    width: 320px;
	border-right: 2px solid #1e4a3c;
	margin-right: 26px;
	flex-shrink: 0;
}
.mcu-logo img {
	padding-right: 32px;
	height: 54px;
	width: auto;
	max-width: 100%;
}
.mcu-hdesc {
    border-left: 1px solid #2d5a50;
    padding-left: 20px;
    margin-left: 0px;
    font-size: 13px;
    line-height: 1.6;
    color: #7a9e8e;
    margin-right: 70px;
}
.mcu-side-bt {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 15px;
	padding-left: 5px;
	font-weight: 800;
	color: #4ade80;
}
.mcu-side-bt-pop {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 15px;
	padding-left: 5px;
	font-weight: 800;
	color: #4ade80;
}
.mcu-side-bt .fas {
    color: #2ecc8a;
    margin-right: 10px;
}
.mcu-main-nav {
    font-size: 17px;
}
.mcu-main-nav li {
    position: relative;
    z-index: 10;
}
.mcu-main-nav a {
	color: #fff;
    height: 40px;
    line-height: 40px;
    position: relative;
    display: block;
    padding: 0 0 0 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mcu-main-nav a:before {
    content: "\f111";
    font-family: "font awesome 5 pro";
	color: #2ecc8a;
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 9px;
    font-weight: 900;
}

.mcu-main-nav li:hover a:before {
    content: "\f111";
    font-family: "font awesome 5 pro";
    color: #a8c4b8;
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 9px;
    font-weight: 900;
}

/* Главная: быстрые ссылки на разделы каталога */
.mcu-cat-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin: 0 0 20px;
	padding: 0;
}
.mcu-cat-pill {
	display: inline-flex;
	align-items: center;
	padding: 7px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	color: #ecfdf5;
	text-decoration: none;
	background: rgba(19, 42, 34, 0.75);
	border: 1px solid rgba(46, 204, 138, 0.22);
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.mcu-cat-pill:hover {
	color: #052017;
	background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
	border-color: transparent;
}

.mcu-track-nav {
    font-size: 15px;
}
.mcu-track-nav li {
    position: relative;
    z-index: 10;
}
.mcu-track-nav a {
    height: 36px;
    line-height: 36px;
    position: relative;
    display: block;
    padding: 0 0 0 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mcu-track-nav a:before {
    content: "\f04b";
    font-family: "font awesome 5 pro";
    color: #2ecc8a;
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 12px;
    font-weight: 900;
}

.mcu-track-nav li:hover a:before {
    content: "\f04b";
    font-family: "font awesome 5 pro";
	color: #a8c4b8;
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 12px;
    font-weight: 900;
}

.mcu-search-wrap {
    position: relative;
    width: 340px;
}
.mcu-search-box input,
.mcu-search-box input:focus {
    padding: 0 50px 0 20px;
	box-shadow: none;
	background-color: #183528;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
	color: #fff;
}
.mcu-search-box input:not(:focus)::placeholder {
    color: #2ecc8a;
    opacity: 0.6;
    font-size: 15px;
}
.mcu-search-box button {
    position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 48px;
	background: 0 0;
	color: #fff;
	font-size: 19px;
	padding: 0;
	height: 48px;
	line-height: 48px;
	border-radius: 0;
}
.mcu-sect + .mcu-sect {
    margin-top: 40px;
}

.mcu-side-box + .mcu-side-box {
    margin-top: 20px;
}

.mcu-fcaption + .mcu-sect {
    margin-top: 40px;
}
.mcu-sect-header {
    margin-bottom: 20px;
}
.mcu-sect-title {
    font-size: 26px;
    font-weight: 800;
}
.mcu-sect-title-sm {
    font-size: 18px;
}
.mcu-ft-desc a {color: #4ade80;}
.mcu-sect-title span,
.mcu-fplay-title span,
.mcu-site-desc h1 span,
.mcu-site-desc h2 span {
    color: #4ade80;
}
.mcu-sect-title .far,
.mcu-side-bt .far,
.mcu-speedbar-inner .fas {
    color: #6eb896;
    margin-right: 0;
    margin-left: 2px;
    opacity: 0.95;
}
.mcu-speedbar {
    font-family: "Jost", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 22px;
    padding: 14px 18px;
    background: linear-gradient(165deg, rgba(19, 42, 34, 0.95) 0%, rgba(8, 28, 22, 0.92) 100%);
    border: 1px solid rgba(46, 204, 138, 0.22);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.mcu-speedbar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    color: #b8d4c8;
}
.mcu-speedbar-inner a {
    color: #dff6eb;
    text-decoration: none;
    font-weight: 500;
    border-radius: 6px;
    padding: 2px 6px;
    margin: -2px -6px;
    transition: color 0.15s ease, background-color 0.15s ease;
}
.mcu-speedbar-inner a:hover {
    color: #4ade80;
    background: rgba(46, 204, 138, 0.12);
}
.mcu-speedbar-inner > span:not(.fa):not([class*="fa-"]) {
    color: #e8f5ef;
    font-weight: 600;
}
.mcu-sect-bg {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 6px;
}
.mcu-sect-col {
    width: 100%;
}
.mcu-track-item, .mcu-track-item-pop {
    width: 100%;
}
.mcu-track-item {
    background-color: #183528;
    padding: 14px 16px;
    position: relative;
	border-bottom: 2px solid #1f4a3a;
}

.mcu-track-item-pop {
    background-color:#132a22;
    padding: 6px;
    position: relative;
}

.mcu-track-item:nth-child(2n + 1) {
    background-color: #183528;
}

.mcu-track-item-pop:nth-child(2n + 1) {
    background-color: #183528;
}
.mcu-track-desc {
    display: block;
	font-size: 16px;
}
.mcu-track-time {
    font-size: 14px;
    margin-left: 15px;
    color: #8fb0a3;
}
.mcu-track-dl {
    margin-left: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	color: #2ecc8a;
	font-size: 18px;
}
.mcu-track-title {
}
.mcu-track-subtitle {
    font-size: 17px;
	margin-top: 2px;
	color: #9eb5a8;
}
.mcu-track-play {
    width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 21px;
	margin-right: 12px;
	font-size: 15px;
	padding-left: 3px;
	cursor: pointer;
	background: #2ecc8a;
	color: #fff;
}
.mcu-track-item.mcu-js-item-played {
}
.mcu-js-item-played .fa-play:before {
    content: "\f04c";
}
.mcu-js-item-played .mcu-track-play {
    padding-left: 0;
    background: #0e221a;
    color: #fff;
}
.mcu-track-play:hover {
    background: #0e221a;
    color: #fff;
}
.mcu-site-desc {
    line-height: 1.6;
    font-size: 15px;
    color: #6d887a;
    padding: 20px;
    border-top: 1px solid #1f4a3a;
}
.mcu-site-desc h1,
.mcu-site-desc h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.mcu-site-desc a {
    color: #2ecc8a;
    text-decoration: underline;
}
.mcu-bottom-nav {
    padding-top: 22px;
}
.mcu-navigation a,
.mcu-navigation span,
.mcu-pnext a,
.mcu-pprev a,
.mcu-pprev > span,
.mcu-pnext > span {
    display: inline-block;
    padding: 0 15px;
    margin: 4px 2px 0;
    line-height: 50px;
    min-width: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    color: #222;
}
.mcu-navigation span:not(.nav_ext),
.mcu-navigation a:hover {
    background: #bbb;
    color: #fff;
}
.mcu-wplayer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 997;
    background-color: #0e221a;
    color: #fff;
}
.audioplayer {
    max-width: 1100px;
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 70px;
}
.audioplayer audio {
    display: none;
}
.audioplayer-bar {
    position: relative;
    height: 10px;
    width: 500px;
    background-color: #2d5a47;
    border-radius: 0;
    margin-left: 20px;
}
.audioplayer-bar-loaded {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
}
.audioplayer-bar-played {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10;
    border-radius: 0;
    background-color: #2ecc8a;
}
.mcu-audioplayer-scrub:before {
    content: "";
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -9px;
    z-index: 3;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, #e3e3e3, #ccc);
    border: 4px solid #fff;
}
.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: #ccc;
    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: #222;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 10px;
    display: none;
}
.audioplayer-volume-adjust > div {
    width: 10px;
    height: 80px;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    background-color: #000;
    overflow: hidden;
}
.audioplayer-volume-adjust > div > div {
    width: 100% !important;
    background-color: #2ecc8a;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
    display: block;
}
.ap-dl {
    font-size: 18px;
    color: #ccc;
    margin-left: 20px;
}
.ap-time {
    font-size: 12px;
    color: #ccc;
    margin-left: 20px;
	width: 80px;
}
.audioplayer-time-current:after {
    content: "/";
    display: inline;
    margin: 0 6px;
}
.ap-desc {
    width: 300px;
}
.ap-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 6px;
}
.ap-artist {
    font-size: 14px;
    margin-top: 5px;
    color: #ccc;
}
.ap-title {
    font-size: 16px;
}
.ap-btns {
    margin-right: 20px;
}
.audioplayer-playpause a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: block;
    position: relative;
    margin: 0 20px;
    background: #2ecc8a;
    color: #fff;
}
.ap-prev,
.ap-next {
    cursor: pointer;
    color: #ccc;
    font-size: 18px;
}
.ap-prev:hover,
.ap-next:hover,
.audioplayer-volume-button a:hover,
.ap-dl:hover {
    opacity: 1;
    color: #fff;
}
.audioplayer-stopped .audioplayer-playpause a {
    padding-left: 3px;
}
.audioplayer-playpause a:hover {
    background: #0e221a;
    color: #fff;
}
.mcu-wplayer-init .audioplayer-playpause .fas:before {
    content: "\f04b";
    padding-left: 1px;
}

/* Full story page (track): mcu-fs */
.mcu-fs-intro {
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(46, 204, 138, 0.14);
}
.mcu-fs-title {
	margin: 0 0 8px;
	font-size: clamp(1.4rem, 3vw, 2rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #f0fdf4;
}
.mcu-fs-meta {
	margin: 0;
	font-size: 13px;
	color: #7a9e8e;
}
.mcu-fs-sheet {
	display: grid;
	grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	margin-bottom: 20px;
}
.mcu-fs-col-left {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.mcu-fs-art {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(46, 204, 138, 0.18);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.38);
	background: #0a1812;
	max-width: 260px;
}
.mcu-fs-art img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
}
.mcu-fs-art:has(img[src*="no_image.jpg"]) {
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}
.mcu-fs-art img[src*="no_image.jpg"] {
	max-width: 160px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
}
.mcu-fs-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 260px;
}
.mcu-fs-play {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 0 14px 0 0;
	min-height: 52px;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	font-size: 14px;
	color: #052017;
	background: linear-gradient(135deg, #4ade80 0%, #22c55e 45%, #16a34a 100%);
	box-shadow: 0 6px 22px rgba(34, 197, 94, 0.35);
	transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s;
}
.mcu-fs-play:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
}
.mcu-fs-play-ic {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.12);
	font-size: 17px;
}
.mcu-fs-play-lbl {
	flex: 1;
	text-align: left;
	padding: 6px 0;
}
.mcu-js-item-played .mcu-fs-play {
	background: linear-gradient(135deg, #14532d 0%, #0e221a 100%);
	color: #ecfdf5;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}
.mcu-js-item-played .mcu-fs-play-ic {
	background: rgba(255, 255, 255, 0.1);
}
.mcu-fs-file {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #dff6eb;
	border: 1px solid rgba(46, 204, 138, 0.4);
	background: rgba(8, 40, 30, 0.65);
	transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.mcu-fs-file:hover {
	border-color: rgba(74, 222, 128, 0.65);
	background: rgba(46, 204, 138, 0.15);
	color: #fff;
}
.mcu-fs-chips {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px;
	margin: 0 0 16px;
}
.mcu-fs-chip {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(19, 42, 34, 0.65);
	border: 1px solid rgba(46, 204, 138, 0.12);
}
.mcu-fs-chip-k {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6a9a86;
	font-weight: 600;
}
.mcu-fs-chip-v {
	font-size: 15px;
	font-weight: 700;
	color: #ecfdf5;
}
.mcu-fs-note {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #9ebfb0;
	padding: 14px 16px;
	border-radius: 12px;
	background: rgba(5, 24, 18, 0.55);
	border-left: 3px solid rgba(46, 204, 138, 0.5);
}
.mcu-fs-track-line {
	display: inline;
	font-weight: 700;
	color: #ecfdf5;
}
.mcu-fs-ad {
	margin-bottom: 24px;
	min-height: 100px;
}
.mcu-fs-lyrics {
	margin-top: 4px;
}
.mcu-fs-related {
	margin-top: 8px;
}

.mcu-fheader {
    margin-bottom: 15px;
}
.mcu-fheader h1 {
    font-size: 26px;
    margin-bottom: 20px;
}
.mcu-fmain {
    margin-bottom: 20px;
}
.mcu-ftext {
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}
.mcu-fmeta {
    width: 250px;
}
.mcu-finfo {
    margin: 0 0 0 20px;
    font-size: 14px;
}
.mcu-finfo li {
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 5px 0;
}
.mcu-finfo333 li:nth-child(2n + 1) {
    background-color: #f6f8fa;
}
.mcu-finfo333 li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 2px dotted #ccc;
}
.mcu-finfo333 li span {
    background-color: #fff;
    display: inline-block;
    padding: 5px 0 5px 10px;
    position: relative;
    z-index: 1;
}
.mcu-finfo li > span:first-child {
    color: #8b93a8;
    margin-right: 8px;
}
.mcu-finfo a {
    color: #2ecc8a;
    border-bottom: 1px dotted #2ecc8a;
}
.mcu-fimg {
    width: 140px;
    height: 140px;
}

.mcu-fimg img {
    border-radius: 4px;
}

.mcu-fcaption {
    font-size: 14px;
    color: #c5ddd0;
    line-height: 1.6;
    margin-bottom: 20px;
    border-top: 3px solid #1f4a3a;
    padding-top: 10px;
}
.mcu-fplay {
    cursor: pointer;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    background: #2ecc8a;
    width: 100%;
    color: #fff;
    padding: 0 20px 0 80px;
}
.mcu-fplay-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: rgba(0, 0, 0, 0.2) !important;
}
.mcu-fplay-title {
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
	font-size: 13px;
}
.mcu-fdl {
    margin-top: 20px;
    background-color: #2ecc8a;
    color: #fff;
	font-weight: 700;
    width: 100%;
    text-align: center;
}
.mcu-fdl:hover {
    background-color: #0e221a;
    color: #fff;
}
.mcu-fplay:hover {
    background: #0e221a;
    color: #fff;
}
.mcu-js-item-played .mcu-js-play .mcu-fplay-icon {
    padding-left: 0;
    background-color: #1f6b4a;
}
.mcu-video-box embed,
.mcu-video-box object,
.mcu-video-box video,
.mcu-video-box iframe,
.mcu-video-box frame {
    max-width: 100% !important;
    display: block;
    width: 100%;
    height: 500px;
}
.mejs-container {
    max-width: 100% !important;
}
.mcu-full-text {
    line-height: 1.9;
    font-size: 17px;
    color: #fff;
}
.mcu-full-text img:not(.emoji) {
    max-width: 100%;
    margin: 10px 0;
}
.mcu-full-text > img[style*="left"],
.mcu-full-text > .highslide img[style*="left"] {
    margin: 0 10px 10px 0;
}
.mcu-full-text > img[style*="right"],
.mcu-full-text > .highslide img[style*="right"] {
    margin: 0 0 10px 10px;
}
.mcu-full-text a {
    text-decoration: underline;
    color: #34d399;
}

.mcu-speedbar-inner .fa {
    font-size: 11px;
    margin: 0 4px;
    vertical-align: middle;
    color: #5a9a7e;
}

.mcu-full-text a:hover {
    text-decoration: none;
}
.mcu-full-text h2,
.mcu-full-text h3,
.mcu-full-text h4,
.mcu-full-text h5 {
    margin: 10px 0;
    font-size: 24px;
    font-weight: 300;
}
.mcu-full-text p {
    margin-bottom: 10px;
}
.mcu-full-text ul,
.mcu-full-text ol {
    margin: 0;
}
.mcu-full-text ul li {
    list-style: disc;
    margin-left: 40px;
}
.mcu-full-text ol li {
    list-style: decimal;
    margin-left: 40px;
}
.mcu-full-taglist a {
    color: #d20068;
}
.mcu-full-taglist {
    margin-top: 20px;
}
.mcu-full-taglist span:not(.fa):not(:last-child):after {
    content: ",";
    display: inline;
}
.mcu-btn-menu {
    display: none;
}
.mcu-side-panel {
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    padding-top: 0;
    z-index: 9999;
    position: fixed;
    left: -320px;
    top: 0;
    transition: left 0.4s;
}
.mcu-side-panel.active {
    left: 0;
}
.mcu-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;
}
.mcu-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: #e84e36;
    color: #fff;
    transition: top 0.4s;
    -webkit-transition: top 0.4s;
}
.mcu-btn-close.active {
    top: 0;
}
body.mcu-opened-menu {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.mcu-side-panel .mcu-main-nav a {
    margin: 0;
    height: 40px;
    line-height: 40px;
}
.mcu-side-panel .mcu-main-nav li {
    width: 100%;
}
.mcu-side-panel .mcu-main-nav {
    padding: 0;
    margin: 0;
    display: block;
}

.mcu-side-panel .mcu-track-nav a {
    margin: 0;
    height: 40px;
    line-height: 40px;
}
.mcu-side-panel .mcu-track-nav li {
    width: 100%;
}
.mcu-side-panel .mcu-track-nav {
    padding: 0;
    margin: 0;
    display: block;
}

@media screen and (max-width: 1220px) {
    .mcu-wrap {
        padding: 0;
        padding-bottom: 60px;
    }
    .mcu-wrap-center {
        max-width: 1000px;
        border-radius: 0;
    }
    .mcu-sidebar,
    .mcu-hdesc {
        display: none;
    }
    #mcu-gotop {
        bottom: 88px;
        right: 14px;
        width: 42px;
        height: 42px;
        line-height: 42px;
    }
    .mcu-btn-menu {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 20px;
        cursor: pointer;
        background-color: #2ecc8a;
        color: #fff;
        font-size: 18px;
        display: block;
    }
    .mcu-search-wrap {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
        min-width: 100%;
        margin-top: 20px;
    }
    .audioplayer-bar {
        position: absolute;
        left: 0;
        top: -6px;
        height: 6px;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
    .mcu-footer {
        display: block;
        text-align: center;
    }
    .mcu-ft-count {
        margin-top: 20px;
    }
}
@media screen and (max-width: 950px) {
    .mcu-wrap-center {
        max-width: 768px;
    }
    .mcu-track-item,
    .mcu-sect-col {
        width: 100%;
    }
    .mcu-fmeta {
        width: 100%;
        margin-top: 20px;
    }
    .mcu-fs-sheet {
        grid-template-columns: 1fr;
    }
    .mcu-fs-art,
    .mcu-fs-actions {
        max-width: 320px;
        margin: 0 auto;
    }
    .mcu-fs-chips {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 760px) {
    .mcu-wrap-center {
        max-width: 640px;
    }
    .mcu-fdl,
    .mcu-fplay {
        width: 100%;
        margin: 0;
    }
    .mcu-fdl {
        margin-top: 20px;
    }
    .dcont button {
        font-size: 12px;
        padding: 0 15px !important;
    }
    .comments-tree-list .comments-tree-list {
        padding-left: 0 !important;
    }
    .comments-tree-list .comments-tree-list:before {
        display: none;
    }
    .mass_comments_action {
        display: none;
    }
	.mcu-ft1-count {
		padding-top: 20px;	
	}
	.mcu-fimg {
		width: 140px;
		height: 140px;
	}
	.mcu-finfo {
		margin: 0 0 0 20px;
		font-size: 14px;
	}
	.mcu-finfo li {
		display: flex;
		justify-content: flex-start;
		position: relative;
		padding: 4px 0;
	}
	.mcu-fs-chips {
		grid-template-columns: 1fr;
	}
	.mcu-fs-sheet {
		gap: 20px;
	}
}
@media screen and (max-width: 590px) {
    .mcu-wrap-center {
        max-width: 480px;
    }
    .audioplayer-volume,
    .ap-time,
    .ap-img {
        display: none;
    }
    .audioplayer-playpause a {
        margin: 0 10px;
    }
    .mcu-fheader h1 {
        font-size: 24px;
    }
    .mcu-fs-title {
        font-size: 1.35rem;
    }
    .mcu-ac-inputs input {
        width: 100%;
    }
    .mcu-video-box embed,
    .mcu-video-box object,
    .mcu-video-box video,
    .mcu-video-box iframe,
    .mcu-video-box frame {
        height: 300px;
    }
    .ui-dialog {
        width: 100% !important;
    }
    .mcu-upop-left,
    .mcu-upop-right {
        float: none !important;
        width: 100% !important;
        margin: 0;
        padding: 0 20px;
    }
    .mcu-upop-left {
        margin-bottom: 10px;
        text-align: center;
    }
    .ui-dialog-buttonset button {
        display: block;
        margin: 0 0 5px;
        width: 100%;
    }
    #dofullsearch,
    #searchsuggestions span.seperator {
        display: none !important;
    }
    .mcu-attach .mcu-download-link {
        margin: 0 -15px 0 0;
        float: none;
        display: block;
        padding: 0 10px;
    }
    .mcu-attach-info {
        float: none;
    }
}
@media screen and (max-width: 470px) {
    .mcu-wrap-center-alt {
        max-width: 360px;
    }
    .mcu-speedbar {
        padding: 12px 14px;
        font-size: 13px;
        border-radius: 10px;
    }
    .mcu-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: 20px;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
    }
    .mcu-logo img {
        /*position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);*/
    }
    .mcu-video-box embed,
    .mcu-video-box object,
    .mcu-video-box video,
    .mcu-video-box iframe,
    .mcu-video-box frame {
        height: 250px;
    }
}