/* Datalife Engine template by webrambo.ru, creation date: 13 january 2021 */

/* SET BASE
----------------------------------------------- */
* {background: transparent;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;}
body {font: 16px 'PT Sans', Arial, sans-serif; line-height:normal; padding:0; margin:0;        
color: #000; background:#111 url(../images/bg2.png); height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color:#9e9fa1; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:700; font-size:18px;}

.sub-title h1 {margin-bottom:15px; font-size:24px; font-weight:700;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap {}

button, input {font-family: Arial !important;}

/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
padding:0 20px; display:inline-block; height:40px; line-height:40px; border-radius:20px; cursor:pointer; 
background-color:#9e9fa1; color:#fff; text-align:center; font-weight: 700; font-size: 16px;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button: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):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{background-color:#9e9fa1; color:#fff;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#000000; background-color:#fff; border-radius:4px; -webkit-appearance: none; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1); font-size: 16px;}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #e3e3e3; background-color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#F8F8F8; 
border-radius:0; overflow:auto; vertical-align:top; resize:vertical; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}

.img-fit {overflow: hidden; position: relative;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .th-img {transition: all .3s;}
.button, .sc-title, .mask {transition: color .3s, background-color .3s, opacity .3s;}
.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}

.fx-row {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-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.fx-stretch{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}
.fx-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.fx-col{display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.fx-left {-ms-flex-pack:start;-webkit-justify-content:start;justify-content:start;}
.fx-start {-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;}

b, strong {font-weight: 700;}
.hmenu a:hover, .footer a:hover, .col-side a:hover, .dnc:hover .dnc-desc, 
.speedbar a:hover {text-decoration: underline;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; overflow:hidden; padding-top: 30px;}
.center {max-width:1140px; margin:0 auto; position:relative; z-index:20;}
.header {padding: 20px 40px; background: #000 url(../images/hbg.jpg) center center no-repeat; color: #fff;}
.cols {background-color: #f7f8fa; box-shadow: 0 0 100px rgba(0,0,0,0.15); position: relative;}
.col-side {width: 300px; padding: 30px; padding-left: 70px;}
.col-main {min-height: 50vh; padding: 30px 40px; padding-left: 0;}
.ftdesc {background: #eee url(../images/logo.svg) 70px center / 40px no-repeat; padding: 20px 40px 20px 130px;}
.footer {padding: 10px 40px 10px 70px; background-color: #f7f8fa;}


/* HEADER, FOOTER
----------------------------------------------- */
.logo {height: 50px; display: inline-block; color: #fff !important; padding-left: 50px;
	font-weight: 700; font-size: 24px; line-height: 50px; 
	background: url(../images/logo.svg) 0 center / 40px no-repeat;}
.logo span {position: relative; text-transform: uppercase; color: #fba945; margin-left: 2px;}
.logo span::before {content: ''; width: 100%; height: 3px; background-color: #e96330; 
	position: absolute; bottom: 96%; right: 0;}
.hmenu a {color: #eee;}
.hmenu li {display: inline-block; vertical-align: top; margin-left: 38px;}
.hmenu a:hover {text-decoration: underline;}
.search-wrap {margin: 0 0 0 40px; position: relative;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; padding:0 60px 0 20px; border-radius: 20px;
	background-color:rgba(255,255,255,0.25); box-shadow:0 5px 10px rgba(0,0,0,0.1); color: #fff;}
.search-box input:not(:focus)::placeholder {color: #eee; opacity: 1; font-size: 14px;} 
.search-box button {position:absolute; right:5px; top:0px; z-index:10; width:40px; padding:0 !important; 
	height: 40px !important; line-height: 40px !important; background-color: transparent !important; 
	color: #fff !important;}
.alphabet {width:40px; background-color:#e96330; position: absolute; left: 0; top: 0; z-index: 10;
	font-weight:700; line-height:40px; text-transform:uppercase; text-align: center;}
.alphabet li {color:#fff; cursor: pointer;}
.alphabet li:hover {color:#000; background-color:#fff;}
.ftmenu a {display: block; text-transform: uppercase; font-weight: 700; font-size: 14px; color: #9e9fa1;}
.ftmenu li {margin: 0 20px 0 0; display: inline-block;}
.ftdesc {line-height: 1.7; font-size: 14px; color: #696969;}
.ftdesc a {color: #e96330; text-decoration: underline;}


/* SIDE
----------------------------------------------- */
.side-box + .side-box {margin-top: 30px;}
.side-bt {font-size: 18px; font-weight: 700; margin-bottom: 20px; color: #9e9fa1; text-transform: uppercase;}
.side-nav a {display: block; margin-bottom: 13px; white-space: nowrap;}
.side-nav a:before {content:"\f111"; font-family:'FontAwesome'; color:#fba945; font-size: 8px; 
	width: 16px; display: inline-block; vertical-align: middle; position: relative; top: -1px;}
.popular {margin-bottom: 13px; line-height: 1.5;}
.popular-desc {display: block; padding-left: 20px; position: relative;}
.popular-desc:before {content:"\f0a9"; font-family:'FontAwesome'; color:#ccc; 
	display: inline-block; vertical-align: middle; position: absolute; left: 0; top: 2px; font-size: 14px;}
.popular-title {opacity: 0.5;}


/* SECT, SHORT
----------------------------------------------- */
.sections {background-color: #fff; margin-right: -50px; position: relative; 
	box-shadow: 0 10px 20px rgba(0,0,0,0.1); padding: 30px 40px 25px 30px;}
.sections:before {content: ''; border: 5px solid transparent; border-bottom-color: #ccc; border-left-color: #ccc;
	position: absolute; bottom: 100%; right: 0;}
.sections:after {content: ''; width: 10px; top: 80px; bottom: 40px; position: absolute; right: 0; 
	background: linear-gradient(to bottom, #e96330 0%, #e96330 50%, #fba945 50%, #fba945 100%);}
.sections, .sect1, .scr {margin-bottom: 30px;}
.sections .sect {width: 48%;}
.sect-t {font-size: 24px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px;}
.speedbar {font-size: 14px; color: #888; margin-bottom: 20px;}
.speedbar .fa {color: #fba945; margin-right: 6px;}
.scr {margin-right: -20px; white-space: nowrap; overflow-y: hidden; overflow-x: auto;}
.artist-item {margin-right: 17px; display: inline-block; vertical-align: top; width: 84px;}
.artist-img {display: block; width: 100%; height: 84px; border-radius: 45px; overflow: hidden; margin-bottom: 6px;}
.artist-t {font-size: 14px; white-space: normal; text-align: center;}
.artist-in {display: block;}

.dnc {padding: 5px;}
.dnc:nth-child(2n+1) {background-color: #f9f9f9;}
#dle-content > .dnc:nth-child(2n+1) {background-color: #eee;}
.dnc-desc {padding: 0 20px 0 10px;}
.dnc-title {opacity: 0.5;}
.dnc-time {opacity: 0.5; margin-right: 10px; font-size: 11px;}
.dnc .fa-play-circle {color: #e96330; font-size: 34px;}
.dnc .fa-arrow-down {color: #fff; background-color: #ccc; font-size: 10px; width: 22px; height: 22px; 
text-align: center; line-height: 22px; border-radius: 50%; box-shadow: inset 0 0 0 0px #ccc;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:36px; text-align:left; margin-top: 30px; font-size: 14px; }
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:36px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 5px; 
min-width:36px; background-color:#fff; margin:0 3px; border-radius:4px; margin-top: 10px; 
box-shadow:inset 0px 0 0 1px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 20px rgba(0,0,0,0.1);}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color:#e96330; color:#fff;}


/* FULL
----------------------------------------------- */
.full-comms {display: none;}
.fheader {margin-bottom: 20px;}
.fheader  h1 {font-size: 24px; font-weight: 700; text-transform: uppercase;}
.fheader h1 > span {color: #e96330;}
.fheader h1 a {margin-left: 10px; font-size: 14px;}
.fright {width: 300px; margin-left: 30px;}
.fcaption {font-size: 14px; opacity: 0.5; line-height: 1.4; margin-top: 20px;}
.fdl {height: 60px; border-radius: 3px; padding: 0 10px 0 10px; color: #fff !important; 
	box-shadow: 0 3px 6px rgba(0,0,0,0.2); text-transform: uppercase; font-weight: 700;
	background: linear-gradient(to top, #6ab04c 0%, #6ab04c 50%, #badc58 100%);}
.fdl-dl {width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%;
	background-color: rgba(0,0,0,0.3); color: #fff; margin: 0 10px 0 0;}
.fbtn-title {margin-top: 2px; text-transform: none; font-weight: 400;}
.finfo li {position: relative; padding: 6px 10px 6px 180px; font-size: 14px;}
.finfo li:nth-child(2n+1) {background-color: rgba(0,0,0,0.05);}
.finfo li > span:first-child {position: absolute; left: 10px; top: 6px; font-size: 13px; opacity: 0.5;}
.finfo a {color: #5687bf; text-decoration: underline;}

.slice {overflow:hidden; position:relative; transition:height .2s;}
.slice-masked:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:120px;pointer-events:none;
	background:linear-gradient(to bottom, transparent 0%, #f6f6f6 100%);}
.slice-btn {margin:-5px 0 25px 0; position: relative; z-index: 5;}
.slice-btn span {display:inline-block; cursor:pointer; text-decoration:underline; color:#9e9fa1;}

.fbtn-player {width: 100%; padding: 10px 10px; background-color: #444; color: #fff; 
	border-radius: 0px;}
.audioplayer {position: relative; font-size: 12px;}
.audioplayer audio {display: none;}
.audioplayer-playpause {width: 30px; margin-right: 15px;}
.audioplayer-time {position: absolute; top: 0; left: 45px; opacity: 0.6;}
.audioplayer-time-duration {left: auto; right: 45px;}
.audioplayer-volume {margin-left: 15px;}
.audioplayer-bar {-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; background-color: #222; height: 10px; border-radius: 5px; position: relative; top: 7px;}
.audioplayer-bar-loaded, .audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
border-radius: 5px; background-color: rgba(0,0,0,0.1);}
.audioplayer-bar-played {z-index: 10; background-color: #9e9fa1;}
.audioplayer-playpause a, .audioplayer-volume-button a {overflow: hidden; width: 30px; height: 30px; line-height: 30px; 
text-indent: -9999px; position: relative; background-color: #111; border-radius: 50%; 
display: block;}
.audioplayer-playpause a:before, .audioplayer-volume-button a:before {display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; 
border-radius: 15px; color: #fff; position: absolute; left: 0; top: 0; 
content:"\f04c"; font-family:'FontAwesome'; font-size: 12px; text-indent: 0;}
.audioplayer-stopped .audioplayer-playpause a:before {content:"\f04b"; left: 2px;}
.audioplayer-volume-button a:before {content:"\f028";}
.audioplayer-muted .audioplayer-volume-button a:before {content:"\f026";}
.audioplayer-volume {position: relative;}
.audioplayer-volume-adjust {width: 30px; height: 100px; background-color: #444; 
position: absolute; right: 0; bottom: 100%; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 70px; border-radius: 5px; 
position: relative; left: 10px; top: 15px; background-color: #111; cursor: pointer;}
.audioplayer-volume-adjust > div > div {width: 10px; border-radius: 5px; background-color: #9e9fa1; 
position: absolute; left: 0; bottom: 0;}
.audioplayer-volume-button {position: relative;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}
.audioplayer-playpause a:hover, .audioplayer-volume-button a:hover {background-color: #9e9fa1; color: #000;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:400px; display:block; margin:0 auto;}
.mejs-container {max-width:100% !important;}
.full-text {color:#444; font-size:15px; line-height:1.7;}
.full-text img:not(.emoji) {max-width:100%; margin:10px auto;}
.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:#5687bf;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:700;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:10px 0;}
.full-text > ul li {list-style:disc; margin-left:40px; position:relative;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:0;}
.full-text table tr td {padding:3px 7px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#e3e3e3;} 
.full-text222 table tr:nth-child(1) {background-color:#0297dc !important; color:#FFF; font-size:14px !important;}
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#f5f5f5; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px; background:#0297dc;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:0 0 20px 0; line-height:20px;}
.polltitle {display:block; padding:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#f5f5f5; line-height:normal;}
.full-taglist a {color:#4a61a3;}
.full-taglist {margin:0;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display:none;}
.side-panel {width:260px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#fff;
padding:0 10px 0 20px; z-index:888; position:fixed; left:-280px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.8); 
position:fixed; left:0; top:0; z-index:887; display:none; cursor: pointer;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 888;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #6c9bd3; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
.side-panel .hmenu {display: block; margin-bottom: 15px; text-align: left;}
.side-panel .hmenu > li {width: 100%; margin-left: 0;}
.side-panel .hmenu > li > a {height: 40px; line-height: 40px; color: #000; display: block;}
.side-panel .to-mob {margin-bottom: 0;}

@media screen and (max-width: 1220px) {
	.wrap {padding-top: 0;}
	body {background-image: none;}
	.center {max-width:1000px;}
	.hmenu, .col-side, .sections::before, .sections:after {display: none;}
	.cols {display: block;}
	.search-wrap {margin: 0 20px;}
	.header, .col-main {padding-left: 20px; padding-right: 20px;}
	.btn-menu {cursor:pointer; display:block; color: #fff; border-radius: 20px; 
	width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; background-color: #f2a342;}
	.alphabet {position: static; width: 100%; white-space: nowrap; overflow-y: hidden; overflow-x: auto;}
	.alphabet li {display: inline-block; vertical-align: top; margin-right: 10px;}
	.sections {margin-left: -20px; margin-right: -20px; padding: 20px;}
	.sections.first {margin-top: -30px;}
}

@media screen and (max-width: 950px) {
	.center {max-width:768px;}
	.footer {padding: 20px;	display: block; text-align: center;}
	.ftdesc {padding: 20px; padding-top: 80px; background-position: center 20px; text-align: center;}
	.ftmenu li {margin-bottom: 20px;}
}

@media screen and (max-width: 760px) {
	.center {max-width:640px;}
	.sections .sect {width: 100%; margin-bottom: 15px;}
	.search-wrap {-ms-flex-order: 10;-webkit-order: 10;order: 10; min-width: 100%; margin: 0; margin-top: 20px;}
	.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; font-size: 22px;}
	.sect-t {font-size: 22px;}
	.alphabet li {padding:0; margin-right: 10px; font-size: 14px;}
	.alphabet {padding-left: 20px;}

	.fcols {display: block;}
	.fright {width: 100%; margin: 20px 0 0 0;}

	.full-comms {padding-top: 30px;}
	.comm-three li:not(:first-child) {display:none;}
	.dcont button {font-size:12px; padding:0 15px !important;}
	.ac-protect {margin-top:0px;}
	.comments-tree-list .comments-tree-list {padding-left:0px !important;}
	.comments-tree-list .comments-tree-list:before {display:none;}
	.mass_comments_action {display:none;}
	.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
	.center {max-width:480px;}

	.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

	.ac-soc {position:static;}
	.ac-inputs input {width:100%; margin-top:10px;}
	.ac-protect {width:100%; float:none; margin:0;}
	.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) {
	.center22 {max-width:360px;}

	.fheader h1 {font-size: 20px; min-height: 24px;}
	.finfo li {padding-left: 140px;}
	.finfo li span {display: inline-block; width: 110px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.comms-title {display: block; text-align: center;}
	.comms-title .button {width: 100%;}
	.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}


/* MUZFIRE 2026 REFRESH
----------------------------------------------- */
:root {
	--mf-ink: #020617;
	--mf-panel: #0f172a;
	--mf-card: #ffffff;
	--mf-soft: #f4f6fb;
	--mf-line: #e5e7eb;
	--mf-muted: #64748b;
	--mf-red: #e11d48;
	--mf-cyan: #38bdf8;
	--mf-flame: #f97316;
	--mf-shadow: 0 22px 60px rgba(2, 6, 23, 0.20);
}

html,
body {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

body {
	color: var(--mf-ink);
	background:
		linear-gradient(135deg, rgba(56,189,248,0.12), rgba(225,29,72,0.12) 46%, rgba(249,115,22,0.10)),
		#111827;
}

a:hover,
a:focus {
	color: var(--mf-red);
}

.wrap {
	min-height: 100vh;
	padding: 24px 0;
	background:
		linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255,255,255,0.04) 1px, transparent 1px);
	background-size: 40px 40px;
}

.center {
	max-width: 1180px;
}

.block.center {
	overflow: hidden;
	border-radius: 24px;
	box-shadow: var(--mf-shadow);
}

.header {
	padding: 18px 26px;
	background:
		linear-gradient(135deg, #020617, #111827 58%, #1e1b4b);
	color: #fff;
	gap: 18px;
}

.cols {
	background: var(--mf-soft);
	box-shadow: none;
}

.col-side {
	width: 290px;
	padding: 28px 24px 28px 60px;
}

.col-main {
	padding: 28px 36px 36px 0;
}

.logo {
	display: block;
	flex: 0 0 300px;
	width: 300px;
	height: 64px;
	padding: 0;
	background: none;
	line-height: normal;
	overflow: visible;
}

.logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

.hmenu li {
	margin-left: 22px;
}

.hmenu a {
	color: #e5e7eb;
	font-weight: 700;
}

.hmenu a:hover {
	color: #fff;
	text-decoration: none;
}

.search-wrap {
	margin-left: 24px;
}

.search-box input,
.search-box input:focus {
	height: 44px;
	line-height: 44px;
	border-radius: 14px;
	background: rgba(255,255,255,0.12);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
}

.search-box button {
	top: 2px;
	right: 4px;
	color: #fff !important;
}

.alphabet {
	background: var(--mf-red);
}

.alphabet li:hover {
	color: #fff;
	background: var(--mf-ink);
}

.sections {
	margin-right: 0;
	padding: 24px;
	background: var(--mf-card);
	border: 1px solid var(--mf-line);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(15,23,42,0.08);
}

.sections:before,
.sections:after {
	display: none;
}

.sections,
.sect1,
.scr {
	margin-bottom: 24px;
}

.sect-t {
	color: var(--mf-ink);
	font-size: 23px;
	text-transform: none;
}

.side-bt {
	color: var(--mf-ink);
}

.side-nav a:before {
	color: var(--mf-red);
}

.popular-desc:before {
	color: var(--mf-cyan);
}

.popular-title,
.dnc-title,
.dnc-time {
	opacity: 1;
	color: var(--mf-muted);
}

.dnc {
	min-height: 48px;
	margin-bottom: 8px;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid var(--mf-line);
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(15,23,42,0.04);
	transition: border-color .2s, transform .2s, box-shadow .2s;
}

.dnc:nth-child(2n+1),
#dle-content > .dnc:nth-child(2n+1) {
	background: #fff;
}

.dnc:hover {
	transform: translateY(-1px);
	border-color: rgba(225,29,72,0.36);
	box-shadow: 0 14px 26px rgba(15,23,42,0.09);
}

.dnc-desc {
	padding: 0 10px;
}

.dnc-artist {
	font-weight: 700;
	color: var(--mf-ink);
}

.dnc .fa-play-circle {
	color: var(--mf-red);
	font-size: 30px;
}

.dnc .fa-arrow-down {
	background: var(--mf-ink);
	color: #fff;
}

.artist-img {
	box-shadow: 0 10px 24px rgba(15,23,42,0.12);
}

.speedbar {
	padding: 14px 16px;
	background: #fff;
	border: 1px solid var(--mf-line);
	border-radius: 12px;
}

.speedbar .fa,
.fheader h1 > span {
	color: var(--mf-red);
}

.fcover {
	width: 170px;
	height: 170px;
	margin-right: 22px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid var(--mf-line);
	box-shadow: 0 12px 28px rgba(15,23,42,0.10);
}

.finfo li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 10px;
}

.fright {
	width: 320px;
	margin-left: 24px;
}

.fdl {
	height: 64px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--mf-red), #7c3aed);
	box-shadow: 0 14px 30px rgba(225,29,72,0.24);
}

.fdl-dl {
	background: rgba(2,6,23,0.35);
}

.fcaption,
.site-desc {
	padding: 18px;
	color: #475569;
	background: #fff;
	border: 1px solid var(--mf-line);
	border-radius: 16px;
	opacity: 1;
	line-height: 1.55;
}

.site-desc {
	margin-bottom: 24px;
}

.site-desc h1 {
	margin-bottom: 8px;
	color: var(--mf-ink);
	font-size: 24px;
}

.fbtn-player {
	background: var(--mf-ink);
	border-radius: 16px;
}

.audioplayer-bar-played,
.audioplayer-volume-adjust > div > div {
	background: var(--mf-red);
}

.footer,
.ftdesc {
	background: #fff;
}

.ftdesc {
	background-image: none;
	padding: 22px 36px;
	color: #475569;
}

.ftdesc b {
	color: var(--mf-red);
}

.ftdesc a {
	color: var(--mf-red);
}

.navigation span:not(.nav_ext),
.pagi-nav a:hover,
.btn-menu {
	background: var(--mf-red);
	color: #fff;
}

.system-page {
	margin: 0;
	padding: 0;
	background: #f8fafc;
}

.system-page .errorwrap {
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #fecaca;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: var(--mf-shadow);
}

.system-page .errorwrap h4 {
	margin: 0;
	padding: 14px 18px;
	color: #991b1b;
	background: #fee2e2;
	font-size: 15px;
	font-weight: 700;
}

.system-page .errorwrap p {
	margin: 0;
	padding: 12px 18px;
	color: #7f1d1d;
	font-size: 13px;
	line-height: 1.5;
}

.print-page,
.print-page td {
	color: #475569;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

.print-page h1,
.print-page h2,
.print-page h3,
.print-page h4 {
	margin: 0;
	color: var(--mf-ink);
	font-size: 16px;
}

@media screen and (max-width: 1220px) {
	.wrap {
		padding: 0;
	}

	.center,
	.block.center {
		width: 100%;
		max-width: none;
		border-radius: 0;
	}

	.header,
	.col-main {
		padding-left: 16px;
		padding-right: 16px;
	}

	.sections {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 760px) {
	.header.fx-row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		column-gap: 10px;
		row-gap: 10px;
	}

	.header .logo {
		flex: 1 1 calc(100% - 56px);
		width: calc(100% - 56px);
		max-width: calc(100% - 56px);
		min-width: 0;
		height: 52px;
		margin: 0;
		order: 1;
		font-size: 0;
	}

	.header .btn-menu {
		display: block;
		flex: 0 0 46px;
		width: 46px;
		height: 46px;
		line-height: 46px;
		margin: 0;
		order: 2;
		border-radius: 14px;
	}

	.search-wrap {
		order: 3;
		flex: 0 0 100%;
		min-width: 100%;
		margin: 0;
	}

	.fcover {
		width: 180px;
		height: 180px;
		margin: 0 auto 18px;
	}

	.fright {
		width: 100%;
		margin: 20px 0 0;
	}
}

@media screen and (max-width: 470px) {
	.header .logo {
		flex-basis: calc(100% - 52px);
		width: calc(100% - 52px);
		max-width: calc(100% - 52px);
		height: 46px;
	}

	.header .btn-menu {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		line-height: 42px;
	}

	.finfo li {
		padding-left: 130px;
	}
}

.search-track {
	margin-bottom: 12px;
}

.search-track-desc {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-track-play {
	cursor: pointer;
}

.search-track.is-active .short-play {
	background-color: var(--mf-red);
	color: #fff;
}

.search-inline-player {
	display: none;
	margin: -2px 0 15px;
	padding-left: 52px;
}

.search-inline-player.is-active {
	display: block;
}

.search-inline-player-title {
	padding: 0 0 8px;
}

.search-inline-player-title h3 {
	margin: 0;
	color: var(--mf-ink);
	font-size: 15px;
}

@media screen and (max-width: 760px) {
	.search-inline-player {
		padding-left: 0;
	}
}

.alphabet {
	display: none !important;
}

.col-side {
	padding-left: 28px;
}

.footer,
.ftdesc {
	padding-left: 36px;
	padding-right: 36px;
}

@media screen and (max-width: 1220px) {
	.footer,
	.ftdesc {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.add-track-page {
	padding: 28px;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.add-track-page h1 {
	margin: 0 0 12px;
	color: var(--mf-ink);
	font-size: 28px;
	line-height: 1.15;
}

.add-track-note {
	margin: 0 0 24px;
	padding: 14px 16px;
	background: rgba(242, 89, 57, 0.08);
	border-left: 4px solid var(--mf-red);
	border-radius: 6px;
	color: #475569;
	line-height: 1.55;
}

.add-track-page .form-textarea > label {
	background: var(--mf-ink);
	border-radius: 6px 6px 0 0;
}

.add-track-file input[type="file"] {
	padding: 10px;
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 6px;
}

.form-hint {
	clear: both;
	max-width: 600px;
	padding-top: 8px;
	color: #64748b;
	font-size: 13px;
	line-height: 1.4;
}

.form-question {
	margin-bottom: 10px;
	color: var(--mf-ink);
	font-weight: 700;
}

.add-track-page .form-submit button {
	min-height: 44px;
	padding: 0 22px;
	background: var(--mf-red);
	border-radius: 6px;
	color: #fff;
	font-weight: 700;
}

.add-track-page .form-submit button:hover {
	background: #d94425;
}

@media screen and (max-width: 760px) {
	.add-track-page {
		padding: 18px;
	}

	.add-track-page h1 {
		font-size: 23px;
	}

	.form-hint {
		max-width: 100%;
	}
}








