/* SET BASE - Clean & Elegant
----------------------------------------------- */
* {
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
article,
aside,
figure,
figure img,
hgroup,
footer,
header,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
}
.clr {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Clean Body Design */
body {
  font-family: "Inter", "ProximaNovaRegular", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  color: #e2e8f0;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  min-height: 100vh;
  width: 100%;
  font-weight: 400;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

a {
  color: #f1f5f9;
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover,
a:focus {
  color: #60a5fa;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  font-size: 24px;
  color: #f8fafc;
}

/* Enhanced Form Elements */
button,
textarea,
input[type="text"],
input[type="password"] {
  appearance: none;
  -webkit-appearance: none;
  font-size: .9rem;
  font-family: "Inter", "ProximaNovaRegular" !important;
}

.button,
.btn,
.pagi-load a,
.up-second li a,
.usp-edit a,
.qq-upload-button,
button:not(.color-btn):not([class*="fr"]),
html input[type="button"],
input[type="reset"],
input[type="submit"],
.meta-fav a,
.usp-btn a {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
  transition: all 0.2s ease;
  border: none;
}

.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: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
  transform: translateY(-1px);
}

button:active,
input[type="button"]:active,
input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(59, 130, 246, 0.3);
}

/* Clean Input Fields */
input[type="text"],
input[type="password"] {
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  border: 0;
  padding: 0 15px;
}

select {
  height: 40px;
  border: 0;
  padding: 0 15px;
  border-radius: 8px;
}

textarea {
  padding: 15px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  border-radius: 8px;
}

input[type="text"],
input[type="password"],
select,
textarea {
  width: 100%;
  background-color: #334155;
  color: #f1f5f9;
  border: 1px solid #475569;
  transition: all 0.2s ease;
}

select {
  width: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  background-color: #3f4a5f;
  border-color: #60a5fa;
  box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.2);
}

input::placeholder,
textarea::placeholder {
  color: #94a3b8;
  opacity: 1;
  font-size: 14px;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

/* Font Faces */
@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../webfonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../webfonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../webfonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* Image Containers */
.img-box,
.img-wide,
.img-square,
.img-resp,
.img-resp-vert,
.img-resp-sq,
.img-fit {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.img-box:hover,
.img-wide:hover,
.img-square:hover,
.img-resp:hover,
.img-resp-vert:hover,
.img-resp-sq:hover,
.img-fit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.img-resp {
  padding-top: 60%;
}
.img-resp-vert {
  padding-top: 124%;
}
.img-resp-sq {
  padding-top: 70%;
}
.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;
}

/* Flexbox */
.fx-row,
#dle-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.fx-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.fx-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fx-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fx-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.fx-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.fx-last {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.fx-1 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-width: 50px;
}
.fx-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* Utilities */
b,
strong,
.fw700 {
  font-weight: 600;
}
.icon-left [class*="fa-"],
.icon-left .icon {
  margin-right: 10px;
}
.icon-right [class*="fa-"],
.icon-right .icon {
  margin-left: 10px;
}
.hidden,
#dofullsearch {
  display: none;
}
.anim,
.hmenu a,
button,
.btn,
.side-nav a {
  transition: all 0.2s ease;
}
.mtitle,
.sub-title h1,
.form-wrap h1 {
  margin-bottom: 20px;
  font-size: 24px;
}

#dle-content > *:not(.sect-col) {
  width: 100%;
}

/* LAYOUT
----------------------------------------------- */
.wrap {
  min-width: 320px;
  position: relative;
  min-height: 100vh;
  padding: 30px 20px 80px;
}

.wrap-center {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.wrap-main {
  z-index: 100;
}

/* Header */
.header {
  position: relative;
  padding: 24px;
  background-color: #1e293b;
  border: 1px solid #334155;
  border-radius: 16px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.col-side {
  color: #f1f5f9;
  width: 320px;
}

.col-side a {
  color: #f1f5f9;
}

/* Content */
.content {
  min-height: 100vh;
  padding: 32px;
  margin-bottom: 24px;
  background-color: #1e293b;
  border: 1px solid #334155;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Footer */
.footer {
  padding: 24px;
  line-height: 1.6;
  background-color: #1e293b;
  border: 1px solid #334155;
  color: #f1f5f9;
  font-weight: 300;
  font-size: 14px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.ft-desc span,
.ft-desc a {
  color: #60a5fa;
  border-bottom: 1px dotted #60a5fa;
  font-weight: 400;
}

.topsinger {
  padding: 32px;
  margin-bottom: 24px;
  background-color: #1e293b;
  border: 1px solid #334155;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Go Top Button */
#gotop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 999;
  display: none;
  height: 56px;
  width: 56px;
  line-height: 56px;
  padding: 0;
  font-size: 24px;
  border-radius: 28px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
  transition: all 0.2s ease;
}

#gotop:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
}

/* HEADER COMPONENTS
----------------------------------------------- */
.logo {
  display: block;
  height: 44px;
  margin-right: 24px;
  min-width: 200px;
  padding-left: 50px;
  font-weight: 700;
  font-size: 26px;
  color: #60a5fa !important;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/logo.svg) 0 center / 40px no-repeat;
  transition: all 0.2s ease;
}

.logo:hover {
  color: #3b82f6 !important;
}

.logo span {
  opacity: 0.8;
}

/* Search Box */
.search-box {
  position: relative;
  margin-left: 280px;
}

.search-box input,
.search-box input:focus {
  padding: 0 50px 0 18px;
  height: 44px;
  line-height: 44px;
  background-color: #334155;
  color: #f1f5f9;
  border-radius: 12px;
  border: 1px solid #475569;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.search-box input:focus {
  background-color: #3f4a5f;
  border-color: #60a5fa;
  box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.2);
}

.search-box input:not(:focus)::placeholder {
  color: #94a3b8;
  opacity: 1;
  font-size: 14px;
  font-weight: 300;
}

.search-box button {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 10;
  width: 36px;
  color: #60a5fa !important;
  height: 36px !important;
  line-height: 36px !important;
  font-size: 16px !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 8px;
  background: transparent;
  transition: all 0.2s ease;
}

.search-box button:hover {
  background: rgba(96, 165, 250, 0.1);
  color: #3b82f6 !important;
}

.btn-login {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.btn-login:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

/* SECTIONS
----------------------------------------------- */
.sect + .sect {
  margin-top: 32px;
}
.sect-header {
  margin-bottom: 16px;
}
.sect-title {
  font-size: 22px;
  font-weight: 700;
  color: #60a5fa;
  margin-bottom: 8px;
}
.sect-content {
  padding: 24px 0;
}
.sect-subtitle {
  font-size: 15px;
  font-weight: 500;
  color: #cbd5e1;
}
.sect-link {
  margin-left: 20px;
  color: #94a3b8;
  font-size: 15px;
  transition: all 0.2s ease;
}
.sect-link:hover {
  color: #60a5fa;
  text-decoration: underline;
}

/* Grid */
.grid-6 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
.grid-4 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.podb {
  display: block;
  transition: all 0.2s ease;
}
.podb:hover {
  transform: translateY(-4px);
}
.podb-img img {
  border-radius: 12px;
  height: 70%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.podb:hover .podb-img img {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.podb-title {
  text-align: center;
  font-weight: 500;
  margin-top: 12px;
  color: #f1f5f9;
}

.sharer {
  height: 24px;
}
.sect-btn {
  margin-top: 24px;
}
.btn2 {
  border: 2px solid #475569;
  font-weight: 500;
  line-height: 36px;
  border-radius: 18px;
  color: #f1f5f9;
  background: transparent;
  box-shadow: none;
  transition: all 0.2s ease;
}
.btn2:hover {
  border-color: #60a5fa;
  color: #60a5fa;
  background: rgba(96, 165, 250, 0.1);
}

/* TRACKS
----------------------------------------------- */
.track-item {
  margin-bottom: 12px;
  padding: 16px;
  border-radius: 12px;
  background-color: #334155;
  border: 1px solid #475569;
  position: relative;
  transition: all 0.2s ease;
}
.track-item:hover {
  background-color: #3f4a5f;
  border-color: #60a5fa;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.track-item:last-child {
  margin-bottom: 0;
}
.track-item a {
  display: block;
}

.track-play {
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 40px;
  padding-left: 2px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 16px;
  font-size: 14px;
  text-align: center;
  color: #60a5fa;
  border: 2px solid #60a5fa;
  background: rgba(96, 165, 250, 0.1);
  transition: all 0.2s ease;
}
.track-play:hover {
  background: rgba(96, 165, 250, 0.2);
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(96, 165, 250, 0.3);
}

.track-title {
  font-weight: 500;
  color: #f8fafc;
}
.track-subtitle {
  margin-top: 4px;
  font-weight: 300;
  color: #cbd5e1;
}
.track-fav {
  color: #94a3b8;
  margin-left: 20px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.track-fav:hover {
  color: #60a5fa;
}
.track-time {
  color: #94a3b8;
  font-weight: 300;
  margin-left: 20px;
  width: 26px;
}
.track-dl {
  color: #60a5fa;
  margin-left: 20px;
  font-size: 16px;
  border: 2px solid #60a5fa;
  display: grid !important;
  place-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: rgba(96, 165, 250, 0.1);
  transition: all 0.2s ease;
}
.track-dl:hover {
  background: rgba(96, 165, 250, 0.2);
  transform: scale(1.05);
}

.js-item-played .track-play {
  color: #a78bfa;
  border-color: #a78bfa;
  background: rgba(167, 139, 250, 0.1);
}
.js-item-played .track-dl {
  color: #a78bfa;
  border-color: #a78bfa;
  background: rgba(167, 139, 250, 0.1);
}
.js-item-played .fa-play:before {
  content: "\f04c";
}
.js-item-played .track-play,
.js-item-played .track-dl {
  padding-left: 0;
}
.js-item-played .track-fav,
.js-item-played .track-rating {
  opacity: 1;
  pointer-events: auto;
}

/* SIDEBAR
----------------------------------------------- */
.side-box {
  margin: 0 20px 24px 0;
  background-color: #1e293b;
  border: 1px solid #334155;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.side-bt {
  font-size: 18px;
  font-weight: 600;
  color: #60a5fa;
  margin-bottom: 20px;
}

.side-nav a {
  display: block;
  font-size: 15px;
  padding: 8px 0;
  transition: all 0.2s ease;
}
.side-nav a:hover {
  color: #60a5fa;
  transform: translateX(4px);
}

.side-nav [class*="fa-"] {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
  margin-right: 16px;
  transition: all 0.2s ease;
}

.side-nav a:hover [class*="fa-"] {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

/* Icon Colors */
.icon-red [class*="fa-"] {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}
.icon-yellow [class*="fa-"] {
  background: linear-gradient(135deg, #eab308 0%, #ca8a04 100%);
}
.icon-orange [class*="fa-"] {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}
.icon-green [class*="fa-"] {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}
.icon-marine [class*="fa-"] {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}
.icon-orange2 [class*="fa-"] {
  background: linear-gradient(135deg, #fb923c 0%, #f97316 100%);
}
.icon-violet [class*="fa-"] {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}
.icon-brown [class*="fa-"] {
  background: linear-gradient(135deg, #a3a3a3 0%, #737373 100%);
}

/* Tags */
.side-tags ul {
  margin-right: -10px;
  margin-bottom: -10px;
}
.side-tags li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-width: auto;
  margin: 0 10px 10px 0;
}
.side-tags li a {
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
  background-color: #334155;
  border: 1px solid #475569;
  transition: all 0.2s ease;
}
.side-tags li a:hover {
  background-color: #3f4a5f;
  border-color: #60a5fa;
  color: #60a5fa;
}
.side-tags a:before {
  content: "#";
  display: inline;
  margin-right: 4px;
  opacity: 0.7;
}

.tt + .tt,
.side-nav li + li {
  margin-top: 12px;
}
.tt {
  display: block;
  line-height: 1.5;
}
.tt .fas {
  font-size: 10px;
  margin-right: 8px;
  margin-bottom: 12px;
  color: #60a5fa;
}
.tt-subtitle {
  font-weight: 300;
  color: #cbd5e1;
}

/* AUDIO PLAYER
----------------------------------------------- */
.wplayer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 997;
  background-color: #0f172a;
  border-top: 1px solid #334155;
  color: #f1f5f9;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}

.audioplayer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  min-height: 76px;
  padding: 16px 24px;
}

.audioplayer audio {
  display: none;
}

.audioplayer-bar {
  position: relative;
  height: 6px;
  cursor: pointer;
  background-color: #334155;
  margin: 0 12px;
  flex: 1 1 0;
  border-radius: 3px;
}

.audioplayer-bar-loaded {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #475569;
  border-radius: 3px;
}

.audioplayer-bar-played {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  background: linear-gradient(90deg, #60a5fa 0%, #3b82f6 100%);
  cursor: pointer;
  border-radius: 3px;
}

.audioplayer-bar-played::before,
.audioplayer-volume-adjust > div > div::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  pointer-events: none;
}

.audioplayer-volume {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 24px;
}

.audioplayer-muted .fa-volume-up:before {
  content: "\f6a9";
}

.audioplayer-volume-button a {
  display: block;
  font-size: 18px;
  color: #cbd5e1;
  transition: all 0.2s ease;
}

.audioplayer-volume-button a:hover {
  color: #60a5fa;
}

.audioplayer-volume-adjust > div {
  width: 80px;
  height: 6px;
  position: relative;
  cursor: pointer;
  background: #334155;
  border-radius: 3px;
}

.audioplayer-volume-adjust > div > div {
  background: linear-gradient(90deg, #60a5fa 0%, #3b82f6 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  border-radius: 3px;
}

.ap-dl {
  display: none;
}
.audioplayer-time {
  font-size: 13px;
  min-width: 40px;
  color: #cbd5e1;
}
.ap-desc {
  width: 280px;
  margin-right: 20px;
  justify-content: flex-start;
  color: #f1f5f9;
}
.ap-info {
  max-width: calc(100% - 70px);
}
.ap-img {
  width: 52px;
  height: 52px;
  margin-right: 16px;
  border-radius: 8px;
}
.ap-artist {
  margin-top: 4px;
  font-weight: 300;
  color: #cbd5e1;
}
.ap-title {
  font-weight: 500;
  color: #f8fafc;
}
.ap-btns {
  margin-right: 24px;
}

.audioplayer-playpause a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  position: relative;
  margin: 0 16px;
  color: #60a5fa;
  border: 2px solid #60a5fa;
  background: rgba(96, 165, 250, 0.1);
  transition: all 0.2s ease;
}

.audioplayer-playpause a:hover {
  background: rgba(96, 165, 250, 0.2);
  transform: scale(1.05);
}

.ap-prev,
.ap-next {
  cursor: pointer;
  font-size: 20px;
  color: #cbd5e1;
  transition: all 0.2s ease;
}

.ap-prev:hover,
.ap-next:hover,
.audioplayer-volume-button a:hover,
.ap-dl:hover {
  opacity: 1;
  color: #60a5fa;
}

.audioplayer-stopped .audioplayer-playpause a {
  padding-left: 3px;
}
.audioplayer-playpause a:hover {
  border-color: #60a5fa;
  color: #60a5fa;
}
.wplayer-init .audioplayer-playpause .fas:before {
  content: "\f04b";
  padding-left: 1px;
}
.wplayer-init .audioplayer-bar-played {
  width: 10px !important;
}

/* 🎯 FIXED MP3 PAGE DESIGN - PROPER LAYOUT
----------------------------------------------- */

/* Main article container - CLEAN */
.article.full {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  overflow: visible;
}

/* Main section - MINIMAL */
.fmain.sect {
  padding: 0;
  margin: 0;
  background: transparent;
}

/* 🎵 SONG HEADER - PREMIUM STYLE */
.fheader {
  margin-bottom: 40px;
  text-align: center;
  padding: 0;
}

.fheader h1 {
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-shadow: none;
}

/* 🎨 MAIN CONTENT LAYOUT - FIXED GRID */
.fcols {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-template-areas:
    "cover info"
    "controls controls";
  gap: 32px;
  align-items: start;
  margin-bottom: 32px;
  padding: 32px;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.8) 0%, rgba(15, 23, 42, 0.9) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.fcols::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(96, 165, 250, 0.5) 50%, transparent 100%);
}

/* 🖼️ ALBUM COVER - PERFECT DESIGN */
.fleft {
  grid-area: cover;
  width: 100%;
}

.fposter {
  width: 240px;
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.fposter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.fposter:hover::before {
  opacity: 1;
}

.fposter:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(96, 165, 250, 0.3);
}

.fposter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.fposter:hover img {
  transform: scale(1.05);
}

/* 📋 SONG INFO - PREMIUM TABLE */
.fmid {
  grid-area: info;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

/* Category badge - PREMIUM */
.fcat {
  margin: 0 0 16px 0;
}

.fcat a {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.fcat a:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
  color: #fff;
}

/* Info table - SPOTIFY STYLE */
.finfo {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px;
  backdrop-filter: blur(10px);
  width: 100%;
}

.finfo li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 15px;
  transition: all 0.2s ease;
}

.finfo li:hover {
  background: rgba(96, 165, 250, 0.05);
  margin: 0 -12px;
  padding: 16px 12px;
  border-radius: 8px;
}

.finfo li:first-child {
  padding-top: 0;
}

.finfo li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.finfo li span:first-child {
  color: #94a3b8;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.finfo li span:last-child {
  color: #f1f5f9;
  font-weight: 700;
  font-size: 16px;
}

/* 🎮 CONTROL BUTTONS - SPOTIFY INSPIRED */
.fctrl {
  grid-area: controls;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  margin: 0;
  backdrop-filter: blur(10px);
  width: 100%;
}

/* Play button - SPOTIFY STYLE */
.fplay {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  background: linear-gradient(135deg, #1db954 0%, #1ed760 100%);
  color: #000;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(29, 185, 84, 0.4);
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.fplay:hover {
  background: linear-gradient(135deg, #1ed760 0%, #1db954 100%);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 40px rgba(29, 185, 84, 0.6);
  color: #000;
}

.fplay .track-play {
  margin: 0;
  width: 44px;
  height: 44px;
  line-height: 40px;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 18px;
}

.fplay-desc {
  font-weight: 800;
  font-size: 16px;
}

/* Download button - PREMIUM STYLE */
.fdl {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: #fff;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.fdl:hover {
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 40px rgba(99, 102, 241, 0.6);
  color: #fff;
}

/* Favorite button - HEART STYLE */
.ffav-btn {
  margin-left: auto;
}

.ffav {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  color: #94a3b8;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.1);
  font-size: 24px;
  backdrop-filter: blur(10px);
}

.ffav:hover {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #fff;
  border-color: #ef4444;
  transform: scale(1.15);
  box-shadow: 0 12px 30px rgba(239, 68, 68, 0.5);
}

/* Share section - MINIMAL */
.fshare {
  width: 100%;
  margin-top: 24px;
}

.ya-share2 {
  display: flex;
  gap: 16px;
  justify-content: center;
}

/* Caption - PREMIUM STYLE */
.fcaption {
  text-align: center;
  font-size: 20px;
  color: #cbd5e1;
  margin: 50px 0;
  padding: 40px;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.8) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

.fcaption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(96, 165, 250, 0.5) 50%, transparent 100%);
}

.fcaption strong {
  background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}

/* Lyrics section - PREMIUM READABLE */
.ftext {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.8) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 50px;
  margin: 50px 0 0 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.ftext::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(96, 165, 250, 0.5) 50%, transparent 100%);
}

.ftext p {
  font-size: 18px;
  line-height: 1.8;
  color: #e2e8f0;
  margin-bottom: 24px;
  font-weight: 400;
}

.ftext p:last-child {
  margin-bottom: 0;
}

/* 📱 RESPONSIVE - MOBILE FIRST */
@media screen and (max-width: 768px) {
  .fheader h1 {
    font-size: 28px;
  }

  .fcols {
    grid-template-columns: 1fr;
    grid-template-areas:
      "cover"
      "info"
      "controls";
    gap: 24px;
    padding: 20px;
  }

  .fposter {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }

  .fctrl {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }

  .fplay,
  .fdl {
    width: 100%;
    justify-content: center;
    padding: 20px 32px;
  }

  .ffav-btn {
    margin: 0;
    align-self: center;
  }

  .fcaption,
  .ftext {
    padding: 30px;
    margin: 30px 0;
  }
}

@media screen and (max-width: 480px) {
  .fheader h1 {
    font-size: 24px;
  }

  .fposter {
    width: 180px;
    height: 180px;
  }

  .fcols {
    padding: 20px;
  }

  .finfo {
    padding: 20px;
  }

  .finfo li {
    padding: 12px 0;
    font-size: 14px;
  }

  .finfo li span:first-child {
    font-size: 13px;
  }

  .finfo li span:last-child {
    font-size: 14px;
  }

  .fplay,
  .fdl {
    padding: 16px 24px;
    font-size: 15px;
  }

  .fcaption {
    font-size: 18px;
    padding: 24px;
  }

  .ftext {
    padding: 24px;
  }

  .ftext p {
    font-size: 16px;
    line-height: 1.7;
  }
}

/* RESPONSIVE
----------------------------------------------- */
@media screen and (max-width: 1220px) {
  .wrap {
    padding-top: 20px;
  }
  .wrap-center {
    max-width: 1000px;
  }
  .col-side {
    width: 100%;
    padding: 20px;
  }
  .content {
    padding: 24px;
  }
  .sect {
    padding: 0 24px;
    margin: 0 -24px;
  }
  .header {
    padding: 20px;
    margin: 0;
  }
  .btn-login {
    padding: 0;
    background: transparent !important;
    box-shadow: none;
    width: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: #f1f5f9;
  }
  .btn-menu {
    display: block;
    margin-left: 20px;
    font-size: 18px;
    width: 40px;
    padding: 0;
  }
  .logo {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 50px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
  }
  .search-wrap,
  .search-box {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    min-width: 100%;
    margin: 0;
    width: 100%;
  }
  .search-wrap {
    margin-top: 12px;
  }
  .sect--bg .track-item {
    margin: 0 -24px;
    padding: 16px 24px;
  }
}

@media screen and (max-width: 950px) {
  .wrap-center {
    max-width: 768px;
  }
  .wrap {
    padding-bottom: 120px;
  }
  .grid-6 {
    gap: 20px;
  }
  .grid-6 .podb:nth-child(6) {
    display: none;
  }
  .ap-desc {
    width: 100%;
    margin-bottom: 12px;
    justify-content: center;
  }
  .ap-btns {
    margin-left: 0;
  }
}

@media screen and (max-width: 760px) {
  body {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  }
  .col-side,
  .ft-counter,
  .btn-login {
    display: none;
  }
  .wrap-center {
    max-width: 640px;
  }
  .grid-6 .podb:nth-child(6) {
    display: block;
  }
  .content {
    padding: 20px;
    border-radius: 12px;
  }
  .header {
    padding: 16px;
    border-radius: 12px;
  }
  .side-box {
    padding: 20px;
    border-radius: 12px;
  }
}

@media screen and (max-width: 590px) {
  .wrap-center {
    max-width: 480px;
  }
  .wrap {
    padding-bottom: 100px;
  }
  .track-item {
    padding: 12px;
    border-radius: 8px;
  }
  .ap-desc {
    width: calc(100% - 170px);
    margin-right: 0;
    justify-content: flex-start;
  }
  .ap-btns {
    width: 150px;
    margin: 0 0 12px 16px;
    flex-wrap: nowrap;
  }
  .audioplayer-volume {
    margin-left: 16px;
  }
  .audioplayer {
    padding: 12px;
  }
  .ap-img {
    margin-right: 12px;
  }
  .ap-info {
    max-width: calc(100% - 64px);
  }
}

@media screen and (max-width: 470px) {
  .wrap {
    overflow: hidden;
  }
  .track-fav {
    display: none !important;
  }
  .track-item {
    padding: 10px;
  }
  .content {
    padding: 16px;
  }
  .header {
    padding: 12px;
  }
}

/* Enhanced Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #334155;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background: #60a5fa;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3b82f6;
}

/* Selection */
::selection {
  background: rgba(96, 165, 250, 0.3);
  color: #fff;
}
::-moz-selection {
  background: rgba(96, 165, 250, 0.3);
  color: #fff;
}
