/* Datalife Engine template 
name: Music site;
creation date: 05 august 2019, 
version dle: 12-13
*/

/* 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;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 14px 'Rubik', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background: #f2f6f8 url(../images/bg.png); min-height: 100%; width: 100%; font-weight: 400;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color: #000; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 500; font-size: 18px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 16px; font-family: 'Rubik' !important;}

.button, .btn, .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 {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px; 
border-radius: 4px; cursor: pointer; color: #fff; background-color: #00c3ff; font-size: 16px; font-weight: 400;}
.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):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #00b09b; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
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: 4px; 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: #000; 
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.5; font-size: 14px;} 
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;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.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-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 {-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: 500;}
.icon-left .fa, .icon-left .icon, .icon-left .fas, .icon-left .far, .icon-left .fal {margin-right: 10px;}
.icon-right .fa, .icon-right .icon, .icon-right .fas, .icon-right .far, .icon-right .fal {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim {transition: color .3s, background-color .3s, opacity .3s;}
.anim-all {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 20px; font-size: 24px; font-weight: 500;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding-bottom: 60px;}
.wrap-center {max-width:1100px; margin:0 auto; position:relative; z-index:20;}
.wrap-main {}
.header {padding: 20px; padding-top: 10px; margin-bottom: 20px; box-shadow: 0 0 30px rgba(0,0,0,0.1);
	background: #2c3e50 url(../images/bg2.png); color: #ccc; border-radius: 0 0 10px 10px;}
.content {background-color: #fff; box-shadow: 0 15px 30px rgba(0,0,0,0.2); border-radius: 10px; overflow: hidden;}
.side {width: 260px; padding: 20px;}
.main {min-height: 80vh; padding: 20px; position: relative; z-index: 10;}
.main-content {}
.footer-wr {line-height: 1.7; font-size: 12px; color: #ccc;}
.footer {background: #2c3e50 url(../images/bg2.png); box-shadow: 0 0 30px rgba(0,0,0,0.1); 
padding: 20px; margin-top: 20px; border-radius: 10px 10px 0 0;}
.ft-desc span {color: #00c3ff; border-bottom: 1px dotted #00c3ff;}
.ft-count {display: inline-block; margin: 0 20px;}
.ft-count > * {display: block;}

#gotop{width:31px; height:31px; line-height:31px; cursor:pointer; font-size:16px; 
border-radius:4px; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2); 
display: inline-block; background-color: #00c3ff; color: #fff;}


/* HEADER
----------------------------------------------- */
.logo {display: block; width: 240px; height: 60px;}
.hdesc {margin: 0 40px 0 20px; padding-left: 20px; border-left: 1px solid #888; 
font-size: 12px; color: #ccc; line-height: 1.3;}
.search-wrap {width: 100%; margin-top: 10px;}
.search-box {position:relative;}
.search-box input, .search-box input:focus {padding: 0 70px 0 20px;
background-color: #fff; color: #000; border-radius: 6px; box-shadow: 0 5px 15px rgba(0,0,0,0.1);}
.search-box input:not(:focus)::placeholder {color: #000; opacity: 0.4; font-size: 14px;} 
.search-box button {position:absolute; right:0px; top:0px; z-index:10;
 font-size: 16px !important; padding: 0 !important; border-radius: 0px !important; 
background-color: transparent !important; color: #000 !important; width: 50px;}
.hnav {justify-content: flex-end;}
.hnav a {display: block; height: 40px; line-height: 40px; color: #fff; padding: 0 0 0 40px; 
font-weight: 500; text-transform: uppercase; font-size: 12px;}
.hnav a.is-active {color: #00c3ff;}
.hnav a:hover {text-decoration: underline;}


/* SECTION
----------------------------------------------- */
.sect + .sect {margin-top: 20px;}
.sect-header {margin-bottom: 20px;}
.sect-title {font-weight: 700; text-transform: uppercase; font-size: 24px;}
.sect-title-small {font-size: 20px;}
.sect-title .far, .side-bt .far, .speedbar .far {color: #00c3ff; margin-right: 10px; font-weight: 400;}


/* TRACK
----------------------------------------------- */
.tr {padding: 5px 10px;}
.tr:nth-child(2n+1) {background-color: #f2f6f8;}
.tr-play {text-align: center; height: 30px; line-height: 30px; width: 30px; border-radius: 50%; 
font-size: 10px; padding-left: 3px; background-color: #00c3ff; color: #fff;}
.tr-play:hover {cursor: pointer; background-color: #00b09b;}
.tr-desc {padding: 0 10px; display: block;}
.tr-title {display: inline;}
.tr-subtitle {opacity: 0.8; font-weight: 300; display: inline;}
.tr-time {color: #949494; font-size: 11px;}
.tr-desc:hover {text-decoration: underline;}
.tr.js-item-played {}
.js-item-played .fa-play:before {content: '\f04c';}
.js-item-played .tr-play {padding-left: 0; background-color: #00b09b;}


/* SIDE
----------------------------------------------- */
.side-box {margin-bottom: 20px;}
.side-bt {font-size: 16px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px;}

.side-top a {display: block; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #e3e3e3;
position: relative; padding-left: 30px; font-size: 13px;}
.side-top a:before {content:"\f118"; font-family:'Font Awesome 5 Pro'; color: #00c3ff; 
font-size: 20px; position: absolute; left: 0; top: 0px;}
.side-top a span {opacity: 0.8; font-weight: 300; display: block; margin-top: 2px;}
.side-top a:hover {text-decoration: underline;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.7; font-weight: 300; color: #949494; margin-top: 0px; 
background-color: #f2f6f8; padding: 20px; border-radius: 6px;}
.site-desc h1, .site-desc h2 {font-size: 16px; text-transform: uppercase; font-weight: 700; color: #000; margin-bottom: 10px;}
.site-desc a {color: #06c; text-decoration: underline;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:40px; text-align:center; padding:30px 0 15px 0;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:46px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 15px; 
background-color:#fff; margin:5px 4px 0 4px; border-radius:4px;
box-shadow: 0 0 0 1px rgba(0,0,0,0.2); min-width: 40px;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color:#00c3ff; color:#fff;}


/* PLAYER
----------------------------------------------- */
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997; background-color: #2c3e50; color: #fff;}
.audioplayer {max-width: 1100px; width: calc(100% - 40px); margin: 0 auto; height: 60px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: relative; height: 6px; width: 500px; background-color: #222; border-radius: 3px; margin-left: 20px;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; 
	background-color: rgba(0,0,0,0.3); border-radius: 3px;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	z-index: 10; border-radius: 3px; background-color: #00c3ff;}
.audioplayer-bar-played:before {content: ''; background-color: #fff; width: 10px; height: 10px; border-radius: 50%; 
position: absolute; right: -16px; top: 50%; margin-top: -9px; z-index: 3; 
background: linear-gradient(to bottom, #000, #333); border: 4px solid #666;}

.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: #1e204e; 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: 0px; 
position: relative; cursor: pointer; background-color: #05052a; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: #00c3ff; 
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;}
.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: 3px;}
.ap-artist {font-size: 13px; margin-top: 5px; color: #ccc;}
.ap-title {font-size: 15px;}
.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-color: #00c3ff; 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-color: #00b09b; color: #fff;}
.wplayer-init .audioplayer-playpause .far:before {content: '\f04b'; padding-left: 1px;}


/* FULL
----------------------------------------------- */
.speedbar {font-size: 12px; color: #949494; margin-bottom: 15px;}
.fheader {margin-bottom: 15px;}
.fheader h1 {text-transform: none; font-size: 28px;}
.fheader h1 span {color: #5fdeb7;}
.fcols {margin-bottom: 20px;}
.ftext {max-height: 200px; overflow-x: hidden; overflow-y: auto;}

.finfo {font-size: 12px; margin: 0 20px;}
.finfo li {display: flex; justify-content: flex-start; position: relative; padding: 11px 10px;}
.finfo li:nth-child(2n+1) {background-color: #f2f6f8;}
.finfo333 li:before {content: ''; position: absolute; left: 0; right: 0; top: 50%; 
border-top: 2px dotted #ccc;}
.finfo333 li span {background-color: #fff; display: inline-block; padding: 5px 0 5px 10px; position: relative; z-index: 1;}
.finfo li > span:first-child {color: #949494; width: 120px;}
.finfo a {color: #06c; border-bottom: 1px dotted #6a82fb;}

.fimg {width: 180px; height: 180px;}
.fmeta {width: 40%; text-align: center;}
.fcaption {font-size: 12px; color: #949494; line-height: 1.5; margin-bottom: 20px; text-align: justify;}
.fplay {background-color: #f2f6f8; padding: 10px; border-radius: 30px; height: 60px; cursor: pointer; 
background: #2c3e50 url(../images/bg2.png); box-shadow: 0 0 30px rgba(0,0,0,0.1); color: #fff;}
.fplay-icon {margin-right: 10px; height: 40px; line-height: 40px; width: 40px; text-align: center; 
border-radius: 20px; color: #fff; background-color: #00c3ff; padding-left: 3px;}
.fplay-title {line-height: 20px; max-height: 40px; overflow: hidden;}
.fdl {margin-top: 20px; max-width: 100%;}
.fplay:hover {background: #00b09b; color: #fff;}
.js-item-played .js-play .fplay-icon {padding-left: 0; background-color: #00b09b;}


/* 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: 14px;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 0;}
.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:#06c;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:24px; font-weight:300;}
.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;}

.full-taglist a {color:#d20068;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#fff;
padding:20px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s;}
.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: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .hnav {display: block; margin-bottom: 20px; background-color: #2c3e50; padding: 15px 0;}
.side-panel .hnav a {margin: 0; padding: 0 20px; margin-bottom: 10px;}


@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
.side, .hnav, .hdesc {display: none;}
#gotop {display: none !important;}
.btn-menu {width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 4px; 
cursor: pointer; background-color: #00c3ff; color: #fff; font-size: 18px; display: block;}
.search-wrap {-ms-flex-order: 10;-webkit-order: 10;order: 10; min-width: 100%;}
.audioplayer-bar {position: absolute; left: 0; top: -6px; height: 6px; width: 100%; border-radius: 0; margin: 0;}
.header, .footer, .content {border-radius: 0; margin: 0 auto;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}

.fimg  {margin: auto;}
.finfo {width: 100%; min-width: 100%; margin: 20px 0 0;}
.fmeta {width: 100%; margin: 20px 0 0 0;}

.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;}
.fheader h1 {font-size: 24px;}
.header, .footer, .main {padding-left: 10px; padding-right: 10px;}
.footer {display: block; text-align: center;}
.ft-desc {margin: 20px 0;}
.audioplayer-volume, .ap-time, .ap-img {display: none;}
.audioplayer-playpause a {margin: 0 10px;}

.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;}
.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;}
.logo img {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}


/* MODERN LIGHT REFRESH
----------------------------------------------- */
:root {
	--page-bg: #f5f8fc;
	--surface: #ffffff;
	--surface-soft: #eef5fb;
	--line: rgba(24, 38, 54, 0.10);
	--text: #182636;
	--muted: #6d7b8c;
	--accent: #0aa6d6;
	--accent-2: #17ad78;
	--accent-soft: #e9f8fc;
	--shadow: 0 18px 55px rgba(34, 54, 80, 0.12);
	--shadow-soft: 0 10px 28px rgba(34, 54, 80, 0.08);
}

body {
	color: var(--text);
	background: radial-gradient(circle at 18% 0%, #e6f8ff 0, rgba(230,248,255,0) 32%),
		linear-gradient(180deg, #fbfdff 0%, var(--page-bg) 100%);
	letter-spacing: 0;
}

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

.button, .btn, .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 {
	border-radius: 20px;
	background-color: var(--accent);
	box-shadow: 0 12px 24px rgba(10,166,214,0.18);
	font-weight: 500;
}

.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):hover, html input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover {
	background-color: var(--accent-2);
	box-shadow: 0 14px 26px rgba(23,173,120,0.18);
}

input[type="text"], input[type="password"], select, textarea {
	color: var(--text);
	border-radius: 12px;
	background-color: var(--surface);
	box-shadow: inset 0 0 0 1px var(--line), inset 0 1px 2px rgba(34,54,80,0.04);
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	box-shadow: inset 0 0 0 1px var(--accent), 0 0 0 4px rgba(10,166,214,0.10);
}

.wrap {padding-bottom: 78px;}
.wrap-center {max-width: 1160px;}
.wrap-main {padding: 0 18px;}

.header {
	margin-bottom: 22px;
	padding: 18px 22px;
	background: rgba(255,255,255,0.92);
	color: var(--text);
	border: 1px solid var(--line);
	border-radius: 0 0 18px 18px;
	box-shadow: var(--shadow-soft);
	backdrop-filter: blur(10px);
}

.content {
	background-color: rgba(255,255,255,0.96);
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: var(--shadow);
	overflow: hidden;
}

.main {padding: 28px;}
.side {width: 290px; padding: 28px 28px 28px 0;}

.footer {
	margin-top: 22px;
	padding: 22px;
	color: var(--muted);
	background: rgba(255,255,255,0.92);
	border: 1px solid var(--line);
	border-radius: 18px 18px 0 0;
	box-shadow: var(--shadow-soft);
}
.footer-wr {color: var(--muted);}
.ft-desc span {color: var(--accent); border-bottom-color: var(--accent);}
.ft-count {
	font-size: 0;
	line-height: 0;
}
.ft-count a, .ft-count img {
	display: block;
}

.logo {height: 56px;}
.logo img {max-height: 56px; object-fit: contain;}
.logo {
	width: 220px;
	display: flex;
	align-items: center;
	position: relative;
	height: 56px;
	padding-left: 54px;
}
.logo img {display: none;}
.logo:before {
	content: "\266A";
	position: absolute;
	left: 0;
	top: 50%;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	transform: translateY(-50%);
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	box-shadow: 0 14px 28px rgba(10,166,214,0.24);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 24px;
	font-weight: 700;
}
.logo:after {
	content: "MuzGate";
	color: var(--text);
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
}
.logo span {color: var(--accent);}
.logo:focus-visible {
	border-radius: 14px;
	box-shadow: 0 0 0 4px rgba(10,166,214,0.14);
}
.logo .logo-note {display: none;}
.logo:before {background-image: linear-gradient(135deg, var(--accent), var(--accent-2));}
.logo:hover:after {color: var(--accent);}
.logo:active {transform: translateY(1px);}
.logo:before, .logo:after {transition: color .25s, box-shadow .25s, transform .25s;}
.logo:hover:before {
	transform: translateY(-50%) rotate(-4deg);
	box-shadow: 0 16px 30px rgba(23,173,120,0.22);
}
.logo:after {
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}
.hdesc {
	color: var(--muted);
	border-left-color: var(--line);
}

.hnav a {
	color: var(--text);
	border-radius: 18px;
	padding: 0 14px;
	margin-left: 8px;
	text-transform: none;
	font-size: 13px;
	background-color: transparent;
}
.hnav a.is-active, .hnav a:hover {
	color: var(--accent);
	background-color: var(--accent-soft);
	text-decoration: none;
}

.search-wrap {margin-top: 14px;}
.search-box input, .search-box input:focus {
	height: 46px;
	border-radius: 23px;
	background-color: var(--surface-soft);
	color: var(--text);
	box-shadow: inset 0 0 0 1px var(--line);
}
.search-box input:not(:focus)::placeholder {color: var(--muted); opacity: 0.85;}
.search-box button {height: 46px; color: var(--accent) !important;}

.sect + .sect {margin-top: 26px;}
.sect-header {margin-bottom: 16px;}
.sect-title {
	color: var(--text);
	text-transform: none;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: 0;
}
.sect-title-small {font-size: 22px;}
.sect-title .far, .side-bt .far, .speedbar .far {color: var(--accent);}

.sect-items {
	display: grid;
	gap: 6px;
}

.tr {
	min-height: 46px;
	padding: 6px 10px;
	border: 1px solid rgba(24,38,54,0.08);
	border-radius: 12px;
	background-color: var(--surface);
	box-shadow: 0 4px 12px rgba(34,54,80,0.035);
	transition: transform .2s, border-color .2s, box-shadow .2s, background-color .2s;
}
.tr:nth-child(2n+1) {background-color: var(--surface);}
.tr:hover {
	transform: translateY(-1px);
	border-color: rgba(10,166,214,0.30);
	box-shadow: 0 8px 18px rgba(34,54,80,0.08);
}
.tr-play {
	height: 32px;
	line-height: 32px;
	width: 32px;
	background-color: var(--accent);
	box-shadow: 0 10px 20px rgba(10,166,214,0.20);
}
.tr-play:hover, .js-item-played .tr-play {background-color: var(--accent-2);}
.tr-desc {padding: 0 10px;}
.tr-title {font-weight: 700;}
.tr-subtitle {color: var(--muted); opacity: 1;}
.tr-time {
	min-width: 44px;
	padding: 4px 8px;
	border-radius: 12px;
	color: var(--muted);
	background-color: var(--surface-soft);
	text-align: center;
}
.tr-desc:hover {text-decoration: none; color: var(--accent);}

.side-box {
	margin-bottom: 22px;
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background-color: var(--surface);
	box-shadow: var(--shadow-soft);
}
.side-bt {
	margin-bottom: 16px;
	color: var(--text);
	text-transform: none;
	font-size: 18px;
}
.side-top a {
	margin-bottom: 10px;
	padding: 11px 12px 11px 42px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background-color: var(--surface-soft);
	font-size: 13px;
}
.side-top a:before {
	left: 12px;
	top: 11px;
	color: var(--accent);
	font-size: 17px;
}
.side-top a span {color: var(--muted); opacity: 1;}
.side-top a:hover {
	text-decoration: none;
	border-color: rgba(10,166,214,0.30);
	background-color: var(--accent-soft);
}

.site-desc {
	margin-top: 22px;
	padding: 22px;
	color: var(--muted);
	background-color: var(--surface);
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: var(--shadow-soft);
}
.site-desc h1, .site-desc h2 {
	color: var(--text);
	text-transform: none;
	font-size: 20px;
}
.site-desc a {color: var(--accent);}

.speedbar {
	color: var(--muted);
	margin-bottom: 18px;
	padding: 12px 16px;
	border-radius: 14px;
	background-color: var(--surface-soft);
}

.fmain {
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background-color: var(--surface);
	box-shadow: var(--shadow-soft);
	margin-bottom: 26px;
}
.fheader {margin-bottom: 12px;}
.fheader h1 {font-size: 30px; line-height: 1.18;}
.fcaption {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.65;
	text-align: left;
}
.fimg {
	width: 190px;
	height: 190px;
	border-radius: 18px;
	box-shadow: var(--shadow-soft);
	background-color: var(--surface-soft);
}
.finfo {
	margin: 0 24px;
	font-size: 13px;
}
.finfo li {
	padding: 12px 14px;
	border-radius: 12px;
}
.finfo li:nth-child(2n+1) {background-color: var(--surface-soft);}
.finfo li > span:first-child {color: var(--muted);}
.fmeta {width: 38%;}
.fplay {
	height: auto;
	min-height: 64px;
	padding: 12px;
	border-radius: 32px;
	background: var(--text);
	color: #fff;
	box-shadow: var(--shadow-soft);
}
.fplay-icon {
	background-color: var(--accent);
	box-shadow: 0 10px 20px rgba(10,166,214,0.22);
}
.fplay:hover {
	background: var(--accent-2);
	color: #fff;
}
.fdl {
	margin-top: 16px;
	width: 100%;
	border-radius: 22px;
}
.full-text {
	line-height: 1.75;
	color: var(--text);
}
.ftext {
	max-height: 260px;
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background-color: var(--surface);
	box-shadow: var(--shadow-soft);
}

.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {
	border-radius: 14px;
	background-color: var(--surface);
	box-shadow: inset 0 0 0 1px var(--line);
}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color: var(--accent); color: #fff;}

.wplayer {
	background-color: rgba(255,255,255,0.96);
	color: var(--text);
	border-top: 1px solid var(--line);
	box-shadow: 0 -16px 38px rgba(34,54,80,0.12);
	backdrop-filter: blur(10px);
}
.audioplayer-bar {background-color: var(--surface-soft);}
.audioplayer-bar-loaded {background-color: rgba(24,38,54,0.12);}
.audioplayer-bar-played {background-color: var(--accent);}
.audioplayer-bar-played:before {
	background: #fff;
	border-color: var(--accent);
}
.audioplayer-playpause a {
	background-color: var(--accent);
	box-shadow: 0 10px 22px rgba(10,166,214,0.22);
}
.audioplayer-playpause a:hover {background-color: var(--accent-2);}
.ap-prev, .ap-next, .audioplayer-volume-button a, .ap-dl, .ap-time, .ap-artist {color: var(--muted);}
.ap-prev:hover, .ap-next:hover, .audioplayer-volume-button a:hover, .ap-dl:hover {color: var(--accent);}
.ap-title {color: var(--text); font-weight: 500;}
.audioplayer-volume-adjust {
	background-color: var(--surface);
	border: 1px solid var(--line);
	border-radius: 12px;
	box-shadow: var(--shadow-soft);
}
.audioplayer-volume-adjust > div {background-color: var(--surface-soft); border-radius: 8px;}
.audioplayer-volume-adjust > div > div {background-color: var(--accent);}

.btn-menu {
	border-radius: 14px;
	background-color: var(--accent);
	box-shadow: 0 10px 20px rgba(10,166,214,0.18);
}
.side-panel {
	background-color: var(--surface);
	box-shadow: var(--shadow);
}
.side-panel .hnav {
	background-color: var(--surface-soft);
	border-radius: 16px;
}
.side-panel .hnav a {color: var(--text);}

@media screen and (max-width: 1220px) {
	.wrap-main {padding: 0;}
	.header, .footer, .content {border-radius: 0; border-left: 0; border-right: 0;}
	.main {padding: 24px 20px;}
}

@media screen and (max-width: 760px) {
	.fmain {padding: 18px;}
	.fcaption {font-size: 13px;}
	.finfo {margin: 20px 0 0;}
	.fmeta {width: 100%;}
	.sect-title {font-size: 23px;}
}

@media screen and (max-width: 590px) {
	.header, .footer, .main {padding-left: 14px; padding-right: 14px;}
	.logo {height: 48px;}
	.logo {
		width: 184px;
		height: 48px;
		padding-left: 46px;
	}
	.logo:before {
		width: 36px;
		height: 36px;
		border-radius: 12px;
	}
	.logo:after {font-size: 25px;}
	.logo img {max-height: 48px;}
	.tr {padding: 10px;}
	.tr-time {display: none;}
	.fheader h1 {font-size: 24px;}
	.ftext {padding: 16px;}
}


