/* Datalife Engine template 
by: redissx (E-mail: redissx@gmail.com, Website: webrambo.ru ), 
creation date: 28 april 2018, 
version dle: 12.1
*/

/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; 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: 16px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; padding:0; margin:0; color:#172033; background:#eef3f8; min-height:100%; width:100%; font-weight:400;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color: #1faee9; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 18px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; font-size: 16px;}

.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 30px; height: 40px; line-height: 40px; border-radius: 20px; cursor: pointer;  
background-color: #1faee9; color: #fff; font-size: 16px; font-weight: 700;}
.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: #7fc7ff; color: #fff;}
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"] {display: block; width: 100%; height: 40px; line-height: 40px; padding: 0 15px;
background-color: #e4e4e4; color: #222;  border-radius: 4px; box-shadow: none; border: 0;}
input[type="text"]:focus, input[type="password"]:focus {}
input::-webkit-input-placeholder {color: #222; opacity: 0.5;}
input::-moz-placeholder {color: #222; opacity: 0.5;}
input:-moz-placeholder {color: #222; opacity: 0.5;}
input:-ms-input-placeholder {color: #222; opacity: 0.5;} 
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: #e4e4e4; color: #222;}
textarea {display: block; width: 100%; padding: 15px; overflow: auto; vertical-align: top; resize: vertical; height: 90px; 
background-color: #e4e4e4; color: #222;  border-radius: 4px; box-shadow: none; border: 0;}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit 
{overflow: hidden; position: relative; background-color: #222;}
.img-resp {padding-top: 57%;}
.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;}

b, strong, h1, h2, h3, h4, h5, .fw700 {font-weight: 700;}
.icon-l .fa {margin-right: 10px;}
.icon-r .fa {margin-left: 10px;}
.hover-mask {transition: color .2s, background-color .2s, opacity .2s;}
.hidden {display: none;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; overflow:hidden; position: relative;}
.wrap-center {max-width:1200px; margin:0 auto; position:relative; z-index:20;}
.wrap-container {background-color: #f8f3f0; box-shadow: 0 0 40px 0 rgba(0,0,0,0.8); z-index: 30;}
.header {height: 60px; padding-right: 30px; background-color: #00bfff; box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);}
.side {background-color: #393836; color: #fff; width: 240px;}
.main {min-height: 100vh; padding: 30px;}
.nav {background-color: #fff; box-shadow: 0 0 20px 0 rgba(0,0,0,0.03); 
	padding: 15px 30px; margin-bottom: 30px;}
.cont {background-color: #fff; box-shadow: 0 0 20px 0 rgba(0,0,0,0.03); padding: 30px; padding-top: 20px;}
.footer {padding: 30px 30px 15px 15px;}

#gotop{position:fixed; width:50px; height:50px; line-height:46px; right:10px; bottom:10px; cursor:pointer; font-size:20px;
z-index:9998; display:none; opacity:1; background-color:#fff; color:#222; 
border-radius:50%; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2);}


/* HEADER
----------------------------------------------- */
.logo {width: 240px; height: 60px; display: block; margin-right: 30px; border-right: 0px solid #e3e3e3;}
.search-box {position: relative;}
.search-box input#story, .search-box input#story:focus {width: 100%; height: 40px; line-height: 40px; 
border-radius: 3px; background-color: #fff; padding-left: 50px; box-shadow: inset 0 0 0 1px #e3e3e3;}
.search-box button {position: absolute; left: 0; top: 0; color: #000 !important; background-color: transparent !important; 
padding: 0 !important; width: 50px;}
.show-login {display: inline-block; height: 40px; line-height: 38px; padding: 0 15px; 
border: 0px solid #e3e3e3; border-radius: 3px; margin-left: 15px; cursor: pointer; 
background-color: #7fc7ff; color: #fff;}
.show-login .fa {color: #00bfff; margin-left: 10px;}


/* SIDE
----------------------------------------------- */
.side-box {margin-bottom: 0px;}
.side-bt {background-color: #282828; font-weight: 700; text-transform: uppercase; 
height: 60px; line-height: 60px; padding: 0 0 0 15px; border-left: 5px solid #6495ed;}
.side-bt .fa {color: #00bfff; font-size: 24px; width: 35px; vertical-align: middle; position: relative; top: -3px;}
.side-bc {padding: 15px;}

.side a {color: #fff;}
.side a:hover {color: #1faee9;}
.ps-item {margin: 0 -15px; padding: 12px 15px; border-bottom: 1px solid #0e0e0d; box-shadow: 0 1px #63615d;
	font-size: 14px; color: #fff;}
.ps-right {opacity: 0.6; margin-left: 15px; font-size: 12px;}
.ps-artist {font-weight: 700; margin-bottom: 3px; opacity: 0.8;}
.ps-title {opacity: 0.6;}
.ps-item:hover {background-color: #38332e;}
.ps-item:last-child {border-bottom: 0; box-shadow: none;}


/* LOGIN
----------------------------------------------- */
.login-box {background-color:#FFF; padding:20px; display:none;}
.lb-user {margin:-20px -20px 20px -20px; padding:20px; background-color:#f6f6f6;  
display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.lb-ava {width:80px; height:80px; border-radius:50%; margin-right:20px;}
.lb-name div {font-size:18px;}
.lb-name a {margin-top:10px;}
.lb-menu a {display:block; line-height:30px; padding:0 10px; background-color:#f6f6f6;}
.lb-menu a:hover, .lb-menu a:hover .fa {background-color:#1faee9; color:#fff;}
.lb-menu a .fa {color:#1faee9;}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check 
{display:block; margin-bottom:20px; width:100%;}
.lb-check input {display:none;}
.lb-check input + label:before {width:14px; height:14px; margin-right:7px; cursor:pointer; position:relative; top:3px;
border-radius:3px; border:1px solid #ccc; content:""; background-color:#f6f6f6; display:inline-block;}
.lb-check input:checked + label:before {background-color:#e5050b;}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#f6f6f6; text-align:center;}
.lb-soc a {display:inline-block; margin:10px 3px 0 3px; vertical-align:top;}
.lb-soc img {display:block; width:30px; height: 30px; border-radius: 15px;}


/* NAV
----------------------------------------------- */
.nav-in {margin: 0 -10px;}
.nav-in li {width: 25%; position: relative; font-size: 14px;}
.nav-in li a {display: block; padding: 0 10px; line-height: 30px;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);}
.nav-in li a:hover, .nav li a.is-active {background-color: #f4fefc; color: #000;}
.nav-in li span {position: absolute; right: 20px; top: 0; display: inline-block; line-height: 30px; 
	font-size: 12px; opacity: 0.5;}

.items-header {border-bottom: 3px solid #1faee9; margin: 0 -30px 0 -30px; padding: 0 30px 20px 30px;}
.items-title {font-size: 22px; font-weight: 700; text-transform: uppercase;}
.items-caption {font-size: 13px; opacity: 0.6; margin-top: 3px;}
.items-header > a {color: #1faee9; font-size: 24px;}


/* PLAY
----------------------------------------------- */
.play-item {padding: 15px 30px; margin: 0 -30px; border-bottom: 3px solid #e3e3e3; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: #fafafa;}
.play-btn {display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; 
border-radius: 50%; font-size: 18px; color: #6495ed; box-shadow: inset 0 0 0 2px #6495ed; 
margin-right: 15px; cursor: pointer;}
.play-dl {color: #a8a8a8; box-shadow: inset 0 0 0 2px #a8a8a8;}
.play-btn:hover, .show-player .play-play {color: #fff; background-color: #1faee9; box-shadow: inset 0 0 0 2px #1faee9;}
.play-item:not(.show-player) .play-play {padding-left: 3px;}
.play-desc {line-height: 20px; padding-left: 15px; display: block;}
.play-artist {font-weight: 700; display: block;}
.play-title {font-size: 14px; opacity: 0.6; display: block;}
.play-time {margin-left: 15px; opacity: 0.6; font-size: 14px;}


.item-player {width: 100%; padding: 10px 10px; position: fixed; left: 0; bottom: 0; z-index: 99999; 
background-color: #333; color: #fff; box-shadow:0 -5px 11px 0 rgba(0,0,0,0.05);}
.audioplayer {position: relative; max-width: 1200px; margin: 0 auto;}
.audioplayer audio {display: none;}
.audioplayer-caption {font-size: 14px; margin-bottom: 5px; overflow: hidden; white-space: nowrap; 
	text-align: center; padding: 0 50px; text-overflow: ellipsis;}
.audioplayer-dl {width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%;
display: block; margin-right: 30px; background-color: #222; color: #fff; font-size: 18px;}
.audioplayer-playpause {width: 40px; margin-right: 15px;}
.audioplayer-time {margin-right: 0px; font-size: 12px; position: absolute; top: 3px; left: 125px;}
.audioplayer-time-duration {left: auto; right: 70px;}
.audioplayer-volume {margin-left: 30px;}
.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: #111; height: 10px; border-radius: 5px; position: relative;}
.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: #1faee9;}
.audioplayer-playpause a, .audioplayer-volume-button a {overflow: hidden; width: 40px; height: 40px; line-height: 40px; 
text-indent: -9999px; position: relative; background-color: #222; border-radius: 50%; 
display: block;}
.audioplayer-playpause a:before, .audioplayer-volume-button a:before {display: block; width: 40px; height: 40px; 
	line-height: 40px; text-align: center; 
border-radius: 20px; color: #fff; position: absolute; left: 0; top: 0; 
content:"\f04c"; font-family:'FontAwesome'; font-size: 18px; text-indent: 0;}
.audioplayer-stopped .audioplayer-playpause a:before {content:"\f04b"; left: 3px;}
.audioplayer-volume-button a:before {content:"\f028";}
.audioplayer-muted .audioplayer-volume-button a:before {content:"\f026";}
.audioplayer-volume {position: relative;}
.audioplayer-volume-adjust {width: 40px; height: 100px; background-color: #222; 
position: absolute; right: 0; bottom: 100%; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 70px; border-radius: 5px; 
position: relative; left: 15px; top: 15px; background-color: #111; cursor: pointer;}
.audioplayer-volume-adjust > div > div {width: 10px; border-radius: 5px; background-color: #1faee9; 
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, .audioplayer-dl:hover 
{background-color: #1faee9; color: #fff;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:40px; text-align:center; margin-top: 50px; font-size: 14px;}
.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:40px; 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:40px; background-color:#fff; margin:0 5px; border-radius:23px; margin-top: 10px; 
box-shadow:inset 0px 0 0 1px rgba(0, 0, 0, 0.1);}
.navigation span, .pagi-nav a:hover {background-color:#1faee9; color:#fff;}
.navigation span.nav_ext {background-color:#fff; color: #ccc;}
.pagi-nav a:hover {background-color:#1faee9; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FOOTER
----------------------------------------------- */
.ft-menu a {margin-left: 15px; color: #fff;}
.ft-menu a:hover {text-decoration: underline; color: #1faee9;}
.ft-desc {color: #fff; opacity: 0.6;}
.ft-desc div {font-size: 12px;}


/* FULL
----------------------------------------------- */
.full h1 {font-size: 22px; margin-bottom: 15px; font-weight: 700; text-transform: uppercase;}
.full h1 > span {display: block; font-size: 18px; margin-bottom: 5px; color: #1faee9; 
font-weight: 400; text-transform: none;}
.full h1 a {margin-left: 7px; font-size: 16px;}
.fwide {margin: 0 -30px; margin-bottom: 30px;}

.fmeta {padding: 5px 30px; border-top: 2px solid #e3e3e3; background-color: #fafafa;}
.ftime {font-size: 13px; opacity: 0.6; border-bottom: 3px solid #e3e3e3;}
.subtitle {font-size: 18px; font-weight: 700; text-transform: uppercase; margin-bottom: 15px;}
.subtitle .fa {color: #1faee9; margin-right: 10px;}
.rels {margin-bottom: 30px;}

.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:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);}
.slice-btn {margin:15px 0 30px 0;}
.slice-btn span {display:inline-block; cursor:pointer; text-decoration:underline; color:#1faee9; font-size: 14px;}

.ffav {position:absolute; top:10px; right:30px; cursor:pointer; font-size: 14px;}
.ffav a {display: block; height: 40px; line-height: 40px; padding: 0 15px; 
border-radius: 20px; box-shadow: inset 0 0 0 2px #7fc7ff; color: #fff;}

.fbtns {background-color: #1faee9; color: #fff; font-size: 0; position: relative;}
.fplay, .fdl {display: inline-block; vertical-align: top; height: 60px; line-height: 60px; 
	cursor: pointer; width: auto; font-size: 18px; color: #fff;
	padding: 0 30px 0 100px; border-right: 2px solid #7fc7ff !important; 
position: relative; text-align: left; border: 0; transition: all .2s linear;}
.fdl:hover, .fplay:hover {background-color: #7fc7ff; color: #fff;}
.fdl .fa, .fplay .fa {position: absolute; left: 30px; top: 10px; z-index: 10; 
	line-height: 40px; font-size: 16px; width: 40px; height: 40px; text-align: center; border-radius: 50%; 
box-shadow: inset 0 0 0 2px #fff; color: #fff;}
.fplay .fa {padding-left: 2px;}
.show-player .fplay .fa {padding-left: 0px;}
.show-player .fplay {animation: flash  0.3s infinite linear alternate;}
@keyframes flash {
  from {background-color: #7fc7ff;}
  to {background-color: #1faee9;}
}


/* 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:450px; display:block; margin:0 auto;}
.mejs-container {max-width:100% !important;}
.full-text {color:#444; font-size:16px; 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:#1faee9;}
.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;}


/* COMMENTS
----------------------------------------------- */
.full-comms {position: relative;}
.comms-title {line-height:40px;}
.comms-title > span {font-size:14px; opacity: 0.5;}
.add-comm-form {position:relative; margin:15px 0 0 0; padding: 15px; 
border: 0px solid #e3e3e3; display:none; background-color: #f9f9f9;}
.ac-soc {position:absolute; right:0px; top:-8px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.ac-av {width:40px; height:40px; border-radius:50%; float:left; margin-right:10px;
background:#fff url(../dleimages/noavatar.png) no-repeat; background-size:contain;}
.ac-title {font-weight:700; margin-bottom:15px; text-transform:uppercase;}
.ac-inputs input {width:49%; background-color:#FFF; box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
.ac-textarea textarea {height:85px; background-color: #fff;}
.ac-submit {}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px; display:none;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-protect input {background-color:#FFF;}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#f0f0f0; margin:20px 0 0 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#6c9bd3;}
.full-comms {}
#dle-comments-list {margin-top: 15px;}
.add-comm-btn {position: absolute; right: 0; top: -8px;}

.comm-item {padding-left:55px; margin-bottom:30px;}
.comm-left {width:40px; height:40px; margin-left:-55px; float:left; border-radius:50%;}
.comm-right {width:100%; float:right; position:relative;}

.comm-one {padding:0 80px 5px 0; position:relative; font-size:12px; color: #888;}
.comm-one > span:nth-child(4) {float:right; margin-right:0;}
.comm-one > span {float:left; margin-right:20px;}
.comm-author {color: #1faee9;}
.comm-author a {color: #1faee9;}
.rate3-comm {position:absolute; right:0; top:0; white-space:nowrap; font-size:16px;}
.rate3-comm a {cursor:pointer; height:20px; line-height:20px; display:inline-block; font-size:14px;
color:#0aa80a; margin:0 5px 0 0; vertical-align:top}
.rate3-comm a:last-child {color:#d00e0e; margin:0 0 0 5px;}
.rate3-comm a:hover {opacity:0.5;}
.rate3-comm > span {height:20px; line-height:20px; display:inline-block; font-size:11px; font-weight:700; vertical-align:top;}
.rate3-comm > span > span.ratingtypeplus {color: #06b601;}
.rate3-comm > span > span.ratingplus {color: #95c613;}
.rate3-comm > span > span.ratingminus {color: #ff0e0e;}
.comm-two {}
.signature {font:italic 12px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; 
border-top:1px dashed #000;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px; line-height: 20px;}
.comm-three a {display: inline-block; vertical-align: middle; 
	border: 1px solid transparent; line-height: 18px; height: 20px;}
.comm-three li:first-child {margin-left:0px; float:left;}
.comm-three li:first-child a {border: 1px solid #e3e3e3; padding: 0 5px; border-radius: 3px; text-decoration: none;}





/* ADAPTIVE
----------------------------------------------- */
.btn-menu, .btn-menu2, .h-mobs {display:none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#222;
padding:15px; 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.5); 
position:fixed; left:0; top:0; z-index:887; display:none;}
.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: #1faee9; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
.side-panel a {display:block; padding:10px 50px 10px 0; color:#FFF; font-size:16px;
color:#FFF; border-bottom:1px solid #111;}
.side-panel li {position:relative; color:#FFF;}
.side-panel li span {position:absolute; right:10px; top:10px; opacity:0.8;}
.side-panel li a:before {color: #f1656f; margin-right: 10px;}


@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
.side {display: none;}
.main, .footer, .cont {padding-left: 15px; padding-right: 15px;}
.cols {display: block;}
.header {padding-right: 15px;}
.items-header, .play-item {margin-right: -15px; margin-left: -15px; padding-left: 15px; padding-right: 15px;}
.play-desc {padding-left: 0;}

#gotop {display: none !important;}

.fwide {margin-left: -15px; margin-right: -15px;}
.fmeta {padding-left: 15px; padding-right: 15px;}
.ffav {right: 15px;}
.fdl, .fplay {padding: 0 15px 0 70px;}
.fdl .fa, .fplay .fa {left: 15px;}
.fdl {border-right: 0 !important;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.nav {display: none;}
.footer {display: block; text-align: center;}
.ft-menu {margin-top: 7px; line-height: 2;}
.ft-menu a {margin: 0 7px;}

.header {height: auto; padding-left: 15px;}
.logo {margin-left: -15px; margin-right: 0;}
.h-mobs {display: block;}
.btn-menu, .btn-menu2 {display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; 
cursor: pointer; background-color: #00b3ff; color: #fff; font-size: 24px; border-radius: 50%; 
vertical-align: middle;}
.btn-menu2 {margin-right: 10px;}
.show-login, .search-box {display: none; width: 100%; -ms-flex-order: 8;-webkit-order: 8;order: 8;}
.is-active .show-login {display: block; text-align: center; margin-bottom: 10px; margin-left: 0;}
.is-active .search-box {display: block; margin-bottom: 10px; margin-top: 10px;
flex-basis: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%;}

}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
body {background-image: none;	}

.fdl, .fplay {width: 50%;}
.ffav {display: none;}

.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) {
.wrap-center {max-width:480px;}

.comm-one {overflow: hidden; height: 20px; line-height: 20px;}
.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) {
.wrap-center22 {max-width:320px;}
.logo {border-right: 0; width: 180px; overflow: hidden; position: relative;}
.logo img {width: 240px; max-width: 240px;}
.logo:before {content:'';position:absolute;z-index:1;bottom:0px;top:0;right:0;width:30%;pointer-events:none;
background:linear-gradient(to right, rgba(0,186,143,0) 0%, #00bfff 100%);}
.audioplayer-time {display: none;}
.audioplayer-caption {padding: 0;}
.audioplayer-dl {margin-right: 15px;}
.audioplayer-volume {margin-left: 15px;}

.ftime {display: none;}
.fdl, .fplay  {padding: 0 0 0 50px; text-align: center; font-size: 12px;}
.comms-title {display: block; text-align: center;}
.add-comm-btn {width: 100%; position: static;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}
table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 32%;
  height: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.audioplayer-dl {display: none;}

/* =========================================================
   ENOTOV TOP 2026 UA — modern responsive / Core Web Vitals
   ========================================================= */
:root {
  --brand: #0ea5e9;
  --brand-dark: #0284c7;
  --brand-soft: #e0f2fe;
  --ink: #172033;
  --muted: #64748b;
  --line: #e2e8f0;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(15, 23, 42, .07);
}

html {scroll-behavior:smooth; text-size-adjust:100%; -webkit-text-size-adjust:100%;}
body {overflow-x:hidden;}
body.modal-open {overflow:hidden;}
a {text-underline-offset:3px;}
img {height:auto;}
button, input, textarea, select {font:inherit;}
button {border:0;}
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline:3px solid rgba(14,165,233,.45);
  outline-offset:3px;
}
.sr-only, .schema-only {position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}
.skip-link {position:fixed;z-index:100000;left:12px;top:12px;transform:translateY(-160%);background:#fff;color:#111;padding:10px 14px;border-radius:8px;box-shadow:var(--shadow);}
.skip-link:focus {transform:none;}

.wrap {min-width:320px;overflow:visible;}
.wrap-center {max-width:1240px;padding-inline:16px;}
.wrap-container {background:var(--surface-soft);box-shadow:0 0 36px rgba(15,23,42,.12);}
.header {min-height:68px;height:auto;padding:4px 20px;background:linear-gradient(135deg,#0ea5e9,#38bdf8);gap:14px;}
.logo {display:flex;align-items:center;width:240px;height:60px;margin:0;flex:0 0 240px;}
.logo-picture {display:block;width:100%;line-height:0;}
.logo img {display:block;width:100%;height:60px;object-fit:contain;}
.search-box form {position:relative;}
.search-box input#story, .search-box input#story:focus {height:44px;line-height:44px;border-radius:10px;padding:0 50px 0 16px;background:#fff;box-shadow:0 0 0 1px rgba(15,23,42,.08);}
.search-box .search-submit {position:absolute;right:0;left:auto;top:0;width:48px;height:44px;padding:0!important;border-radius:0 10px 10px 0!important;background:transparent!important;color:#172033!important;}
.header-links a {color:#fff;font-weight:600;white-space:nowrap;}
.show-login {height:42px;line-height:42px;padding:0 16px;margin:0;border-radius:10px;background:rgba(255,255,255,.18);color:#fff;font-weight:700;white-space:nowrap;}
.show-login .fa {color:#fff;margin-left:6px;}

.cols {align-items:stretch;}
.side {width:250px;flex:0 0 250px;background:#172033;color:#fff;}
.side-bt {height:auto;line-height:1.3;padding:18px;border-left:4px solid var(--brand);background:#111827;}
.side-categories {padding:10px;}
.side-categories a {display:block;color:#dbeafe;padding:11px 12px;border-radius:9px;line-height:1.25;font-size:14px;}
.side-categories a:hover,.side-categories a:focus-visible {background:rgba(255,255,255,.08);color:#fff;}

.main {padding:24px;min-width:0;}
.nav {padding:12px;margin-bottom:20px;border-radius:var(--radius);box-shadow:var(--shadow);}
.nav-in {margin:-4px;gap:0;}
.nav-in li {width:25%;padding:4px;font-size:14px;}
.nav-in li a {height:100%;display:flex;align-items:center;line-height:1.25;padding:10px 12px;border-radius:8px;box-shadow:none;background:var(--surface-soft);}
.nav-in li a:hover,.nav-in li a:focus-visible {background:var(--brand-soft);color:#075985;}
.cont {padding:24px;border-radius:var(--radius);box-shadow:var(--shadow);}
.items-header {margin:0 0 8px;padding:0 0 18px;border-bottom:1px solid var(--line);}
.items-title {font-size:clamp(22px,2.5vw,30px);line-height:1.2;text-transform:none;letter-spacing:-.02em;color:var(--ink);}
.items-caption {font-size:15px;line-height:1.55;color:var(--muted);opacity:1;margin-top:8px;max-width:800px;}

.play-item {margin:0;padding:13px 8px;border-bottom:1px solid var(--line);box-shadow:none;background:transparent;gap:10px;flex-wrap:nowrap;}
.play-item:last-child {border-bottom:0;}
.play-item:hover {background:#f8fbff;}
.play-btn {flex:0 0 42px;width:42px;height:42px;line-height:42px;margin:0;border-radius:50%;cursor:pointer;background:#fff;box-shadow:inset 0 0 0 1px #cbd5e1;color:#0284c7;}
button.play-btn {padding:0!important;font-size:16px!important;font-weight:400!important;}
.play-btn:hover,.show-player .play-play {background:var(--brand);color:#fff;box-shadow:none;}
.play-desc {min-width:0;padding:0 4px;line-height:1.3;color:var(--ink);}
.play-desc:hover {color:var(--ink);}
.play-artist {font-size:15px;font-weight:700;}
.play-title {font-size:14px;color:var(--muted);opacity:1;margin-top:3px;}
.play-time {flex:0 0 auto;margin-left:auto;color:var(--muted);font-size:13px;}

.seo-text {margin-top:30px;padding-top:26px;border-top:1px solid var(--line);color:#334155;line-height:1.72;}
.seo-text h2 {font-size:24px;line-height:1.25;color:var(--ink);margin:0 0 14px;}
.seo-text h3 {font-size:19px;line-height:1.3;color:var(--ink);margin:24px 0 10px;}
.seo-text p {margin:0 0 14px;}
.seo-text ul {list-style:disc;padding-left:22px;margin:0 0 16px;}
.seo-text li {margin:5px 0;}
.seo-category-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0;}
.seo-category-grid a {display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);color:var(--ink);}
.seo-category-grid a:hover {border-color:#7dd3fc;background:#f0f9ff;}
.seo-category-grid span {font-size:13px;color:var(--muted);}

.footer {padding-top:18px;padding-bottom:22px;}
.footer-inner {display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 22px;border-radius:var(--radius);background:#172033;color:#cbd5e1;}
.ft-desc {color:#cbd5e1;opacity:1;font-size:13px;line-height:1.55;max-width:760px;}
.ft-desc strong {color:#fff;}
.ft-menu {display:flex;gap:16px;flex-wrap:wrap;}
.ft-menu a {margin:0;color:#fff;font-size:14px;}

/* Full track page */
.track-speedbar {font-size:13px;color:var(--muted);margin-bottom:18px;}
.track-speedbar a {color:#475569;}
.track-header {position:relative;margin-bottom:20px;}
.track-header h1 {font-size:clamp(26px,3vw,38px);line-height:1.15;margin:4px 44px 0 0;text-transform:none;letter-spacing:-.025em;}
.track-artist {font-size:16px;color:var(--brand-dark);font-weight:700;}
.track-edit {position:absolute;right:0;top:8px;}
.track-layout {display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:28px;align-items:start;}
.track-cover-wrap {position:relative;}
.track-cover {display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px;background:#e2e8f0;box-shadow:var(--shadow);}
.track-rating {margin-top:12px;min-height:30px;}
.track-main-info {min-width:0;}
.track-facts {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:18px;}
.track-facts div {display:flex;justify-content:space-between;gap:12px;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft);font-size:14px;}
.track-facts span {color:var(--muted);}
.track-facts strong {color:var(--ink);text-align:right;}
.track-intro {color:#475569;line-height:1.65;margin:0 0 18px;}
 .track-actions {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;max-width:720px;align-items:stretch;}
.track-action {display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-width:0;max-width:none;height:56px;min-height:56px;padding:0 24px;border-radius:14px;background:var(--brand);color:#fff;font-weight:800;font-size:16px;line-height:1.2;text-align:center;cursor:pointer;box-sizing:border-box;border:0;text-decoration:none;box-shadow:0 10px 24px rgba(14,165,233,.16);}
.track-action .fa {flex:0 0 auto;font-size:18px;line-height:1;}
button.track-action, a.track-action {display:flex!important;width:100%!important;height:56px!important;min-height:56px!important;padding:0 24px!important;border-radius:14px!important;line-height:1.2!important;box-sizing:border-box!important;}
.track-action span {position:relative;z-index:1;}
button.track-action, .play-btn {appearance:none;-webkit-appearance:none;}
.track-action:hover {background:var(--brand-dark);color:#fff;}
.track-download {background:#172033;box-shadow:0 10px 24px rgba(15,23,42,.18);}
.track-complaint {margin-top:14px;font-size:13px;color:var(--muted);}
.track-section {margin-top:30px;padding-top:24px;border-top:1px solid var(--line);}
.track-section > h2,.section-heading-row h2 {font-size:22px;line-height:1.25;margin:0 0 14px;color:var(--ink);}
.video-box {width:100%;aspect-ratio:16/9;background:#0f172a;border-radius:14px;overflow:hidden;}
.video-box iframe,.video-box video,.video-box embed,.video-box object,.video-box #player {display:block;width:100%!important;height:100%!important;}
.lyrics-text,.full-text {line-height:1.75;color:#334155;overflow-wrap:anywhere;}
.lyrics-text {white-space:pre-line;}
.section-heading-row {display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;}
.section-heading-row h2 {margin:0;}
.add-comm-btn {position:static;flex:0 0 auto;}
#add-comm-form {display:none;}
#add-comm-form.is-open {display:block;}

/* Fixed native audio player */
.item-player {position:fixed;z-index:99990;left:0;right:0;bottom:0;width:auto;padding:10px max(14px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));background:#0f172a;color:#fff;box-shadow:0 -8px 30px rgba(15,23,42,.25);}
.native-player {max-width:1000px;margin:0 auto;display:grid;grid-template-columns:minmax(120px,1fr) minmax(260px,2fr) 42px 42px;gap:12px;align-items:center;}
.native-player-caption {min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:700;}
.native-player audio {display:block;width:100%;height:38px;}
.native-player-download,.native-player-close {display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#1e293b;color:#fff;cursor:pointer;}
.native-player-close {padding:0!important;line-height:42px!important;font-size:16px!important;}
.native-player-download:hover,.native-player-close:hover {background:var(--brand);color:#fff;}

/* Accessible login modal */
.login-box {display:none;position:fixed;z-index:100002;left:50%;top:50%;transform:translate(-50%,-50%);width:min(92vw,420px);max-height:88vh;overflow:auto;padding:24px;border-radius:16px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.35);}
.login-box.is-open {display:block;}
.login-close {position:absolute;right:10px;top:10px;width:38px;height:38px;padding:0!important;border-radius:50%!important;background:#f1f5f9!important;color:#172033!important;line-height:38px!important;}
.modal-overlay {display:none;position:fixed;z-index:100001;inset:0;width:100%;height:100%;background:rgba(2,6,23,.62);cursor:default;}
.modal-overlay.is-open {display:block;}
.lb-user {margin:-24px -24px 20px;padding:24px;background:#f8fafc;}
.lb-soc {margin:20px -24px -24px;padding:18px 24px;background:#f8fafc;}
.lb-soc-links {display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;}
.lb-soc-links a {display:inline-flex;padding:8px 10px;border-radius:8px;background:#e2e8f0;color:#172033;font-size:13px;}

/* Mobile menu */
.h-mobs {margin-left:auto;}
.icon-button,.btn-menu,.btn-menu2 {padding:0!important;border-radius:50%!important;}
.side-panel {display:block;position:fixed;z-index:10001;left:-310px;top:0;width:min(310px,86vw);height:100dvh;padding:58px 14px 20px;background:#172033;overflow:auto;transition:left .22s ease;}
.side-panel.active {left:0;}
.side-panel ul {list-style:none;}
.side-panel li {width:100%;}
.side-panel a {display:block;padding:12px 10px;border-bottom:1px solid rgba(255,255,255,.08);color:#fff;}
.side-panel .btn-close {position:absolute;right:12px;top:12px;width:38px;height:38px;padding:0!important;border-radius:50%!important;background:#334155!important;color:#fff!important;line-height:38px!important;}
.close-overlay {display:block;visibility:hidden;opacity:0;position:fixed;z-index:10000;inset:0;width:100%;height:100%;background:rgba(2,6,23,.58);transition:opacity .2s ease;}
.close-overlay.active {visibility:visible;opacity:1;}

.slice {overflow:hidden;transition:max-height .25s ease;position:relative;}
.slice.slice-masked:after {content:"";position:absolute;left:0;right:0;bottom:0;height:70px;background:linear-gradient(transparent,#fff);pointer-events:none;}
.slice-btn {display:block;margin:10px auto 0;padding:0 18px!important;height:38px!important;line-height:38px!important;border-radius:20px!important;background:#e0f2fe!important;color:#075985!important;font-size:14px!important;}

#gotop {display:flex!important;align-items:center;justify-content:center;visibility:hidden;opacity:0;transform:translateY(10px);right:16px;bottom:86px;width:44px;height:44px;line-height:44px;border-radius:50%;padding:0!important;background:#fff!important;color:#172033!important;transition:.2s;}
#gotop.is-visible {visibility:visible;opacity:1;transform:none;}

.search-comment-title {margin:16px 0 8px;}

@media (max-width: 1050px) {
  .wrap-center {max-width:920px;}
  .side {display:none;}
  .main {padding:20px;}
  .cols {display:block;}
  .nav-in li {width:33.333%;}
}

@media (max-width: 820px) {
  .wrap-center {max-width:none;padding-inline:0;}
  .wrap-container {box-shadow:none;}
  .main {padding:14px;}
  .cont {padding:18px;}
  .header {padding:6px 12px;}
  .logo {flex:0 0 184px;width:184px;height:46px;overflow:visible;}
  .logo img {width:100%;height:46px;}
  .header-links {display:none;}
  .h-mobs,.btn-menu,.btn-menu2 {display:flex;align-items:center;}
  .btn-menu,.btn-menu2 {width:40px;height:40px;justify-content:center;background:rgba(255,255,255,.16)!important;color:#fff!important;font-size:18px!important;}
  .search-box,.show-login {display:none;}
  .header.is-active .search-box {display:block;order:10;flex:1 0 100%;margin:4px 0 6px;}
  .header.is-active .show-login {display:block;order:11;width:100%;margin:0 0 6px;}
  .nav {display:none;}
  .footer {padding:0 14px 16px;}
  .footer-inner {display:block;text-align:center;}
  .ft-menu {justify-content:center;margin-top:12px;}
  .track-layout {grid-template-columns:260px minmax(0,1fr);gap:20px;}
  .native-player {grid-template-columns:minmax(120px,1fr) 42px 42px;}
  .native-player audio {grid-column:1/-1;grid-row:2;}
}

@media (max-width: 620px) {
  .logo {flex-basis:156px;width:156px;height:40px;}
  .logo img {width:100%;height:40px;max-width:none;}
  .main {padding:10px;}
  .cont {padding:15px;border-radius:10px;}
  .items-title {font-size:23px;}
  .play-item {padding:11px 2px;gap:8px;}
  .play-btn {flex-basis:38px;width:38px;height:38px;line-height:38px;}
  .play-time {display:none;}
  .seo-category-grid {grid-template-columns:1fr;}
  .track-layout {grid-template-columns:1fr;}
  .track-cover-wrap {max-width:360px;margin:0 auto;width:100%;}
  .track-facts {grid-template-columns:1fr;}
  .track-actions {display:grid;grid-template-columns:1fr;max-width:none;gap:12px;}
  .track-action {max-width:none;}
  button.track-action, a.track-action {height:56px!important;min-height:56px!important;padding:0 20px!important;}
  .section-heading-row {display:block;}
  .add-comm-btn {margin-top:8px;}
  .native-player {grid-template-columns:minmax(0,1fr) 40px 40px;gap:8px;}
  .native-player-caption {font-size:13px;}
  .native-player-download,.native-player-close {width:40px;height:40px;}
  .footer-inner {padding:16px;}
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;}
}


/* Brand play buttons: lightweight gradient style */
.play-btn,
.track-action,
.native-player-download,
.native-player-close,
.btn-menu,
.btn-menu2,
.icon-button,
.show-login,
.search-submit,
.slice-btn,
#gotop {
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease, opacity .18s ease;
}

.play-play.play-btn {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg,#22d3ee 0%,#2563ff 100%);
  box-shadow: 0 10px 22px rgba(37,99,255,.22);
  color: #fff;
  box-shadow: 0 10px 22px rgba(37,99,255,.22), inset 0 0 0 1px rgba(255,255,255,.14);
}
.play-play.play-btn .fa {
  color:#fff;
  font-size:16px;
  position:relative;
  left:1px;
}
.play-play.play-btn:hover,
.play-play.play-btn:focus-visible,
.track-play:hover,
.track-play:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(37,99,255,.28), inset 0 0 0 1px rgba(255,255,255,.16);
}
.play-play.play-btn::after,
.track-play::after {
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(120deg, rgba(255,255,255,.22), rgba(255,255,255,0) 36%);
  opacity:.9;
  pointer-events:none;
}
.show-player .play-play,
.show-player .track-play {
  animation: brandPulse 1.6s ease-in-out infinite;
}
.play-dl.play-btn {
  border-radius: 14px;
  background:#fff;
  box-shadow: inset 0 0 0 1px #cbd5e1;
}
.play-dl.play-btn:hover,
.play-dl.play-btn:focus-visible {
  transform: translateY(-2px);
  background:#fff;
  color:#0284c7;
  box-shadow: 0 10px 22px rgba(15,23,42,.12), inset 0 0 0 1px #94a3b8;
}
.track-play {
  position:relative;
  background: linear-gradient(135deg,#22d3ee 0%,#2563ff 100%);
  box-shadow: 0 12px 24px rgba(37,99,255,.20);
}
.track-play .fa {font-size:18px;position:relative;left:0;}
.track-download:hover,.track-download:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15,23,42,.22);
}

@keyframes brandPulse {
  0%,100% {box-shadow: 0 12px 24px rgba(37,99,255,.20);} 
  50% {box-shadow: 0 16px 30px rgba(37,99,255,.30);} 
}

/* Track-list action buttons: final 2026 alignment and hover fix */
.play-item .play-btn {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0 !important;
  border-radius: 14px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.play-item .play-play.play-btn {
  border: 1px solid transparent;
  background: linear-gradient(135deg,#22d3ee 0%,#2563ff 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(37,99,255,.20);
}
.play-item .play-play.play-btn .fa {
  color: #fff !important;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  left: 1px;
}
.play-item .play-play.play-btn:hover,
.play-item .play-play.play-btn:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(135deg,#38dcf5 0%,#1d4ed8 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(37,99,255,.28);
}

.play-item .play-dl.play-btn {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0284c7;
  box-shadow: 0 4px 12px rgba(15,23,42,.06);
}
.play-item .play-dl.play-btn .fa {
  color: #0284c7 !important;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
.play-item .play-dl.play-btn:hover,
.play-item .play-dl.play-btn:focus-visible {
  transform: translateY(-2px);
  border-color: #38bdf8;
  background: #eaf8ff;
  color: #0369a1 !important;
  box-shadow: 0 10px 20px rgba(14,165,233,.14);
}
.play-item .play-dl.play-btn:hover .fa,
.play-item .play-dl.play-btn:focus-visible .fa {
  color: #0369a1 !important;
}

@media (max-width:620px) {
  .play-item .play-btn {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 13px !important;
  }
}

/* v6: equal track-list action geometry */
.play-item .play-btn,
.play-item .play-play.play-btn,
.play-item .play-dl.play-btn {
  flex: 0 0 48px !important;
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  line-height: 48px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 14px !important;
  box-sizing: border-box !important;
  align-self: center;
}
.play-item:not(.show-player) .play-play {padding-left:0 !important;}
.play-item .play-play.play-btn .fa {
  left: 1px !important;
  transform: none !important;
}
.play-item .play-dl.play-btn .fa {
  transform: none !important;
}

@media (max-width:620px) {
  .play-item .play-btn,
  .play-item .play-play.play-btn,
  .play-item .play-dl.play-btn {
    flex-basis:44px !important;
    width:44px !important;
    min-width:44px !important;
    max-width:44px !important;
    height:44px !important;
    min-height:44px !important;
    line-height:44px !important;
    border-radius:13px !important;
  }
}
