
/* player fs */

.track-player-box{display:flex;align-items:center;gap:12px;padding:5px;background:#fff;border:1px solid #eee;border-radius:10px;width:100%;}
.track-player-control{flex-shrink:0;}
.track-player-toggle{display:flex;align-items:center;justify-content:center;width:40px!important;height:40px!important;padding:5px!important;margin:0!important;border:0;border-radius:10px!important;background:#2fa85f;color:#fff;font-size:16px;cursor:pointer;transition:.15s ease;}
.track-player-toggle:hover{background:#27914f;}
.track-player-body{flex:1;min-width:0;}
.track-player-time{display:flex;justify-content:space-between;margin:0 0 6px;font-size:11px;font-weight:600;color:#777;}
.track-player-seek{position:relative;height:6px;background:#ececec;border-radius:999px;cursor:pointer;margin-left: 5px;}
.track-player-progress{position:relative;height:100%;width:0;background:#2fa85f;border-radius:999px;}
.track-player-progress:after{content:"";position:absolute;right:-6px;top:50%;width:12px;height:12px;background:#2fa85f;border:2px solid #fff;border-radius:50%;transform:translateY(-50%);box-shadow:0 1px 4px rgba(0,0,0,.15);}
.track-player-volume{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#777;background:#f5f5f5;border-radius:10px;cursor:pointer;flex-shrink:0;transition:.15s ease;}
.track-player-volume:hover{background:#efefef;color:#111;}
.track-player-volume-icon{font-size:15px;}
.track-player-download{display:flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 14px;background:#00a924;border-radius:10px;color:#fff!important;text-decoration:none;font-size:13px;font-weight:700;flex-shrink:0;transition:.15s ease;}
.track-player-download:hover{background:#158542;color:#fff!important;}
.track-player-download img{width:16px;height:16px;display:block;}
@media screen and (max-width:480px){.track-player-download span{display:none;}.track-player-download{width:40px;padding:0;}.track-player-box{gap:8px;}}
.radio-player-title{font-size:14px;font-weight:700;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.radio-player-status{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:11px;font-weight:700;color:#e53935;letter-spacing:.5px;}
.radio-player-live{width:8px;height:8px;background:#e53935;border-radius:50%;animation:radioPulse 1.5s infinite;}
@keyframes radioPulse{0%{opacity:1;}50%{opacity:.3;}100%{opacity:1;}}

/* end fs */

.wplayer{position:fixed;left:0;right:0;bottom:0;z-index:990;}
.audioplayer{position:relative;display:flex;align-items:center;height:74px;padding:10px 14px;background:#fff;border-radius:10px;box-shadow:0 -10px 30px rgba(0,0,0,.12);}
.audioplayer audio{display:none;}
.audioplayer-bar{position:absolute;left:0;right:0;top:0;height:4px;background:#eceff3;overflow:hidden;cursor:pointer;}
.audioplayer-bar-loaded{position:absolute;left:0;top:0;height:100%;background:#cfd8e3;}
.audioplayer-bar-played{position:absolute;left:0;top:0;height:100%;background:#003dc3;}
.ap-btns{display:flex;align-items:center;gap:8px;flex:none;margin-right:14px;}
.audioplayer-playpause a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:#003dc3;color:#fff;font-size:16px;text-decoration:none;transition:background .12s ease;}
.audioplayer-playpause a:hover{background:#1d4ed8;color:#fff;}
.ap-prev,.ap-next{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#f3f4f6;color:#111;font-size:14px;cursor:pointer;transition:background .12s ease,color .12s ease;}
.ap-prev:hover,.ap-next:hover{background:#ececec;color:#000;}
.ap-img{width:52px;height:52px;border-radius:10px;overflow:hidden;flex:none;margin-right:12px;background:#f3f4f6;}
.ap-img img{width:100%;height:100%;object-fit:cover;display:block;}
.ap-info{display:flex;flex-direction:column;justify-content:center;min-width:0;flex:1;}
.ap-title{font-size:15px;font-weight:700;color:#111;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;}
.ap-artist{font-size:12px;font-weight:600;color:#777;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;max-width:100%;}
.ap-right{display:flex;align-items:center;gap:14px;flex:none;margin-left:14px;}
.ap-time{display:flex;align-items:center;font-size:12px;font-weight:700;color:#555;white-space:nowrap;    margin-right: 10px;}
.audioplayer-time-current{margin-right:5px;}
.audioplayer-time-duration:before{content:'/';margin-right:5px;color:#aaa;}
.audioplayer-volume{position:relative;display:flex;align-items:center;}
.audioplayer-volume-button a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#f3f4f6;color:#111;font-size:14px;text-decoration:none;transition:background .12s ease,color .12s ease;}
.audioplayer-volume-button a:hover{background:#ececec;color:#000;}
.audioplayer-muted .fa-volume-up:before{content:'\f6a9';}
.audioplayer-volume-adjust{position:absolute;left:50%;bottom:38px;transform:translateX(-50%);width:38px;height:120px;padding:10px;border-radius:10px;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.12);display:none;z-index:10002;}
.audioplayer-volume:hover .audioplayer-volume-adjust{display:block;}
.audioplayer-volume-adjust:after{content:'';position:absolute;left:0;right:0;bottom:-12px;height:12px;}
.audioplayer-volume-adjust>div{position:relative;width:8px;height:100%;margin:0 auto;border-radius:999px;background:#e5e7eb;overflow:hidden;cursor:pointer;}
.audioplayer-volume-adjust>div>div{position:absolute;left:0;bottom:0;width:100%!important;background:#003dc3;border-radius:999px;}
.ap-dl{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#f3f4f6;color:#111;font-size:14px;text-decoration:none;transition:background .12s ease,color .12s ease;}
.ap-dl:hover{background:#ececec;color:#000;}
.underline{display:none;}
.wplayer-init .audioplayer-playpause .fas:before{content:'\f04b';}
.js-item-played .audioplayer-playpause .fas:before{content:'\f04c';}
.player-hide .wplayer{bottom:-120px;transition:bottom .2s ease;}
.player-hide .audioplayer{opacity:0;}
@media screen and (max-width:980px){.audioplayer{height:70px;padding:10px;}.ap-btns{margin-right:10px;gap:6px;}.audioplayer-playpause a{width:42px;height:42px;}.ap-prev,.ap-next,.ap-dl,.audioplayer-volume-button a{width:36px;height:36px;}.ap-img{width:46px;height:46px;margin-right:10px;}.ap-title{font-size:14px;}.ap-right{gap:10px;margin-left:10px;}}
@media screen and (max-width:640px){.wplayer{padding:0;}.audioplayer{height:68px;border-radius:10px 10px 0 0;padding:8px 10px;}.ap-prev,.ap-next,.audioplayer-volume,.ap-dl{display:none;}.ap-btns{margin-right:10px;}.audioplayer-playpause a{width:42px;height:42px;font-size:15px;}.ap-img{width:42px;height:42px;margin-right:10px;}.ap-title{font-size:13px;}.ap-artist{font-size:11px;}.ap-right{margin-left:8px;gap:0;}.ap-time{font-size:11px;}}


button,textarea,select,input[type="text"],input[type="password"],input[type="button"],input[type="submit"]{appearance:none;-webkit-appearance:none;font-size:15px;font-family:'Open Sans'!important;}
.button,.btn,.pagi-load a,.up-second li a,.usp-edit a,.qq-upload-button,button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]),html input[type="button"],input[type="reset"],input[type="submit"],.meta-fav a,.usp-btn a{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 22px;border-radius:10px;cursor:pointer;font-weight:700;font-size:14px;background:#003dc3;color:#fff;border:0;box-shadow:none;transition:background .12s ease,color .12s ease;line-height:1;text-transform:none;margin:5px;}
.button:hover,.btn:hover,.up-second li a:hover,.usp-edit a:hover,.qq-upload-button:hover,.pagi-load a:hover,.usp-btn a:hover,button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]):hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,.meta-fav a:hover{background:#1d4ed8;color:#fff;transform:none;box-shadow:none;}
button:active,input[type="button"]:active,input[type="submit"]:active{transform:none;box-shadow:none;}
input[type="text"],input[type="password"],select,textarea{width:100%;background:#fff;color:#111;border:1px solid #e5e7eb;border-radius:10px;box-shadow:none;transition:border-color .12s ease,background .12s ease;}
input[type="text"],input[type="password"]{height:52px;line-height:52px;padding:0 18px;}
select{height:52px;padding:0 18px;max-width:600px;}
textarea{padding:18px;min-height:140px;resize:vertical;line-height:1.7;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus,select:focus{border-color:#c7d2fe;background:#fff;box-shadow:0 0 0 4px rgba(99,102,241,.08);}
input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1;font-size:14px;}
input:focus::placeholder,textarea:focus::placeholder{color:transparent;}
.comments textarea,.addcomments textarea{background:#fff!important;}
.comments form,.addcomments form{background:#fff;border-radius:10px;}
.category-buttons{display:flex;gap:14px;flex-wrap:wrap;margin:10px 0;}
.mus-category-button{flex:1 0 calc(50% - 7px);height:54px;background:#fff;border:1px solid #ececec;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:background .12s ease,border-color .12s ease;}
.mus-category-button:hover{background:#fafafa;border-color:#dcdcdc;}
.mus-category-button a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:15px;font-weight:700;color:#111!important;}
@media screen and (max-width:760px){.mus-category-button{flex:1 0 100%;}}

.track-item{display:flex;align-items:center;padding:12px 14px;background:#fff;border-bottom:1px solid #f1f1f1;transition:background .12s ease;}
.track-item:nth-child(2n+1){background:#fff;}
.track-item:hover{background:#e7e7e7;transform:none;}
.track-item:first-child{border-radius: 10px 10px 0px 0px !important}
.track-item:only-child{border-radius:10px !important;}

.track-item:last-child{border-radius: 0 0 10px 10px;border-bottom:0;}
.track-item a,a.track-desc{display:flex;flex-direction:column;min-width:0;}
.track-play{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex:none;margin-right:14px;border-radius:10px;background:#f3f4f6;color:#003dc3;font-size:14px;cursor:pointer;transition:background .12s ease,color .12s ease;border:0;box-shadow:none;}
.track-play:hover{background:#e7e9ee;color:#1d4ed8;transform:none;    border: 1px solid #cfcfcf;}
.track-img{width:44px;height:44px;flex:none;margin-right:14px;border-radius:12px;overflow:hidden;background:#f3f4f6;}
.track-desc{flex:1;padding:0;min-width:0;}
.track-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.35;font-weight:700;color:#111;position:relative;}
.radio-title{font-size:18px;}
.track-title span{display:inline-block;padding-left:100%;animation:scroll-left 8s linear infinite;}
@keyframes scroll-left{0%{transform:translateX(0);}100%{transform:translateX(-100%);}}
.track-subtitle{display:block;font-size:13px;line-height:1.4;color:#777;font-weight:500;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.track-time{display:flex;align-items:center;justify-content:center;height:28px;min-width:42px;padding:0 10px;margin-left:12px;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:12px;font-weight:700;line-height: 28px;flex:none;}
.js-item-played .fa-play:before{content:'\f04c';color:#f5b400;}
.track-dl, .like {margin: 0px 3px; font-size: 15px; display: flex; background: #f3f4f6; color: #000; border-radius: 999px !important;height: 28px; width: 28px; justify-content: center; align-items: center;}
.track-dl img {max-height: 16px;}

.track-dl:hover, .like:hover {background: #d9d9da;}
.like .fas {opacity: .9;cursor: pointer;}
.like .fas:hover { opacity: 1; }
/* .fa-arrow-circle-down{font-size:20px;color:#003dc3;margin-left:12px;transition:color .12s ease;flex:none;}
.fa-arrow-circle-down:hover{color:#1d4ed8;transform:none;} */
.track-item .track-download{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#f3f4f6;margin-left:10px;}
.track-item .track-download:hover{background:#e7e9ee;}
@media screen and (max-width:760px){.track-item{padding:10px 12px;}.track-play{width:40px;height:40px;margin-right:12px;}.track-img{width:40px;height:40px;margin-right:12px;}.track-title{font-size:14px;}.track-subtitle{font-size:12px;}.track-time{margin-left:8px;min-width:38px;padding:0 8px;}}

.search-wrap {margin: 0px 0 10px !important;}

.nav{background:#fff;border-radius:10px;margin:10px 10px 0px;overflow:visible;}
.main-nav{display:flex;align-items:center;justify-content:flex-start;gap:4px;flex-wrap:wrap;}
.main-nav>li{position:relative;flex:none;border:0;box-shadow:none;}
.main-nav>li>a{display:flex;align-items:center;gap:8px;height:44px;padding:0 16px;font-size:14px;font-weight:500;color:#111;border-radius:10px;transition:background .15s ease,color .15s ease;white-space:nowrap;transform:none!important; }
.main-nav>li>a:hover{background:#f3f4f6;color:#000;transform:none!important;}
.main-nav>li>a i{font-size:13px;opacity:.75;margin:0;position:static;height:auto;line-height:normal;}
.main-nav>li:hover>a{background:#f3f4f6;color:#000;font-weight:500;border-radius:10px;transform:none!important;}
.hidden-menu{position:absolute;top:100%;left:0;min-width:240px;padding:8px;background:#fff;border-radius:10px;opacity:0;visibility:hidden;transition:opacity .15s ease;box-shadow:0 10px 30px rgba(0,0,0,.08);z-index:100;transform:none!important;}
.submenu:hover .hidden-menu{opacity:1;visibility:visible;transform:none!important;}
.hidden-menu li{width:100%;transform:none!important;}
.hidden-menu li a{display:flex;align-items:center;gap:8px;padding:11px 14px;font-size:14px;font-weight:500;color:#222;border-radius:10px;transition:background .15s ease,color .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;border:0;transform:none!important; }
.hidden-menu li a:hover{background:#f3f4f6;color:#000;font-weight:500;transform:none!important; }
.flag{flex:none;}
.planet{flex:none;margin:0;}
.main-nav .fa-star{color:#f5b400;}
.main-nav .fa-fire{color:#ff6b35;}
.main-nav .fa-award{color:#ffb800;}
.main-nav .fa-radio{color:#4c7dff;}
.main-nav .fa-microphone{color:#7c4dff;}
.main-nav .fa-folders{color:#00a86b;}


.bground-lay {margin-bottom: 0 !important;}

.rail-card{background:#fff;border-radius:10px;padding:10px;margin-bottom:15px;}
.rail-card-title{font-size:15px;font-weight:700;color:#111;margin-bottom:12px;padding:0 4px;}
.rail-main-card{padding-bottom:10px;}
.rail-link{display:flex;align-items:center;gap:12px;height:42px;padding:0 12px;border-radius:10px;color:#1b1b1d;font-size:14px;font-weight:500;transition:background .12s ease,color .12s ease;}
.rail-link:hover{background:#f3f4f6;color:#000;}
.rail-link i{width:16px;font-size:14px;text-align:center;opacity:.9;}
.rail-link .fa-music{color:#4c7dff;}
.rail-link .fa-fire{color:#ff6b35;}
.rail-link .fa-bolt{color:#ffb800;}
.rail-link .fa-award{color:#f5b400;}
.rail-link .fa-microphone{color:#7c4dff;}
.rail-link .fa-folders{color:#00a86b;}
.rail-link .fa-radio{color:#38bdf8;}
.rail-link .fa-star{color:#f5b400;}
.rail-pills{display:flex;flex-wrap:wrap;gap:8px;}
.rail-pill{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 14px;background:#f3f4f6;border-radius:999px;font-size:13px;font-weight:500;color:#222;transition:background .12s ease,color .12s ease;}
.rail-pill:hover{background:#e7e9ee;color:#000;}


.genre-pill{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 14px;background:#fff;border:1px solid #eee;border-radius:999px;font-size:13px;font-weight:500;color:#555;transition:.12s ease;}
.genre-pill:hover{background:#f5f5f5;color:#111;}
.genre-pill:before{content:"#";margin-right:4px;color:#999;font-weight:700;}

.w40h40 {width: 38px !important; height: 38px !important;}

.side-panel{position:fixed;top:0;left:0;width:320px;max-width:100%;height:100vh;background:#f5f5f7;z-index:9999;overflow-y:auto;padding:15px;transform:translateX(-100%);transition:transform .18s ease;}
.side-panel.active{transform:translateX(0);}
.side-panel .rail-card:first-child{margin-top: 50px;}
.side-panel .rail-card{margin-bottom:12px;margin-top: 20px;}
.side-panel .nav{margin:0;padding:0;background:transparent;border-radius:0;}
.side-panel .main-nav{display:flex;flex-direction:column;gap:6px;}
.side-panel .main-nav>li{width:100%;}
.side-panel .main-nav>li>a{display:flex;align-items:center;height:42px;padding:0 14px;background:#fff;border-radius:10px;font-size:14px;font-weight:500;color:#111;}
.side-panel .main-nav>li>a:hover{background:#eceef2;color:#000;}
.side-panel .rail-link{background:#fff;}
.side-panel .rail-link:hover{background:#eceef2;}
/* .side-panel .rail-pill{background:#fff;} */
.side-panel .rail-pill:hover{background:#eceef2;}
.side-panel::-webkit-scrollbar{width:6px;}
.side-panel::-webkit-scrollbar-thumb{background:#d7dbe2;border-radius:999px;}
@media screen and (min-width:1221px){.side-panel{display:none;}}

.label-seo{display:flex;align-items:stretch;justify-content:space-between;gap:20px;padding:15px;background:#fff;border-radius:10px;margin-bottom:10px;}
.label-seo-content{flex:1;min-width:0;}
.label-seo-mini{display:inline-flex;align-items:center;height:28px;padding:0 12px;background:#f3f4f6;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#777;margin-bottom:10px;}
.label-seo h1{font-size:34px;line-height:1.15;font-weight:700;color:#111;margin-bottom:10px;max-width:700px;}
.label-seo p{font-size:16px;line-height:1.7;color:#777;max-width:620px;margin-bottom:22px;}
.label-seo-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.label-seo-button{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 22px;background:#111;color:#fff;border-radius:12px;font-size:14px;font-weight:600;transition:background .12s ease,color .12s ease;}
.label-seo-button:hover{background:#222;color:#fff;}
.label-seo-button-soft{background:#f3f4f6;color:#111;}
.label-seo-button-soft:hover{background:#e7e9ee;color:#000;}
.label-seo-panel{width:240px;flex:none;background:#f7f7f8;border-radius:10px;padding:18px;}
.label-seo-panel-title{font-size:13px;font-weight:700;color:#777;text-transform:uppercase;letter-spacing:.4px;margin-bottom:14px;}
.label-seo-panel a{display:flex;align-items:center;height:42px;padding:0 14px;background:#fff;border-radius:10px;font-size:14px;font-weight:500;color:#111;margin-bottom:8px;transition:background .12s ease,color .12s ease;}
.label-seo-panel a:hover{background:#eceef2;color:#000;}
.label-seo-panel a:last-child{margin-bottom:0;}

.search-card {margin-bottom:10px;padding:12px;background:#ffffff;border:1px solid #e5e9f0;border-radius:10px;box-shadow:0 10px 30px rgba(17,24,39,.07);}
.search-wrap {margin:0;}
.search-box {position:relative;margin:0;}
.search-box input,.search-box input:focus {height:50px;padding:0 60px 0 16px;background:#f7f9fc;border:1px solid #e5e9f0;border-radius:10px;box-shadow:none;color:#151923;font-size:15px;font-weight:600;}
.search-box input:not(:focus)::placeholder {color:#697386;opacity:1;font-size:14px;}
.search-box button {position:absolute;right:6px;top:6px;width:38px;height:38px;line-height:38px;background:#003dc3;border-radius:11px;color:#fff;cursor:pointer;}
.search-box button:hover {background:#1d4ed8;color:#fff;}


.side-section{background:#fff;border-radius:10px;padding:10px;margin:10px 0;border:0;}
.side-bc{display:flex;flex-direction:column;gap:8px;padding:0;margin:0;}
.side-track-item{display:flex;align-items:center;gap:10px;width:100%;min-height:64px;padding:10px;background:#fff;border-radius:10px;text-decoration:none;transition:background .12s ease;}
.side-track-item:hover{background:#f5f5f5;transform:none;}
.side-track-img{width:46px;height:46px;flex:none;border-radius:10px;overflow:hidden;background:#f3f4f6;}
.side-track-img img{width:100%;height:100%;object-fit:cover;display:block;}
.side-track-text{display:flex;flex-direction:column;justify-content:center;min-width:0;flex:1;}
.side-track-artist{display:block;font-size:12px;line-height:1.35;font-weight:600;color:#777!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.side-track-artist span{color:inherit!important;}
.side-track-title{display:block;font-size:14px;line-height:1.35;font-weight: 700!important;color:#111!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
@media screen and (max-width:640px){.side-track-item{min-height:60px;padding:10px;}.side-track-img{width:42px;height:42px;}.side-track-title{font-size:13px;}.side-track-artist{font-size:11px;}}


.song-page-meta {padding: 10px;}
.song-page-box{background:#fff;border-radius:10px;margin:10px 0;}
.song-page-box:last-child {margin-bottom: 0 !important;}
.song-main-box{display:flex;align-items: center;gap:20px;}
.song-main-cover{width:180px;height:180px;flex:none;border-radius:10px;overflow:hidden;background:#f3f4f6;}
.song-main-cover img{width:100%;height:100%;object-fit:cover;display:block;}
.song-main-content{display:flex;flex-direction:column;align-items:flex-start;flex:1;min-width:0;}
.song-main-title{font-size:28px;line-height:1.25;font-weight:700;color:#111;margin:0 0 15px;}
.song-main-title span{color:#6b7280;font-weight:700;}
.song-main-title span:after{content:'-';margin:0 8px;color:#9ca3af;}
.song-main-title i{margin-left:10px;font-size:17px;color:#9ca3af;}
.song-main-info{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 15px;padding:0;list-style:none;width:100%;}
.song-main-info li{display:flex;align-items:center;gap:8px;height:30px;padding:0 15px;background:#f5f5f5;border-radius:10px;font-size:13px;color:#777;}
.song-main-info li b{font-weight:700;color:#111;}
.song-main-actions{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap;margin:0;width:100%;}
.song-main-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:48px;padding:0 22px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:background .12s ease,color .12s ease;box-shadow:none;transform:none;}
.song-main-play{background:#003dc3;color:#fff;}
.song-main-play:hover{background:#1d4ed8;color:#fff;}
.song-main-download{background:#00a924;color:#ffffff;    min-width: 170px;}
.song-main-download img {max-height: 18px;}
.song-main-download:hover{background:#009620;color:#fff;}
.song-extra-row{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;margin:18px 0 0;padding-top:18px;border-top:1px solid #f1f1f1;}
.song-main-share{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap;margin:0;}
.song-main-share-label{font-size:14px;font-weight:600;color:#555;margin-right:4px;}
.song-main-share-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:#f3f4f6;border-radius:10px;color:#111;font-size:15px;transition:background .12s ease,color .12s ease;box-shadow:none;transform:none;}
.song-main-share-btn:hover{background:#ececec;color:#000;}
.song-main-rate{margin:0;}
.song-main-rate-box{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap;}
.song-main-rate-item{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 14px;background:#f5f5f5;border-radius:10px;font-size:13px;font-weight:700;color:#111;}
.song-main-rate-item .fa-thumbs-up{color:#16a34a;}
.song-main-rate-item .fa-thumbs-down{color:#dc2626;}
.song-main-rate-item .fa-bookmark{color:#f5b400;}
.song-main-rate-item .fa-trash-alt{color:#dc2626;}
.song-main-rate-item:hover {background: #ececec ;}
.song-main-text{margin:18px 0 0;padding:15px 18px;background:#f7f7f8;border-radius:10px;font-size:14px;line-height:1.8;color:#555;}
.song-main-text b{color:#111;}
.song-page-title{font-size:24px;font-weight:700;line-height:1.3;color:#111;padding: 8px 15px; margin:0 0 15px;}
.song-page-content{margin:0 0 10px;}
.song-page-content:last-child{margin-bottom:0;}
.tpage-text{font-size:15px;line-height:1.9;color:#333;}

@media screen and (max-width:980px){.song-page-box{padding:15px;}.song-main-box{flex-direction:column;gap:15px;}.song-main-cover{width:140px;height:140px;margin:0 auto;border-radius:10px;aspect-ratio:auto;}.song-main-content{width:100%;align-items:stretch;}.song-main-title{font-size:22px;line-height:1.35;text-align:center;}.song-main-actions{flex-direction:row;}.song-main-btn{flex:1;height:46px;padding:0 14px;font-size:14px;}.song-extra-row{flex-direction:column;align-items:flex-start;gap:14px;}.song-main-share{width:100%;}.song-main-rate{width:100%;}.song-main-rate-box{width:100%;}.song-main-text{font-size:13px;line-height:1.7;}.song-page-title{font-size:21px;}}

@media screen and (max-width:980px){.song-main-info{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap: 5px;background:transparent;margin:0 0 14px;padding:0;}.song-main-info li{width:auto;height:auto;padding:0;background:none;border:0;border-radius:0;font-size:12px;line-height:1.4;color:#777;display:inline-flex;align-items:center;gap:4px;}.song-main-info li span{display:inline;color:#777;font-weight:500;}.song-main-info li b{display:inline;font-size:12px;font-weight:700;color:#111;}.song-main-info li:after{content:'•';margin:0 8px;color:#bdbdbd;font-weight:400;}.song-main-info li:last-child:after{display:none;}}

@media screen and (max-width:640px){.song-page-box{padding:15px;}.song-main-cover{width:120px;height:120px;}.song-main-title{font-size:20px;}.song-main-btn{width:100%;}.song-main-share-label{width:100%;margin:0 0 5px;}.song-main-rate-item{width:100%;justify-content:center;}.song-page-title{font-size:19px;}}

#gotop{position:fixed;right:12px;bottom:90px;width:46px!important;height:46px!important;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#fff!important;color:#003dc3!important;font-size:16px;cursor:pointer;z-index:9999;opacity:0;visibility:hidden;border:0;box-shadow:0 4px 18px rgba(0,0,0,.12);transition:opacity .12s ease,background .12s ease,color .12s ease;}
#gotop:hover{background:#003dc3!important;color:#fff!important;box-shadow:0 6px 20px rgba(37,99,235,.28)!important;transform:none;}
#gotop.show{opacity:1;visibility:visible;}
@media screen and (max-width:640px){#gotop{right:10px;bottom:82px;width:42px!important;height:42px!important;font-size:14px;}}


.extbox{background:#fff;border-radius:10px;padding:0;overflow:hidden;margin:10px 0 0;box-shadow:0 1px 2px rgba(0,0,0,.03);}
.exttitle{display:flex;align-items:center;min-height:48px;padding:0 16px;background:#fff;border-bottom:1px solid #eef2f6;color:#111!important;border-radius:0;}
.extbox h2{font-size:18px;font-weight: 700 !important;line-height:1.3;margin:0;color:#111;}
.exttext{padding:14px 16px;font-size:14px;line-height:1.8; font-weight: 600; color:#555;background:#fff;border-radius:0;}
.exttext p{margin:0 0 12px;}
.exttext p:last-child{margin-bottom:0;}
@media screen and (max-width:640px){.exttitle{min-height:44px;padding:0 14px;}.exttitle h2{font-size:16px;}.exttext{padding:12px 14px;font-size:13px;line-height:1.7;}}


.login-box{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:999;width:400px;max-width:calc(100% - 30px);padding:20px;background:#fff;border-radius:10px;box-shadow:0 20px 50px rgba(0,0,0,.15);}
.login-close{position:absolute;top:10px;right:10px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f3f4f6;color:#777;font-size:18px;cursor:pointer;}
.login-close:hover{background:#ececec;color:#111;}
.login-title{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 15px;padding:0 0 15px;border-bottom:1px solid #eee;font-size:22px;font-weight: 700;color:#111;text-align:center;}
.login-title i{color:#003dc3;font-size:18px;}
.login-avatar{width:70px;height:70px;margin:0 auto 15px;border-radius:10px;overflow:hidden;background:#f3f4f6;}
.login-avatar img{width:100%;height:100%;object-fit:cover;display:block;}
.login-input{margin-bottom:10px;}
.login-btn{display:flex;}
.login-btn button{width:100%;margin:0;height:46px;font-size:15px;font-weight:700;border-radius:10px;}
.login-text-middle{text-align:center;padding:10px 0;font-size:14px;color:#888;}
.login-btm{display:flex;gap:10px;}
.login-btm a{flex:1;display:flex;align-items:center;justify-content:center;height:42px;background:#f3f4f6;color:#111;border-radius:10px;font-size:13px;font-weight:600;text-decoration:none;}
.login-btm a:hover{background:#ececec;}
.login-admin{margin-bottom:15px;}
.login-admin a{width:100%;}
.login-menu{display:flex;flex-wrap:wrap;gap:10px;padding-top:15px;border-top:1px solid #eee;}
.login-menu li{width:calc(50% - 5px);}
.login-menu li:last-child{width:100%;}
.login-menu a{display:flex;align-items:center;justify-content:center;gap:8px;height:44px;background:#f3f4f6;color:#111;border-radius:10px;font-size:14px;font-weight:600;text-decoration:none;}
.login-menu a:hover{background:#ececec;}
.login-menu .fa{font-size:15px;}
.overlay-box{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:998;}
.authorize-btn{display:flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 14px;background:#fff;color:#111;border: 1px solid #c0c0c0; border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;}
.authorize-btn:hover{background:#ececec;color:#111;}
.profile-data-icon{margin-right:6px;color:#003dc3;}
.form-wrapper{background:#fff;padding:20px;border-radius:10px;margin:10px 0;}
.text-place{background:#f8f9fa;padding:15px;border-radius:10px;margin-bottom:15px;line-height:1.7;color:#555;}
.b-area{position:relative;margin-bottom:15px;}
.b-area label{display:block;margin-bottom:8px;font-size:14px;font-weight:700;color:#111;}
.login-check-btn{position:absolute;right:5px;top:34px;height:38px;padding:0 12px;background:#003dc3;color:#fff;border:0;border-radius:10px;font-size:13px;font-weight:700;}
.login-check-btn:hover{background:#1d4ed8;}
.captcha-form{display:flex;flex-wrap:wrap;gap:10px;align-items:center;}
.form-submit{text-align:left;margin-top:20px;}
.form-submit button{width:230px;max-width:100%;height:40px !important;border-radius:10px;font-size:15px;font-weight:700; background:#047857 !important;color:#fff!important;}
.us-info-title{display:flex;align-items:center;justify-content:space-between;margin:10px 0;padding:15px;flex-direction: row-reverse;background:#fff;border-radius:10px;}
.us-info-title span{font-size:22px;font-weight: 700;color:#111;padding:0;}
.actions-wrapper{margin-top:15px;}
.actions-flex{display:flex;flex-wrap:wrap;gap:10px;}
.actions-i-item{flex:1 1 calc(33.333% - 10px);min-width:220px;padding:15px;background:#fff;border-radius:10px;text-decoration:none;color:#111;transition:background .12s ease;}
.actions-i-item:hover{background:#f5f5f5;transform:none;box-shadow:none;}
.actions-i-icon{display:block;font-size:24px;margin-bottom:8px;}
.actions-i-title{display:block;font-size:16px;font-weight: 700;color:#111;margin-bottom:4px;}
.actions-i-item p{margin:0;font-size:13px;line-height:1.6;color:#777;}
@media screen and (max-width:760px){.login-box{padding:15px;}.login-title{font-size:19px;}.login-menu li{width:100%;}.login-btm{flex-direction:column;}.login-check-btn{position:static;width:100%;margin-top:10px;}.captcha-form{flex-direction:column;align-items:stretch;}}





.share-blck{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:10px 0;padding:12px 14px;background:#fff;border-radius:10px;}
.share-blck-cat{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:10px 0;padding:12px 14px;background:#fff;border-radius:10px;border:1px solid #edf1f5;}
.share-blck-cat:last-child {margin-bottom: 0;}
.share-blck-label{font-size:14px;font-weight:700;color:#111;line-height:1.4;margin-right:2px;}
.share-blck-buttons{display:flex;align-items:center;flex-wrap:wrap;gap:8px;}
.share-blck-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:#f5f7fa;color:#555;text-decoration:none;box-shadow:none;border:0;opacity:1;cursor:pointer;transition:background .12s ease,color .12s ease;}
.share-blck-btn:hover{background:#e8edf3;color:#111;transform:none;}
.share-blck-btn i{font-size:16px;line-height:1;}
.share-blck-btn i:hover {color: #fff;}
.share-blck-btn.fb:hover{background:#1877f2;color:#fff !important;}
.share-blck-btn.tg:hover{background:#229ed9;color:#fff!important;}
.share-blck-btn.viber:hover{background:#7360f2;color:#fff;}
.share-blck-btn.wa:hover{background:#25d366;color:#fff;}
@media screen and (max-width:640px){.share-blck,.share-blck-cat{padding:10px 12px;gap:8px;}.share-blck-label{width:100%;font-size:13px;margin:0 0 2px;}.share-blck-btn{width:40px;height:40px;}.share-blck-btn i{font-size:15px;}}


.playlist-row{display:flex;align-items:center;gap:12px;padding:10px;background:#fff;border-radius:10px;text-decoration:none;}
.playlist-row-cover{width:70px;height:70px;flex:none;border-radius:10px;background-position:center;background-repeat:no-repeat;background-size:cover;}
.playlist-row-content{flex:1;min-width:0;}
.playlist-row-title{font-size:15px;font-weight: 700;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.playlist-row-subtitle{font-size:12px;color:#777;margin-top:3px;}


.external-title{display:flex;align-items:center;min-height:40px;margin:0px 0 10px;padding:0 15px;background:#fff;border-radius:10px;color:#111!important;font-size:18px;font-weight:700;line-height:1.25;}
.external-title h2{margin:0;font-size:22px;font-weight: 700;line-height:1.25;color:#111;}
@media screen and (max-width:640px){.external-title{min-height:42px;padding:0 12px;font-size:19px;}.external-title h2{font-size:19px;}}

.main-s-title{font-weight:700;font-size:21px;background:#fff;padding:15px 20px;border-radius:10px;color:#272727!important;border-bottom:0;margin:10px 0;}
.main-s-title+.artist-page-intro{margin-top:-5px;border-radius:0 0 10px 10px;border-top:1px solid #f3f4f6;padding:5px 20px 10px;background:#fff;color:#777;font-size:13px;line-height:1.7;}
.main-s-title:has(+ .artist-page-intro){border-radius:10px 10px 0 0;border-bottom:0;margin-bottom:0; padding: 10px 20px;}
.artist-page-intro{margin:10px 0 15px;padding:12px 15px;background:#f8f9fa;font-weight: 600; border-radius:10px;font-size:13px;line-height:1.7;color:#555;}
.artist-page-intro strong{color:#111;font-weight:700;}
.artists-block{margin:10px 0;}
.artist-card-grid{display:flex;flex-wrap:wrap;gap:15px;}
.artist-card{display:flex;flex-direction:column;width:calc(20% - 12px);background:#fff;border-radius:10px;overflow:hidden;text-decoration:none;transition:background .12s ease;}
.artist-card:hover{background:#dfdfdf;transform:none;}
.artist-card-cover{width:100%;aspect-ratio:1/1;background-position:center;background-repeat:no-repeat;background-size:cover;}
.artist-card-name{padding:12px 10px;font-size:14px;font-weight:700;line-height:1.4;color:#111;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
@media screen and (max-width:980px){.artist-card{width:calc(25% - 12px);}}
@media screen and (max-width:760px){.artist-card{width:calc(33.333% - 10px);}}
@media screen and (max-width:480px){.artist-card-grid{gap:10px;}.artist-card{width:calc(50% - 5px);}.artist-card-name{font-size:13px;padding:10px;}}


.nav-bottom {display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 10px; margin: 5px 0; padding: 5px 10px 15px;}
.bot-link { background-color: #fff; padding: 10px 15px; border-radius: 10px; text-decoration: underline;}


.btn-favor { margin-left: auto; display: block; font-size: 18px; cursor: pointer;color: #000000; background: #ffffff; width: 40px; height: 40px; border-radius: 10px;margin-left: auto; margin-right: 15px; font-size: 25px;display: flex; justify-content: center; align-items: center; border: 1px solid #c0c0c0; transition: transform .15s ease, box-shadow .15s ease;}
.btn-favor i {font-size: 15px;}
.btn-favor:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(10,42,87,.12); }
@media screen and (max-width:640px) {.btn-favor {margin-right: 7px;} .btn-menu {margin-left: 7px;} .logo {font-size: 20px;} .header {padding: 15px 10px;} }
/* .btn-favor:hover {background-color: #ffee00;} */

.tags-page{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;}
.tags-page .sub-title{margin:0 0 15px;padding:0;border:0;background:none;}
.tags-page-intro{margin:10px 0 15px;color:#777;font-size:14px;line-height:1.7;}
.tags-page .sub-title h1{margin:0;font-size:28px;font-weight:700;color:#111;line-height:1.3;}
.cloud-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px;}
.clouds_xsmall,.clouds_small,.clouds_medium,.clouds_large,.clouds_xlarge{display:block;margin:0;}
.cloud-tags span a{display:flex;align-items:center;height:38px;padding:0 14px;background:#fff;border:1px solid #eee;border-radius:999px;color:#444;text-decoration:none;transition:.15s ease;}
.cloud-tags span a:hover{background:#00a2ff;border-color:#00a2ff;color:#fff;}
.clouds_xsmall a{font-size:13px;font-weight:500;}
.clouds_small a{font-size:14px;font-weight:600;}
.clouds_medium a{font-size:15px;font-weight:600;}
.clouds_large a{font-size:16px;font-weight:700;}
.clouds_xlarge a{font-size:18px;font-weight:700;}
.tags_more{margin-top:20px;padding-top:15px;border-top:1px solid #eee;}
@media screen and (max-width:760px){.tags-page{padding:15px;}.tags-page .sub-title h1{font-size:22px;}.cloud-tags{gap:8px;}}



.performer-profile-box{background:#fff;border-radius:10px;padding:15px;margin:10px 0;}
.performer-profile-title{margin:0 0 15px;font-size:24px;font-weight: 700;line-height:1.3;color:#111;}
.performer-profile-content{display:flex;align-items:flex-start;gap:20px;}
.performer-profile-photo{width:220px;flex:none;}
.performer-profile-photo img{display:block;width:100%;border-radius:10px;object-fit:cover;}
.performer-profile-text{flex:1;font-size:15px;line-height:1.9;color:#444;}
.performer-profile-text p:first-child{margin-top:0;}
.performer-profile-text p:last-child{margin-bottom:0;}
.performer-profile-text a{color:#003dc3;}
.performer-profile-text h2,.performer-profile-text h3,.performer-profile-text h4{margin:20px 0 10px;color:#111;}
@media screen and (max-width:900px){.performer-profile-content{gap:15px;}.performer-profile-photo{width:180px;}}
@media screen and (max-width:640px){.performer-profile-box{padding:12px;}.performer-profile-title{font-size:20px;margin-bottom:12px;}.performer-profile-content{flex-direction:column;}.performer-profile-photo{width:140px;margin:0 auto;}.performer-profile-text{font-size:14px;line-height:1.8;}}


.popular-artists-home{margin:10px 0;}
.popular-artists-home:last-child {margin-bottom: 0;}
.popular-artists-grid{display:flex;flex-wrap:wrap;gap:15px;}
.popular-artist-card{display:flex;flex-direction:column;width:calc(16.666% - 13px);background:#fff;border-radius:10px;overflow:hidden;text-decoration:none;transition:background .12s ease;}
.popular-artist-card:hover{background:#dfdfdf;}
.popular-artist-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;}
.popular-artist-name{padding:10px 10px 3px;font-size:14px;font-weight: 700;color:#111;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.popular-artist-count{padding:0 10px 10px;font-size:12px;color:#777;text-align:center;}
.popular-artists-more{margin-top:15px;}
.popular-artists-more a{display:flex;align-items:center;margin: 15px auto;max-width: 260px;justify-content:center;background:#047857;border-radius:10px;color:#fff;font-size:14px;font-weight:700;text-decoration:none;height: 30px;line-height: 30px !important;}
.popular-artists-more a:hover{background:#003dc3 !important;color:#fff!important;}
@media screen and (max-width:980px){.popular-artist-card{width:calc(33.333% - 10px);}}
@media screen and (max-width:640px){.popular-artists-grid{gap:10px;}.popular-artist-card{width:calc(50% - 5px);}.popular-artist-name{font-size:13px;}.popular-artist-count{font-size:11px;}}
.sidebar-radio-list{background:#fff;border-radius:10px;padding:10px;margin:0 0 10px;}
.sidebar-radio-item{display:flex;align-items:center;gap:10px;height:52px;padding:8px 10px;border-radius:10px;text-decoration:none;color:#111;transition:background .12s ease;}
.sidebar-radio-item:hover{background: #f5f5f5;}
.sidebar-radio-item img{width:36px;height:36px;border-radius:10px;object-fit:cover;display:block;flex:none;}
.sidebar-radio-item span{font-size:14px;font-weight:700;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sidebar-radio-more{display:flex;align-items:center;justify-content:center;height:40px;margin-top:8px;background:#f3f4f6;border-radius:10px;font-size:13px;font-weight:700;color:#111;text-decoration:none;}
.sidebar-radio-more:hover{background:#ececec;}


.radio-swiper-card{display:block;width:160px;border-radius:10px;overflow:hidden;background:#fff;text-decoration:none;transition:opacity .12s ease;}
.radio-swiper-card:hover{opacity:.92;transform:none;}
.radio-swiper-cover{width:160px;height:160px;border-radius:10px;overflow:hidden;background:#f3f4f6;}
.radio-swiper-cover img{width:100%;height:100%;object-fit:cover;display:block;}
@media screen and (max-width:640px){.radio-swiper-card{width:130px;}.radio-swiper-cover{width:130px;height:130px;}}

.radio-page-box{background:#fff;border-radius:10px;padding:20px;margin:10px 0;}
.radio-page-box:last-child {margin-bottom: 0;}
.radio-main-box{display:flex;align-items:flex-start;gap:20px;}
.radio-main-cover{width:180px;height:180px;flex:none;border-radius:10px;overflow:hidden;background:#f3f4f6;}
.radio-main-cover img{width:100%;height:100%;object-fit:cover;display:block;}
.radio-main-content{display:flex;flex-direction:column;align-items:flex-start;flex:1;min-width:0;}
.radio-main-title{font-size:28px;line-height:1.25;font-weight:700;color:#111;margin:0 0 15px;}
.radio-main-title span{display:block;font-size:13px;font-weight:700;color:#6b7280;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px;}
.radio-main-title i{margin-left:10px;font-size:16px;color:#9ca3af;}
.radio-main-info{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 15px;padding:0;list-style:none;width:100%;}
.radio-main-info li{display:flex;align-items:center;gap:6px;height:38px;padding:0 14px;background:#f5f5f5;border-radius:10px;font-size:13px;color:#777;}
.radio-main-info li b{font-weight:700;color:#111;}
.radio-live-badge{color:#16a34a!important;}
.radio-main-actions{display:flex;align-items:center;gap:10px;width:100%;}
.radio-play-btn{display:flex;align-items:center;gap:10px;height:50px;padding:0 20px;border-radius:10px;background:#003dc3;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:background .12s ease;}
.radio-play-btn:hover{background:#1d4ed8;}
.radio-play-btn .fa-headphones-alt{margin-left:auto;}
.radio-extra-row{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;margin:18px 0 0;padding-top:18px;border-top:1px solid #f1f1f1;}
.radio-share-box{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.radio-share-label{font-size:14px;font-weight:600;color:#555;}
.radio-share-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#f3f4f6;color:#111;font-size:15px;transition:background .12s ease;}
.radio-share-btn:hover{background:#ececec;}
.radio-rate-box{display:flex;align-items:center;}
.radio-rate-items{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.radio-rate-item{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 14px;background:#f5f5f5;border-radius:10px;font-size:13px;font-weight:700;color:#111;}
.radio-rate-item .fa-thumbs-up{color:#16a34a;}
.radio-rate-item .fa-thumbs-down{color:#dc2626;}
.radio-rate-item .fa-exclamation{color:#f59e0b;}
.radio-page-text{margin:18px 0 0;padding:14px 16px;background:#f7f7f8;border-radius:10px;}
.radio-page-text h2{font-size:14px;line-height:1.8;font-weight:400;color:#555;margin:0;}
.radio-page-text b{color:#111;}
.radio-page-title{font-size:24px;font-weight:700;line-height:1.3;color:#111;margin:0 0 18px;}
.radio-page-content{margin:0;}
.radio-page-more{display:flex;align-items:center;justify-content:center;gap:10px;height:46px;margin:18px auto 0;padding:0 18px;border-radius:10px;background:#f5f5f5;color:#111;font-size:14px;font-weight:700;text-decoration:none;transition:background .12s ease;width:220px;}
.radio-page-more:hover{background:#ececec;}
@media screen and (max-width:980px){.radio-page-box{padding:15px;}.radio-main-box{flex-direction:column;gap:15px;}.radio-main-cover{width:140px;height:140px;margin:0 auto;}.radio-main-content{width:100%;align-items:stretch;}.radio-main-title{text-align:center;font-size:23px;}.radio-main-info{justify-content:center;}.radio-main-actions{width:100%;}.radio-play-btn{width:100%;justify-content:center;}.radio-extra-row{flex-direction:column;align-items:flex-start;}.radio-share-box,.radio-rate-box,.radio-rate-items{width:100%;}.radio-page-title{font-size:21px;}}
@media screen and (max-width:640px){.radio-main-cover{width:120px;height:120px;}.radio-main-title{font-size:20px;}.radio-main-info{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;margin:0 0 14px;padding:0;}.radio-main-info li{width:auto;height:auto;padding:0;background:none;border:0;border-radius:0;font-size:12px;line-height:1.4;color:#777;display:inline-flex;align-items:center;gap:4px;}.radio-main-info li span{display:inline;color:#777;font-weight:500;}.radio-main-info li b{display:inline;font-size:12px;font-weight:700;color:#111;}.radio-main-info li:after{content:'•';margin:0 8px;color:#bdbdbd;font-weight:400;}.radio-main-info li:last-child:after{display:none;}.radio-rate-item{width:100%;justify-content:center;}.radio-share-label{width:100%;}.radio-page-title{font-size:19px;}}


.radio-block{display:flex;flex-wrap:wrap;gap:15px;margin:10px 0;}
.radio-card{width:calc(25% - 12px);border-radius:10px;overflow:hidden;background:#fff;}
.radio-card-cover{position:relative;display:block;width:100%;aspect-ratio:1/1;background:#111;border-radius:10px;overflow:hidden;text-decoration:none;}
.radio-card-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease;}
.radio-card:hover .radio-card-cover img{transform:scale(1.03);}
.radio-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.78) 0%,rgba(0,0,0,.22) 55%,rgba(0,0,0,.04) 100%);}
.radio-card-play{position:absolute;top:10px;right:10px;width:42px;height:42px;border-radius:10px;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:#111;font-size:14px;cursor:pointer;z-index:3;transition:background .12s ease,color .12s ease;}
.radio-card-play:hover{background:#003dc3;color:#fff;}
.radio-card-info{position:absolute;left:0;right:0;bottom:0;padding:14px;z-index:3;}
.radio-card-name{font-size:17px;font-weight:700;line-height:1.35;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px;text-shadow:0 1px 8px rgba(0,0,0,.35);}
.radio-card-meta{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:rgba(255,255,255,.88);}
.radio-card-live{color:#4ade80;}
.radio-card-dot{width:4px;height:4px;border-radius:999px;background:rgba(255,255,255,.5);}
.radio-card-time{color:rgba(255,255,255,.82);}
@media screen and (max-width:980px){.radio-card{width:calc(33.333% - 10px);}}
@media screen and (max-width:760px){.radio-block{gap:10px;}.radio-card{width:calc(50% - 5px);}.radio-card-name{font-size:15px;}}
@media screen and (max-width:480px){.radio-card-play{width:38px;height:38px;font-size:13px;}.radio-card-info{padding:12px;}.radio-card-name{font-size:14px;}}



.link-cats{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0;}
.link-cats a{display:inline-flex;align-items:center;height:34px;padding:0 13px;background:#fff;border:1px solid #eee;border-radius:10px;color:#444;text-decoration:none;font-size:13px;font-weight:600;transition:.15s ease;}
.link-cats a:before{content:"#";margin-right:5px;color:#00a2ff;}
.link-cats a:hover{background:#fafafa;border-color:#ddd;color:#111;}


.add-comms{margin:20px 0 30px;padding:18px;background:#fff;border:1px solid #eee;border-radius:12px;}
.ac-inputs{margin:0 0 12px;}
.fieldcomm{width:100%;height:42px;padding:0 14px;background:#f8f9fa;border:1px solid #ececec;border-radius:10px;color:#222;font-size:14px;outline:none;transition:.15s ease;}
.fieldcomm:focus{background:#fff;border-color:#cfe7ff;box-shadow:0 0 0 3px rgba(0,162,255,.08);}
.ac-textarea{margin:0 0 12px;}
.ac-textarea textarea,.field-text textarea{width:100%;min-height:120px;max-height: 120px;padding:14px;background:#f8f9fa;border:1px solid #ececec;border-radius:10px;color:#222;font-size:14px;line-height:1.6;outline:none;resize:vertical;transition:.15s ease;}
.ac-textarea textarea:focus,.field-text textarea:focus{background:#fff;border-color:#cfe7ff;box-shadow:0 0 0 3px rgba(0,162,255,.08);}
.ac-protect{margin:12px 0;padding:14px;background:#fafafa;border:1px solid #eee;border-radius:10px;}
.form-item{margin:0 0 12px;}
.form-item:last-child{margin-bottom:0;}
.form-item label{display:block;margin:0 0 7px;font-size:13px;font-weight:700;color:#333;}
.form-secur{font-size:14px;color:#555;}
.form-secur input{width:100%;height:40px;padding:0 12px;background:#fff;border:1px solid #e6e6e6;border-radius:9px;color:#222;outline:none;}
.form-secur input:focus{border-color:#cfe7ff;box-shadow:0 0 0 3px rgba(0,162,255,.08);}
.ac-submit{margin-top:14px;}
.ac-submit button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 18px;background:#00a924;border:0;border-radius:10px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:.15s ease;}
.ac-submit button:hover{background:#158542;}
.last-comm-link{margin:0 0 12px;padding:12px 15px;background:#f8f9fa;border:1px solid #eee;border-radius:10px;font-size:14px;font-weight:700;color:#222;}
.comm-item{display:flex;gap:14px;margin:0 0 14px;padding:16px;background:#fff;border:1px solid #eee;border-radius:12px;transition:.15s ease;}
.comm-item:hover{border-color:#e2e2e2;box-shadow:0 2px 10px rgba(0,0,0,.03);}
.comm-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f3f4f6;border:1px solid #eee;}
.comm-avatar img{display:block;width:100%;height:100%;object-fit:cover;}
.comm-right{min-width:0;}
.comm-one{display:flex;align-items:center;gap:8px;margin:0 0 8px;font-size:12px;color:#888;}
.comm-author{font-size:14px;font-weight:800;color:#111;}
.comm-one span:last-child{color:#999;font-weight:500;}
.comm-two{font-size:14px;line-height:1.75;color:#444;}
.comm-two p{margin:0 0 10px;}
.comm-two p:last-child{margin-bottom:0;}
.comm-three{margin-top:10px;gap:8px;}
.commentmain a,.comm-two a{color:#00a2ff;text-decoration:none;font-weight:600;}
.commentmain a:hover,.comm-two a:hover{text-decoration:underline;}
.comments-empty-line{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;margin-bottom: 20px; background:#fafafa;border:1px dashed #ddd;border-radius:12px;color:#777;font-size:14px;font-weight:600;}
.comments-empty-line i{color:#00a2ff;}

@media screen and (max-width:760px){.add-comms{padding:14px;}.comm-item{gap:10px;padding:14px;}.comm-avatar{width:38px;height:38px;}.comm-one{flex-wrap:wrap;gap:5px;}.ac-submit button{width:100%;}}

.cat-btn-main, .cat-btn-top, .cat-btn-bot {flex:1 0 48%;height:30px;line-height: 30px;border-radius:10px;padding:0 20px;background:#047857;color:#fff!important;font-size:14px;font-weight:600;max-width:260px;text-align:center;transition:background .12s ease,color .12s ease;display:flex;align-items:center;justify-content:center;text-decoration:none;margin:15px auto 15px;box-shadow:none;border:0;}
.cat-btn-main:hover, .cat-btn-top:hover, .cat-btn-bot:hover{background:#003dc3 !important;color:#fff!important;}
.cat-btn-main i,.cat-btn-bot i,.cat-btn-top i, .popular-artists-more i {margin:0 10px;font-size:16px;display:inline-flex;align-items:center;justify-content:center;opacity:.92;}
@media screen and (max-width:760px){.category-buttons{gap:10px;}.mus-category-button,.cat-btn-main,.cat-btn-top,.cat-btn-bot{flex:1 0 100%;max-width:300px;}}


@media screen and (min-width:700px) and (max-width:1220px){ .column-r{display:flex;gap:15px;align-items:flex-start;background: #f3f4f6;} .column-r>.rail-card{width:calc(50% - 8px);} .column-r>.sidebar-radio-list{width:calc(50% - 8px);}}


@media screen and (max-width:980px){.label-seo{flex-direction:column;padding:10px;border-radius:10px;gap:16px;}.label-seo h1{font-size:26px;}.label-seo p{font-size:14px;line-height:1.6;}.label-seo-panel{width:100%;padding:10px;}.label-seo-actions{gap:8px;}.label-seo-button{width:100%;}}

@media screen and (max-width:980px){.nav{margin:10px 15px;padding:8px;}.main-nav{gap:6px;}.main-nav>li{width:100%;}.main-nav>li>a{height:42px;padding:0 14px;border-radius:10px;}.hidden-menu{position:static;opacity:1;visibility:visible;box-shadow:none;padding:6px 0 0;margin-top:4px;display:none;background:#f7f7f8;}.submenu:hover .hidden-menu{display:block;}.hidden-menu li a{padding:10px 14px;background:transparent;}}