.music-section-modern{margin:30px 0 40px;padding:0 4px;position:relative;}
.music-glass-wrapper{background:rgba(26, 26, 46, 0.4);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:24px;padding:24px 20px 20px;border:1px solid rgba(255, 255, 255, 0.06);box-shadow:0 8px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);transition:all 0.4s ease;position:relative;overflow:hidden;}
.music-glass-wrapper::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle, rgba(233, 69, 96, 0.03), transparent 70%);pointer-events:none;animation:glassGlow 8s ease-in-out infinite;}
@keyframes glassGlow {
0%, 100%{transform:translate(0, 0) scale(1);}
50%{transform:translate(20%, -20%) scale(1.2);}
}
.music-glass-wrapper:hover{border-color:rgba(233, 69, 96, 0.12);box-shadow:0 12px 50px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);}
.music-section-modern .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 4px;position:relative;z-index:1;}
.music-section-modern .section-title{color:#ffffff;font-size:1.2rem;font-weight:700;font-family:'bakhb', sans-serif;display:flex;align-items:center;gap:10px;}
.music-section-modern .section-title i{color:#e94560;font-size:1.3rem;}
.music-section-modern .section-more{color:#8a8aa0;font-size:0.75rem;font-family:'bakhn', sans-serif;text-decoration:none;display:flex;align-items:center;gap:6px;transition:all 0.3s ease;padding:6px 14px;border-radius:20px;background:rgba(255, 255, 255, 0.03);border:1px solid rgba(255, 255, 255, 0.04);}
.music-section-modern .section-more:hover{color:#e94560;background:rgba(233, 69, 96, 0.08);border-color:rgba(233, 69, 96, 0.15);transform:translateX(-4px);}
.music-section-modern .section-more i{font-size:0.7rem;transition:transform 0.3s ease;}
.music-section-modern .section-more:hover i{transform:translateX(-4px);}
.music-section-modern .music-slider{position:relative;padding:8px 4px 16px;overflow:hidden;z-index:1;}
.music-section-modern .swiper-wrapper{padding-bottom:12px;}
.music-section-modern .swiper-slide{height:auto;width:180px;flex-shrink:0;}
.music-card-glass{display:block;text-decoration:none;padding:4px;height:100%;}
.music-card-inner{position:relative;border-radius:16px;overflow:hidden;background:rgba(26, 26, 46, 0.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255, 255, 255, 0.06);box-shadow:0 8px 32px rgba(0, 0, 0, 0.2);transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);aspect-ratio:1/1;}
.music-card-inner:hover{transform:translateY(-8px) scale(1.02);border-color:rgba(233, 69, 96, 0.25);box-shadow:0 16px 48px rgba(233, 69, 96, 0.12);background:rgba(30, 30, 58, 0.7);}
.music-card-cover{position:relative;width:100%;height:100%;overflow:hidden;}
.music-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);}
.music-card-inner:hover .music-card-cover img{transform:scale(1.08);}
.music-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(15, 15, 26, 0.1) 0%, rgba(15, 15, 26, 0.6) 60%, rgba(15, 15, 26, 0.85) 100% );opacity:0;transition:opacity 0.4s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;}
.music-card-inner:hover .music-card-overlay{opacity:1;}
.music-card-play{width:60px;height:60px;background:linear-gradient(135deg, #e94560, #c23152);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(233, 69, 96, 0.35);transform:scale(0.7) rotate(-10deg);transition:all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);margin-bottom:12px;}
.music-card-inner:hover .music-card-play{transform:scale(1) rotate(0deg);box-shadow:0 12px 40px rgba(233, 69, 96, 0.5);}
.music-card-play i{color:#ffffff;font-size:1.4rem;margin-right:4px;}
.music-card-info-hover{text-align:center;opacity:0;transform:translateY(12px);transition:all 0.4s ease 0.1s;}
.music-card-inner:hover .music-card-info-hover{opacity:1;transform:translateY(0);}
.music-card-song{display:block;color:#ffffff;font-size:0.9rem;font-weight:600;font-family:'bakhb', sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px;text-shadow:0 2px 10px rgba(0, 0, 0, 0.3);}
.music-card-artist{display:block;color:#c8c8e0;font-size:0.75rem;font-family:'bakhn', sans-serif;margin-top:4px;text-shadow:0 2px 8px rgba(0, 0, 0, 0.3);}
.music-section-modern .swiper-button-next, .music-section-modern .swiper-button-prev{display:none !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;}
.music-section-modern .swiper-pagination{display:none !important;opacity:0 !important;visibility:hidden !important;}
@media(max-width:1024px){
.music-glass-wrapper{padding:20px 16px 16px;border-radius:20px;}
.music-section-modern .swiper-slide{width:160px;}
.music-card-song{max-width:140px;font-size:0.85rem;}
}
@media(max-width:768px){
.music-section-modern{margin:20px 0 30px;}
.music-glass-wrapper{padding:16px 12px 12px;border-radius:16px;}
.music-section-modern .section-title{font-size:1rem;}
.music-section-modern .section-title i{font-size:1.1rem;}
.music-section-modern .section-more{font-size:0.65rem;padding:4px 10px;}
.music-section-modern .music-slider{padding:8px 4px 16px;}
.music-section-modern .swiper-slide{width:140px;}
.music-card-play{width:48px;height:48px;}
.music-card-play i{font-size:1.1rem;}
.music-card-song{max-width:120px;font-size:0.8rem;}
.music-card-artist{font-size:0.65rem;}
}
@media(max-width:480px){
.music-glass-wrapper {
padding: 12px 8px 8px;
border-radius: 12px;
}
.music-section-modern .swiper-slide {
width: 120px;
}
.music-card-play {
width: 40px;
height: 40px;
}
.music-card-play i {
font-size: 0.9rem;
}
.music-card-song {
max-width: 100px;
font-size: 0.7rem;
}
.music-card-artist {
font-size: 0.6rem;
}
}.album-section-modern{margin:30px 0 40px;padding:0 4px;position:relative;}
.album-glass-wrapper{background:rgba(26, 26, 46, 0.4);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:24px;padding:24px 20px 20px;border:1px solid rgba(255, 255, 255, 0.06);box-shadow:0 8px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);transition:all 0.4s ease;position:relative;overflow:hidden;}
.album-glass-wrapper::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle, rgba(255, 152, 0, 0.03), transparent 70%);pointer-events:none;animation:albumGlow 8s ease-in-out infinite;}
@keyframes albumGlow {
0%, 100%{transform:translate(0, 0) scale(1);}
50%{transform:translate(20%, -20%) scale(1.2);}
}
.album-glass-wrapper:hover{border-color:rgba(255, 152, 0, 0.12);box-shadow:0 12px 50px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);}
.album-section-modern .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 4px;position:relative;z-index:1;}
.album-section-modern .section-title{color:#ffffff;font-size:1.2rem;font-weight:700;font-family:'bakhb', sans-serif;display:flex;align-items:center;gap:10px;}
.album-section-modern .section-title i{color:#FF9800;font-size:1.3rem;}
.album-section-modern .section-more{color:#8a8aa0;font-size:0.75rem;font-family:'bakhn', sans-serif;text-decoration:none;display:flex;align-items:center;gap:6px;transition:all 0.3s ease;padding:6px 14px;border-radius:20px;background:rgba(255, 255, 255, 0.03);border:1px solid rgba(255, 255, 255, 0.04);}
.album-section-modern .section-more:hover{color:#FF9800;background:rgba(255, 152, 0, 0.08);border-color:rgba(255, 152, 0, 0.15);transform:translateX(-4px);}
.album-section-modern .section-more i{font-size:0.7rem;transition:transform 0.3s ease;}
.album-section-modern .section-more:hover i{transform:translateX(-4px);}
.album-section-modern .album-slider{position:relative;padding:8px 4px 16px;overflow:hidden;z-index:1;}
.album-section-modern .swiper-wrapper{padding-bottom:12px;}
.album-section-modern .swiper-slide{height:auto;width:180px;flex-shrink:0;}
.album-card-glass{display:block;text-decoration:none;padding:4px;height:100%;}
.album-card-inner{position:relative;border-radius:16px;overflow:hidden;background:rgba(26, 26, 46, 0.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255, 255, 255, 0.06);box-shadow:0 8px 32px rgba(0, 0, 0, 0.2);transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);aspect-ratio:1/1;}
.album-card-inner:hover{transform:translateY(-8px) scale(1.02);border-color:rgba(255, 152, 0, 0.25);box-shadow:0 16px 48px rgba(255, 152, 0, 0.12);background:rgba(30, 30, 58, 0.7);}
.album-card-cover{position:relative;width:100%;height:100%;overflow:hidden;}
.album-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);}
.album-card-inner:hover .album-card-cover img{transform:scale(1.08);}
.album-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(15, 15, 26, 0.1) 0%, rgba(15, 15, 26, 0.6) 60%, rgba(15, 15, 26, 0.85) 100% );opacity:0;transition:opacity 0.4s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;}
.album-card-inner:hover .album-card-overlay{opacity:1;}
.album-card-play{width:60px;height:60px;background:linear-gradient(135deg, #FF9800, #f57c00);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(255, 152, 0, 0.35);transform:scale(0.7) rotate(-10deg);transition:all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);margin-bottom:12px;}
.album-card-inner:hover .album-card-play{transform:scale(1) rotate(0deg);box-shadow:0 12px 40px rgba(255, 152, 0, 0.5);}
.album-card-play i{color:#ffffff;font-size:1.4rem;margin-right:4px;}
.album-card-info-hover{text-align:center;opacity:0;transform:translateY(12px);transition:all 0.4s ease 0.1s;}
.album-card-inner:hover .album-card-info-hover{opacity:1;transform:translateY(0);}
.album-card-title{display:block;color:#ffffff;font-size:0.9rem;font-weight:600;font-family:'bakhb', sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px;text-shadow:0 2px 10px rgba(0, 0, 0, 0.3);}
.album-card-artist{display:block;color:#c8c8e0;font-size:0.75rem;font-family:'bakhn', sans-serif;margin-top:4px;text-shadow:0 2px 8px rgba(0, 0, 0, 0.3);}
.album-artist-info{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding:16px 20px;background:rgba(26, 26, 46, 0.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255, 255, 255, 0.05);transition:all 0.3s ease;box-shadow:0 4px 20px rgba(0, 0, 0, 0.2);}
.album-artist-info:hover{border-color:rgba(233, 69, 96, 0.15);box-shadow:0 8px 30px rgba(0, 0, 0, 0.3);}
.album-artist-avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;border:3px solid #e94560;flex-shrink:0;box-shadow:0 4px 15px rgba(233, 69, 96, 0.2);transition:all 0.3s ease;}
.album-artist-info:hover .album-artist-avatar{border-color:#ff6b6b;box-shadow:0 6px 25px rgba(233, 69, 96, 0.3);transform:scale(1.02);}
.album-artist-avatar img{width:100%;height:100%;object-fit:cover;}
.album-artist-name{display:flex;flex-direction:column;gap:2px;flex:1;}
.album-artist-name span{color:#8a8aa0;font-size:0.7rem;font-family:'bakhn', sans-serif;}
.album-artist-name a{color:#ffffff;font-size:1.1rem;font-weight:700;font-family:'bakhb', sans-serif;text-decoration:none;transition:color 0.3s ease;}
.album-artist-name a:hover{color:#e94560;}
.album-stats-mini{display:flex;align-items:center;gap:4px;padding:4px 12px;background:rgba(255, 255, 255, 0.06);border-radius:20px;border:1px solid rgba(255, 255, 255, 0.04);flex-shrink:0;margin-right:auto;}
.album-stats-number{color:#ffffff;font-size:0.9rem;font-weight:700;font-family:'bakhb', sans-serif;}
.album-stats-label{color:#8a8aa0;font-size:0.6rem;font-family:'bakhn', sans-serif;}
.album-tracks-section{background:rgba(26, 26, 46, 0.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255, 255, 255, 0.05);padding:20px 20px 16px;margin:16px 0;transition:all 0.3s ease;box-shadow:0 4px 20px rgba(0, 0, 0, 0.2);}
.album-tracks-section:hover{border-color:rgba(233, 69, 96, 0.15);box-shadow:0 8px 30px rgba(0, 0, 0, 0.3);}
.album-tracks-header{display:flex;align-items:center;gap:12px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid rgba(255, 255, 255, 0.05);}
.album-tracks-header i{font-size:1.4rem;color:#FF9800;}
.album-tracks-header span{font-size:1rem;font-weight:700;font-family:'bakhb', sans-serif;color:#ffffff;}
.album-tracks-header .track-count{font-size:0.7rem;font-weight:600;font-family:'bakhn', sans-serif;color:#8a8aa0;background:rgba(255, 255, 255, 0.06);padding:2px 12px;border-radius:20px;border:1px solid rgba(255, 255, 255, 0.04);margin-right:auto;}
.album-tracks-list{display:flex;flex-direction:column;gap:6px;}
.album-track-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:rgba(255, 255, 255, 0.02);border-radius:12px;transition:all 0.3s ease;border:1px solid transparent;gap:12px;}
.album-track-item:hover{background:rgba(255, 255, 255, 0.05);border-color:rgba(255, 255, 255, 0.06);transform:translateX(4px);}
.album-track-item .track-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0;}
.album-track-item .track-number{color:#4a4a60;font-size:0.75rem;font-weight:700;font-family:'bakhb', sans-serif;min-width:28px;text-align:center;flex-shrink:0;}
.album-track-item:hover .track-number{color:#8a8aa0;}
.album-track-item .track-play-btn{width:32px;height:32px;border-radius:50%;border:none;background:rgba(255, 255, 255, 0.06);color:#ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;flex-shrink:0;}
.album-track-item .track-play-btn i{font-size:0.75rem;color:#8a8aa0;transition:all 0.3s ease;}
.album-track-item .track-play-btn:hover{background:#e94560;transform:scale(1.1);box-shadow:0 4px 15px rgba(233, 69, 96, 0.3);}
.album-track-item .track-play-btn:hover i{color:#ffffff;}
.album-track-item .track-play-btn.disabled{opacity:0.3;cursor:not-allowed;}
.album-track-item .track-play-btn.disabled:hover{background:rgba(255, 255, 255, 0.06);transform:none;box-shadow:none;}
.album-track-item .track-play-btn.disabled:hover i{color:#8a8aa0;}
.album-track-item .track-name{color:#ffffff;font-size:0.85rem;font-family:'bakhn', sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color 0.3s ease;}
.album-track-item:hover .track-name{color:#e94560;}
.album-track-item .track-right{display:flex;align-items:center;gap:6px;flex-shrink:0;}
.album-track-item .track-download-btn{display:flex;align-items:center;gap:4px;padding:5px 12px;border-radius:8px;text-decoration:none;font-size:0.65rem;font-weight:600;font-family:'bakhb', sans-serif;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);border:1px solid rgba(255, 255, 255, 0.06);background:rgba(255, 255, 255, 0.03);color:#8a8aa0;}
.album-track-item .track-download-btn i{font-size:0.7rem;opacity:0.6;}
.album-track-item .track-download-btn.quality-high{background:rgba(76, 175, 80, 0.08);border-color:rgba(76, 175, 80, 0.1);color:#81C784;}
.album-track-item .track-download-btn.quality-high i{color:#4CAF50;}
.album-track-item .track-download-btn.quality-high:hover{background:rgba(76, 175, 80, 0.2);border-color:#4CAF50;transform:translateY(-2px);box-shadow:0 4px 15px rgba(76, 175, 80, 0.15);color:#ffffff;}
.album-track-item .track-download-btn.quality-low{background:rgba(33, 150, 243, 0.08);border-color:rgba(33, 150, 243, 0.1);color:#64B5F6;}
.album-track-item .track-download-btn.quality-low i{color:#2196F3;}
.album-track-item .track-download-btn.quality-low:hover{background:rgba(33, 150, 243, 0.2);border-color:#2196F3;transform:translateY(-2px);box-shadow:0 4px 15px rgba(33, 150, 243, 0.15);color:#ffffff;}
.album-section-modern .swiper-button-next, .album-section-modern .swiper-button-prev{display:none !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;}
.album-section-modern .swiper-pagination{display:none !important;opacity:0 !important;visibility:hidden !important;}
@media(max-width:1024px){
.album-glass-wrapper{padding:20px 16px 16px;border-radius:20px;}
.album-section-modern .swiper-slide{width:160px;}
.album-card-title{max-width:140px;font-size:0.85rem;}
}
@media(max-width:768px){
.album-section-modern{margin:20px 0 30px;}
.album-glass-wrapper{padding:16px 12px 12px;border-radius:16px;}
.album-section-modern .section-title{font-size:1rem;}
.album-section-modern .section-title i{font-size:1.1rem;}
.album-section-modern .section-more{font-size:0.65rem;padding:4px 10px;}
.album-section-modern .album-slider{padding:8px 4px 16px;}
.album-section-modern .swiper-slide{width:140px;}
.album-card-play{width:48px;height:48px;}
.album-card-play i{font-size:1.1rem;}
.album-card-title{max-width:120px;font-size:0.8rem;}
.album-card-artist{font-size:0.65rem;}
.album-artist-info{padding:14px 16px;border-radius:14px;gap:14px;flex-wrap:wrap;}
.album-artist-avatar{width:52px;height:52px;border-width:2px;}
.album-artist-name a{font-size:0.95rem;}
.album-stats-mini{padding:3px 10px;}
.album-stats-number{font-size:0.8rem;}
.album-tracks-section{padding:16px 14px 14px;border-radius:14px;}
.album-tracks-header{gap:10px;padding-bottom:12px;margin-bottom:12px;}
.album-tracks-header i{font-size:1.2rem;}
.album-tracks-header span{font-size:0.9rem;}
.album-tracks-header .track-count{font-size:0.6rem;padding:2px 10px;}
.album-track-item{padding:8px 10px;flex-wrap:wrap;gap:8px;}
.album-track-item .track-left{gap:10px;flex:1 1 100%;}
.album-track-item .track-number{font-size:0.7rem;min-width:22px;}
.album-track-item .track-play-btn{width:28px;height:28px;}
.album-track-item .track-play-btn i{font-size:0.65rem;}
.album-track-item .track-name{font-size:0.8rem;}
.album-track-item .track-right{flex:1 1 100%;justify-content:flex-end;gap:6px;}
.album-track-item .track-download-btn{padding:4px 10px;font-size:0.6rem;}
.album-track-item .track-download-btn i{font-size:0.6rem;}
}
@media(max-width:480px){
.album-glass-wrapper {
padding: 12px 8px 8px;
border-radius: 12px;
}
.album-section-modern .swiper-slide {
width: 120px;
}
.album-card-play {
width: 40px;
height: 40px;
}
.album-card-play i {
font-size: 0.9rem;
}
.album-card-title {
max-width: 100px;
font-size: 0.7rem;
}
.album-card-artist {
font-size: 0.6rem;
}
.album-artist-info {
padding: 12px 14px;
border-radius: 12px;
gap: 12px;
margin-bottom: 14px;
}
.album-artist-avatar {
width: 44px;
height: 44px;
border-width: 2px;
}
.album-artist-name a {
font-size: 0.85rem;
}
.album-artist-name span {
font-size: 0.6rem;
}
.album-stats-mini {
padding: 2px 8px;
}
.album-stats-number {
font-size: 0.7rem;
}
.album-stats-label {
font-size: 0.5rem;
}
.album-tracks-section {
padding: 12px 10px 12px;
border-radius: 12px;
margin: 12px 0;
}
.album-tracks-header {
gap: 8px;
padding-bottom: 10px;
margin-bottom: 10px;
}
.album-tracks-header i {
font-size: 1rem;
}
.album-tracks-header span {
font-size: 0.8rem;
}
.album-tracks-header .track-count {
font-size: 0.55rem;
padding: 1px 8px;
}
.album-track-item {
padding: 6px 8px;
border-radius: 8px;
}
.album-track-item .track-number {
font-size: 0.6rem;
min-width: 18px;
}
.album-track-item .track-play-btn {
width: 24px;
height: 24px;
}
.album-track-item .track-play-btn i {
font-size: 0.55rem;
}
.album-track-item .track-name {
font-size: 0.7rem;
}
.album-track-item .track-download-btn {
padding: 3px 8px;
font-size: 0.55rem;
border-radius: 6px;
}
.album-track-item .track-download-btn i {
font-size: 0.55rem;
}
}.madahi-section-modern{margin:30px 0 40px;padding:0 4px;position:relative;}
.madahi-glass-wrapper{background:rgba(26, 26, 46, 0.4);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:24px;padding:24px 20px 20px;border:1px solid rgba(255, 255, 255, 0.06);box-shadow:0 8px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);transition:all 0.4s ease;position:relative;overflow:hidden;}
.madahi-glass-wrapper::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle, rgba(76, 175, 80, 0.03), transparent 70%);pointer-events:none;animation:madahiGlow 8s ease-in-out infinite;}
@keyframes madahiGlow {
0%, 100%{transform:translate(0, 0) scale(1);}
50%{transform:translate(20%, -20%) scale(1.2);}
}
.madahi-glass-wrapper:hover{border-color:rgba(76, 175, 80, 0.12);box-shadow:0 12px 50px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);}
.madahi-section-modern .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 4px;position:relative;z-index:1;}
.madahi-section-modern .section-title{color:#ffffff;font-size:1.2rem;font-weight:700;font-family:'bakhb', sans-serif;display:flex;align-items:center;gap:10px;}
.madahi-section-modern .section-title i{color:#4CAF50;font-size:1.3rem;}
.madahi-section-modern .section-more{color:#8a8aa0;font-size:0.75rem;font-family:'bakhn', sans-serif;text-decoration:none;display:flex;align-items:center;gap:6px;transition:all 0.3s ease;padding:6px 14px;border-radius:20px;background:rgba(255, 255, 255, 0.03);border:1px solid rgba(255, 255, 255, 0.04);}
.madahi-section-modern .section-more:hover{color:#4CAF50;background:rgba(76, 175, 80, 0.08);border-color:rgba(76, 175, 80, 0.15);transform:translateX(-4px);}
.madahi-section-modern .section-more i{font-size:0.7rem;transition:transform 0.3s ease;}
.madahi-section-modern .section-more:hover i{transform:translateX(-4px);}
.madahi-section-modern .madahi-slider{position:relative;padding:8px 4px 16px;overflow:hidden;z-index:1;}
.madahi-section-modern .swiper-wrapper{padding-bottom:12px;}
.madahi-section-modern .swiper-slide{height:auto;width:180px;flex-shrink:0;}
.madahi-card-glass{display:block;text-decoration:none;padding:4px;height:100%;}
.madahi-card-inner{position:relative;border-radius:16px;overflow:hidden;background:rgba(26, 26, 46, 0.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255, 255, 255, 0.06);box-shadow:0 8px 32px rgba(0, 0, 0, 0.2);transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);aspect-ratio:1/1;}
.madahi-card-inner:hover{transform:translateY(-8px) scale(1.02);border-color:rgba(76, 175, 80, 0.25);box-shadow:0 16px 48px rgba(76, 175, 80, 0.12);background:rgba(30, 30, 58, 0.7);}
.madahi-card-cover{position:relative;width:100%;height:100%;overflow:hidden;}
.madahi-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);}
.madahi-card-inner:hover .madahi-card-cover img{transform:scale(1.08);}
.madahi-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(15, 15, 26, 0.1) 0%, rgba(15, 15, 26, 0.4) 50%, rgba(15, 15, 26, 0.6) 100% );opacity:0;transition:opacity 0.4s ease;display:flex;justify-content:center;align-items:center;padding:20px;}
.madahi-card-inner:hover .madahi-card-overlay{opacity:1;}
.madahi-card-play{width:56px;height:56px;background:linear-gradient(135deg, #4CAF50, #2E7D32);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(76, 175, 80, 0.35);transform:scale(0.7) rotate(-10deg);transition:all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);}
.madahi-card-inner:hover .madahi-card-play{transform:scale(1) rotate(0deg);box-shadow:0 12px 40px rgba(76, 175, 80, 0.5);}
.madahi-card-play i{color:#ffffff;font-size:1.3rem;margin-right:4px;}
.madahi-card-info-glass{position:absolute;bottom:0;left:0;right:0;padding:16px 14px 14px;background:rgba(15, 15, 26, 0.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255, 255, 255, 0.06);transform:translateY(100%);transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);text-align:center;z-index:2;}
.madahi-card-inner:hover .madahi-card-info-glass{transform:translateY(0);}
.madahi-card-title{display:block;color:#ffffff;font-size:0.85rem;font-weight:600;font-family:'bakhb', sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px;margin:0 auto;text-shadow:0 2px 10px rgba(0, 0, 0, 0.3);}
.madahi-card-artist{display:block;color:#c8c8e0;font-size:0.7rem;font-family:'bakhn', sans-serif;margin-top:2px;text-shadow:0 2px 8px rgba(0, 0, 0, 0.3);}
.madahi-section-modern .swiper-button-next, .madahi-section-modern .swiper-button-prev{display:none !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;}
.madahi-section-modern .swiper-pagination{display:none !important;opacity:0 !important;visibility:hidden !important;}
@media(max-width:1024px){
.madahi-glass-wrapper{padding:20px 16px 16px;border-radius:20px;}
.madahi-section-modern .swiper-slide{width:160px;}
.madahi-card-title{max-width:140px;font-size:0.8rem;}
.madahi-card-artist{font-size:0.65rem;}
}
@media(max-width:768px){
.madahi-section-modern{margin:20px 0 30px;}
.madahi-glass-wrapper{padding:16px 12px 12px;border-radius:16px;}
.madahi-section-modern .section-title{font-size:1rem;}
.madahi-section-modern .section-title i{font-size:1.1rem;}
.madahi-section-modern .section-more{font-size:0.65rem;padding:4px 10px;}
.madahi-section-modern .madahi-slider{padding:8px 4px 16px;}
.madahi-section-modern .swiper-slide{width:140px;}
.madahi-card-play{width:44px;height:44px;}
.madahi-card-play i{font-size:1rem;}
.madahi-card-title{max-width:120px;font-size:0.75rem;}
.madahi-card-artist{font-size:0.6rem;}
}
@media(max-width:480px){
.madahi-glass-wrapper {
padding: 12px 8px 8px;
border-radius: 12px;
}
.madahi-section-modern .swiper-slide {
width: 120px;
}
.madahi-card-play {
width: 36px;
height: 36px;
}
.madahi-card-play i {
font-size: 0.8rem;
}
.madahi-card-title {
max-width: 100px;
font-size: 0.7rem;
}
.madahi-card-artist {
font-size: 0.55rem;
}
.madahi-card-info-glass {
padding: 10px 8px 8px;
}
}.podcast-section-modern{margin:30px 0 40px;padding:0 4px;position:relative;}
.podcast-glass-wrapper{background:rgba(26, 26, 46, 0.4);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:24px;padding:24px 20px 20px;border:1px solid rgba(255, 255, 255, 0.06);box-shadow:0 8px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);transition:all 0.4s ease;position:relative;overflow:hidden;}
.podcast-glass-wrapper::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle, rgba(99, 102, 241, 0.03), transparent 70%);pointer-events:none;animation:podcastGlow 8s ease-in-out infinite;}
@keyframes podcastGlow {
0%, 100%{transform:translate(0, 0) scale(1);}
50%{transform:translate(20%, -20%) scale(1.2);}
}
.podcast-glass-wrapper:hover{border-color:rgba(99, 102, 241, 0.12);box-shadow:0 12px 50px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);}
.podcast-section-modern .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 4px;position:relative;z-index:1;}
.podcast-section-modern .section-title{color:#ffffff;font-size:1.2rem;font-weight:700;font-family:'bakhb', sans-serif;display:flex;align-items:center;gap:10px;}
.podcast-section-modern .section-title i{color:#818cf8;font-size:1.3rem;}
.podcast-section-modern .section-more{color:#8a8aa0;font-size:0.75rem;font-family:'bakhn', sans-serif;text-decoration:none;display:flex;align-items:center;gap:6px;transition:all 0.3s ease;padding:6px 14px;border-radius:20px;background:rgba(255, 255, 255, 0.03);border:1px solid rgba(255, 255, 255, 0.04);}
.podcast-section-modern .section-more:hover{color:#818cf8;background:rgba(99, 102, 241, 0.08);border-color:rgba(99, 102, 241, 0.15);transform:translateX(-4px);}
.podcast-section-modern .section-more i{font-size:0.7rem;transition:transform 0.3s ease;}
.podcast-section-modern .section-more:hover i{transform:translateX(-4px);}
.podcast-section-modern .podcast-slider{position:relative;padding:8px 4px 16px;overflow:hidden;z-index:1;}
.podcast-section-modern .swiper-wrapper{padding-bottom:12px;}
.podcast-section-modern .swiper-slide{height:auto;width:180px;flex-shrink:0;}
.podcast-card-glass{display:block;text-decoration:none;padding:4px;height:100%;}
.podcast-card-inner{position:relative;border-radius:16px;overflow:hidden;background:rgba(26, 26, 46, 0.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255, 255, 255, 0.06);box-shadow:0 8px 32px rgba(0, 0, 0, 0.2);transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);aspect-ratio:1/1;}
.podcast-card-inner:hover{transform:translateY(-8px) scale(1.02);border-color:rgba(99, 102, 241, 0.25);box-shadow:0 16px 48px rgba(99, 102, 241, 0.12);background:rgba(30, 30, 58, 0.7);}
.podcast-card-cover{position:relative;width:100%;height:100%;overflow:hidden;}
.podcast-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);}
.podcast-card-inner:hover .podcast-card-cover img{transform:scale(1.08);}
.podcast-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(15, 15, 26, 0.1) 0%, rgba(15, 15, 26, 0.5) 60%, rgba(15, 15, 26, 0.8) 100% );opacity:0;transition:opacity 0.4s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;}
.podcast-card-inner:hover .podcast-card-overlay{opacity:1;}
.podcast-card-play{width:56px;height:56px;background:linear-gradient(135deg, #818cf8, #6366f1);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(99, 102, 241, 0.35);transform:scale(0.7) rotate(-10deg);transition:all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);margin-bottom:8px;}
.podcast-card-inner:hover .podcast-card-play{transform:scale(1) rotate(0deg);box-shadow:0 12px 40px rgba(99, 102, 241, 0.5);}
.podcast-card-play i{color:#ffffff;font-size:1.3rem;margin-right:4px;}
.podcast-card-wave{display:flex;align-items:center;gap:3px;height:24px;opacity:0;transform:translateY(10px);transition:all 0.4s ease 0.15s;}
.podcast-card-inner:hover .podcast-card-wave{opacity:1;transform:translateY(0);}
.podcast-card-wave span{display:block;width:3px;background:#818cf8;border-radius:2px;animation:waveAnimation 0.8s ease-in-out infinite alternate;}
.podcast-card-wave span:nth-child(1){height:10px;animation-delay:0s;}
.podcast-card-wave span:nth-child(2){height:18px;animation-delay:0.1s;}
.podcast-card-wave span:nth-child(3){height:14px;animation-delay:0.2s;}
.podcast-card-wave span:nth-child(4){height:22px;animation-delay:0.3s;}
.podcast-card-wave span:nth-child(5){height:16px;animation-delay:0.4s;}
.podcast-card-wave span:nth-child(6){height:12px;animation-delay:0.5s;}
@keyframes waveAnimation {
0%{transform:scaleY(0.3);}
100%{transform:scaleY(1);}
} .podcast-card-info-hover{position:absolute;bottom:0;left:0;right:0;padding:14px 12px 12px;background:linear-gradient(180deg, transparent, rgba(15, 15, 26, 0.8));text-align:center;z-index:2;opacity:0;transform:translateY(20px);transition:all 0.4s ease 0.1s;}
.podcast-card-inner:hover .podcast-card-info-hover{opacity:1;transform:translateY(0);}
.podcast-card-title{display:block;color:#ffffff;font-size:0.85rem;font-weight:600;font-family:'bakhb', sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px;margin:0 auto;text-shadow:0 2px 10px rgba(0, 0, 0, 0.3);}
.podcast-card-artist{display:block;color:#a5b4fc;font-size:0.7rem;font-family:'bakhn', sans-serif;margin-top:2px;text-shadow:0 2px 8px rgba(0, 0, 0, 0.3);}
.podcast-card-artist i{font-size:0.6rem;margin-left:4px;}
.podcast-section-modern .swiper-button-next, .podcast-section-modern .swiper-button-prev{display:none !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;}
.podcast-section-modern .swiper-pagination{display:none !important;opacity:0 !important;visibility:hidden !important;}
@media(max-width:1024px){
.podcast-glass-wrapper{padding:20px 16px 16px;border-radius:20px;}
.podcast-section-modern .swiper-slide{width:160px;}
.podcast-card-title{max-width:140px;font-size:0.8rem;}
.podcast-card-artist{font-size:0.65rem;}
}
@media(max-width:768px){
.podcast-section-modern{margin:20px 0 30px;}
.podcast-glass-wrapper{padding:16px 12px 12px;border-radius:16px;}
.podcast-section-modern .section-title{font-size:1rem;}
.podcast-section-modern .section-title i{font-size:1.1rem;}
.podcast-section-modern .section-more{font-size:0.65rem;padding:4px 10px;}
.podcast-section-modern .podcast-slider{padding:8px 4px 16px;}
.podcast-section-modern .swiper-slide{width:140px;}
.podcast-card-play{width:44px;height:44px;}
.podcast-card-play i{font-size:1rem;}
.podcast-card-title{max-width:120px;font-size:0.75rem;}
.podcast-card-artist{font-size:0.6rem;}
.podcast-card-wave span{height:12px;}
}
@media(max-width:480px){
.podcast-glass-wrapper {
padding: 12px 8px 8px;
border-radius: 12px;
}
.podcast-section-modern .swiper-slide {
width: 120px;
}
.podcast-card-play {
width: 36px;
height: 36px;
}
.podcast-card-play i {
font-size: 0.8rem;
}
.podcast-card-title {
max-width: 100px;
font-size: 0.7rem;
}
.podcast-card-artist {
font-size: 0.55rem;
}
.podcast-card-info-hover {
padding: 10px 8px 8px;
}
.podcast-card-wave {
display: none;
}
}.download-hero-glass{margin:20px 0 30px;padding:0 4px;}
.hero-container-new{display:grid;grid-template-columns:220px 1fr 1fr;gap:30px;padding:25px;background:rgba(26, 26, 46, 0.4);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:20px;border:1px solid rgba(255, 255, 255, 0.06);box-shadow:0 8px 40px rgba(0, 0, 0, 0.3);align-items:start;}
.hero-col-image-new{display:flex;flex-direction:column;align-items:center;gap:16px;}
.hero-col-image-new .hero-image{position:relative;aspect-ratio:1/1;width:100%;max-width:300px;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(0, 0, 0, 0.3);}
.hero-col-image-new .hero-image img{width:100%;height:100%;object-fit:cover;}
.hero-col-image-new .hero-play-overlay{position:absolute;inset:0;background:rgba(15, 15, 26, 0.4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);border-radius:16px;}
.hero-col-image-new .hero-image:hover .hero-play-overlay{opacity:1;}
.hero-col-image-new .hero-play-overlay a{display:flex;align-items:center;justify-content:center;text-decoration:none;transform:scale(0.85) translateY(10px);transition:all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);}
.hero-col-image-new .hero-image:hover .hero-play-overlay a{transform:scale(1) translateY(0);}
.play-video-content{display:flex;align-items:center;gap:12px;padding:10px 24px 10px 20px;background:rgba(255, 255, 255, 0.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:50px;border:1px solid rgba(255, 255, 255, 0.12);box-shadow:0 8px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);cursor:pointer;transition:all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);}
.play-video-content:hover{background:rgba(96, 165, 250, 0.15);border-color:rgba(96, 165, 250, 0.25);transform:scale(1.04);}
.play-video-content i{color:#ffffff;font-size:1.1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #60A5FA, #818CF8);border-radius:50%;box-shadow:0 4px 15px rgba(96, 165, 250, 0.3);transition:all 0.3s ease;flex-shrink:0;}
.play-video-content:hover i{background:linear-gradient(135deg, #818CF8, #6366F1);box-shadow:0 6px 25px rgba(96, 165, 250, 0.4);}
.play-video-text{color:#ffffff;font-size:0.85rem;font-weight:600;font-family:"bakhb", sans-serif;letter-spacing:0.3px;text-shadow:0 2px 10px rgba(0, 0, 0, 0.3);}
.hero-stats-under-image{display:flex;justify-content:space-between;gap:8px;width:100%;padding:8px 0;}
.hero-stats-under-image .hero-stat{display:flex;flex-direction:column;align-items:center;gap:2px;color:#8a8aa0;font-size:0.7rem;font-family:"bakhn", sans-serif;cursor:pointer;transition:color 0.3s ease;white-space:nowrap;padding:6px 4px;border-radius:8px;flex:1;background:rgba(255, 255, 255, 0.03);border:1px solid transparent;position:relative;}
.hero-stats-under-image .hero-stat .tooltip-text{visibility:hidden;opacity:0;width:auto;min-width:60px;background:rgba(0, 0, 0, 0.85);backdrop-filter:blur(8px);color:#fff;text-align:center;padding:4px 10px;border-radius:6px;font-size:0.6rem;font-family:"bakhn", sans-serif;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);transition:all 0.3s ease;white-space:nowrap;pointer-events:none;border:1px solid rgba(255, 255, 255, 0.06);}
.hero-stats-under-image .hero-stat .tooltip-text::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:rgba(0, 0, 0, 0.85);}
.hero-stats-under-image .hero-stat:hover .tooltip-text{visibility:visible;opacity:1;bottom:calc(100% + 12px);}
.hero-stats-under-image .hero-stat:hover{color:var(--primary);background:rgba(255, 255, 255, 0.06);border-color:rgba(255, 255, 255, 0.06);}
.hero-stats-under-image .hero-stat i{font-size:1.1rem;color:#6a6a80;transition:color 0.3s ease;}
.hero-stats-under-image .hero-stat:hover i{color:var(--primary);}
.hero-stats-under-image .hero-stat span{color:#c8c8e0;font-weight:500;font-size:0.7rem;}
.hero-stats-under-image .hero-stat.sharebtn{cursor:pointer;position:relative;}
.hero-stats-under-image .hero-stat .sharebox{position:absolute;bottom:calc(100% + 8px);right:0;background:rgba(30, 30, 50, 0.95);backdrop-filter:blur(16px);border-radius:12px;padding:8px 14px;display:flex;gap:12px;border:1px solid var(--border-light);box-shadow:var(--shadow-card);z-index:50;}
.hero-stats-under-image .hero-stat .sharebox.hidden{display:none !important;}
.hero-stats-under-image .hero-stat .sharebox a{color:#c8c8e0;transition:color 0.3s ease;text-decoration:none;}
.hero-stats-under-image .hero-stat .sharebox a:hover{color:var(--primary);}
.hero-col-info-new{display:flex;flex-direction:column;gap:14px;}
.hero-col-info-new .hero-title-section{margin-bottom:0;}
.hero-col-info-new .hero-song-title{color:#ffffff;font-size:1.6rem;font-weight:700;font-family:"bakhb", sans-serif;margin:0 0 4px 0;line-height:1.2;}
.hero-col-info-new .hero-artist{color:#8a8aa0;font-size:0.9rem;font-family:"bakhn", sans-serif;display:flex;align-items:center;gap:6px;}
.hero-col-info-new .hero-artist i{color:var(--primary);font-size:0.9rem;}
.hero-col-info-new .hero-artist a{color:var(--primary);text-decoration:none;transition:color 0.3s ease;}
.hero-col-info-new .hero-artist a:hover{color:#ff6b6b;}
.hero-col-info-new .hero-download-video-btn{display:inline-flex;align-items:center;gap:12px;padding:10px 20px;background:linear-gradient(135deg, var(--primary), var(--primary-dark));border-radius:12px;color:#ffffff;font-family:"bakhb", sans-serif;text-decoration:none;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 4px 20px rgba(233, 69, 96, 0.2);border:1px solid rgba(255, 255, 255, 0.06);}
.hero-col-info-new .hero-download-video-btn i{font-size:1.1rem;opacity:0.8;}
.hero-col-info-new .hero-download-video-btn span{font-size:0.85rem;font-weight:600;}
.hero-col-info-new .hero-download-video-btn small{font-size:0.6rem;opacity:0.6;font-weight:400;font-family:"bakhn", sans-serif;background:rgba(255, 255, 255, 0.1);padding:2px 8px;border-radius:20px;}
.hero-col-info-new .hero-download-video-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(233, 69, 96, 0.35);background:linear-gradient(135deg, #ff6b6b, var(--primary));}
.hero-col-info-new .hero-download-buttons{display:flex;flex-wrap:wrap;gap:8px;}
.hero-col-info-new .hero-download-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:10px;text-decoration:none;color:#ffffff;font-family:"bakhb", sans-serif;font-size:0.75rem;font-weight:600;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);border:1px solid rgba(255, 255, 255, 0.06);background:rgba(255, 255, 255, 0.04);}
.hero-col-info-new .hero-download-btn i{font-size:1rem;}
.hero-col-info-new .hero-download-btn:hover{transform:translateY(-2px);}
.hero-col-info-new .hero-download-high{background:rgba(76, 175, 80, 0.12);border-color:rgba(76, 175, 80, 0.15);}
.hero-col-info-new .hero-download-high:hover{background:rgba(76, 175, 80, 0.25);border-color:#4CAF50;box-shadow:0 8px 25px rgba(76, 175, 80, 0.15);}
.hero-col-info-new .hero-download-low{background:rgba(33, 150, 243, 0.12);border-color:rgba(33, 150, 243, 0.15);}
.hero-col-info-new .hero-download-low:hover{background:rgba(33, 150, 243, 0.25);border-color:#2196F3;box-shadow:0 8px 25px rgba(33, 150, 243, 0.15);}
.hero-col-info-new .hero-download-album{background:rgba(255, 152, 0, 0.12);border-color:rgba(255, 152, 0, 0.15);}
.hero-col-info-new .hero-download-album:hover{background:rgba(255, 152, 0, 0.25);border-color:#FF9800;box-shadow:0 8px 25px rgba(255, 152, 0, 0.15);}
.hero-col-info-new .hero-download-video{background:rgba(156, 39, 176, 0.12);border-color:rgba(156, 39, 176, 0.15);}
.hero-col-info-new .hero-download-video:hover{background:rgba(156, 39, 176, 0.25);border-color:#AB47BC;box-shadow:0 8px 25px rgba(156, 39, 176, 0.15);}
.hero-col-info-new .hero-tags-wrapper{margin-top:4px;}
.hero-col-info-new .hero-tags-list{display:flex;flex-wrap:wrap;gap:6px;}
.hero-col-info-new .hero-tag{display:inline-block;padding:4px 12px;background:rgba(0, 150, 255, 0.08);border:1px solid rgba(0, 150, 255, 0.15);border-radius:20px;color:#66ccff;font-size:0.65rem;font-family:"bakhn", sans-serif;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);text-decoration:none;}
.hero-col-info-new .hero-tag:hover{background:rgba(0, 150, 255, 0.18);border-color:rgba(0, 150, 255, 0.35);color:#ffffff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0, 150, 255, 0.15);}
.hero-col-content-new{min-width:0;max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255, 255, 255, 0.1) transparent;}
.hero-col-content-new::-webkit-scrollbar{width:3px;}
.hero-col-content-new::-webkit-scrollbar-track{background:transparent;}
.hero-col-content-new::-webkit-scrollbar-thumb{background:rgba(255, 255, 255, 0.1);border-radius:10px;}
.hero-col-content-new .hero-content-title{color:#8a8aa0;font-size:0.7rem;font-family:"bakhb", sans-serif;margin-bottom:8px;text-transform:uppercase;letter-spacing:0.5px;}
.hero-col-content-new .hero-content-inner{color:#c8c8e0;font-size:0.85rem;font-family:"bakhn", sans-serif;line-height:1.8;}
.hero-col-content-new .hero-content-inner p{margin:0 0 6px 0;}
.hero-lyrics-glass{margin:16px 0 24px;padding:0 4px;background:rgba(26, 26, 46, 0.3);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255, 255, 255, 0.04);overflow:hidden;transition:all 0.3s ease;}
.hero-lyrics-glass:hover{border-color:rgba(233, 69, 96, 0.08);}
.hero-lyrics-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;cursor:pointer;color:#c8c8e0;font-size:0.9rem;font-family:"bakhb", sans-serif;transition:all 0.3s ease;user-select:none;}
.hero-lyrics-header:hover{color:#ffffff;background:rgba(255, 255, 255, 0.02);}
.hero-lyrics-header i{transition:transform 0.3s ease;font-size:0.8rem;color:#6a6a80;}
.hero-lyrics-header.active i{transform:rotate(180deg);color:var(--primary);}
.hero-lyrics-body{max-height:0;overflow:hidden;transition:max-height 0.5s ease, padding 0.3s ease;padding:0 20px;}
.hero-lyrics-body.open{max-height:600px;padding:0 20px 20px;}
.hero-lyrics-body p{color:#8a8aa0;font-size:0.85rem;font-family:"bakhn", sans-serif;line-height:2.2;margin:0 0 4px 0;text-align:center;}
.video-player-wrapper{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:80%;max-width:900px;max-height:90vh;background:rgba(15, 15, 26, 0.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255, 255, 255, 0.06);box-shadow:0 20px 60px rgba(0, 0, 0, 0.8);padding:20px 20px 16px;z-index:10000;animation:videoFadeIn 0.3s ease;}
@keyframes videoFadeIn {
from{opacity:0;transform:translate(-50%, -50%) scale(0.95);}
to{opacity:1;transform:translate(-50%, -50%) scale(1);}
}
.video-player-wrapper video{display:block;width:100%;height:auto;border-radius:12px;background:#000;}
.video-close-btn{position:absolute;top:-12px;right:-12px;width:36px;height:36px;border:none;border-radius:50%;background:var(--primary);color:#fff;font-size:1.1rem;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(233, 69, 96, 0.3);}
.video-close-btn:hover{transform:scale(1.1);background:var(--primary-dark);}
@media(max-width:992px){
.hero-container-new{grid-template-columns:180px 1fr;gap:20px;}
.hero-col-content-new{grid-column:1 / -1;max-height:300px;}
.hero-col-image-new .hero-image{max-width:180px;}
.hero-stats-under-image .hero-stat{font-size:0.65rem;padding:4px 2px;}
.hero-stats-under-image .hero-stat i{font-size:0.95rem;}
} @media(max-width:768px){
.hero-container-new{grid-template-columns:1fr;gap:16px;padding:20px;}
.hero-col-image-new{max-width:100% !important;margin:0 auto;width:100%;}
.hero-col-image-new .hero-image{max-width:100% !important;width:100%;}
.hero-col-image-new .hero-image img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;}
.hero-stats-under-image{width:100% !important;gap:6px;padding:8px 0;}
.hero-stats-under-image .hero-stat{flex:1;padding:8px 4px;font-size:0.6rem;}
.hero-stats-under-image .hero-stat i{font-size:1rem;}
.hero-stats-under-image .hero-stat span{font-size:0.6rem;}
.hero-col-info-new .hero-download-buttons{justify-content:center;width:100%;}
.hero-col-info-new .hero-download-btn{flex:1 1 100%;justify-content:center;max-width:100%;}
.hero-col-info-new .hero-song-title{font-size:1.3rem;text-align:center;}
.hero-col-info-new .hero-artist{justify-content:center;}
.hero-col-content-new{max-height:150px;}
.play-video-content{padding:8px 18px 8px 14px;gap:10px;}
.play-video-content i{width:28px;height:28px;font-size:0.95rem;}
.play-video-text{font-size:0.75rem;}
} @media(max-width:480px){
.hero-container-new {
padding: 16px;
gap: 14px;
}
.hero-col-image-new {
max-width: 100% !important;
width: 100%;
}
.hero-col-image-new .hero-image {
max-width: 100% !important;
width: 100%;
}
.hero-stats-under-image {
gap: 4px;
padding: 4px 0;
}
.hero-stats-under-image .hero-stat {
font-size: 0.55rem;
padding: 6px 2px;
}
.hero-stats-under-image .hero-stat i {
font-size: 0.85rem;
}
.hero-stats-under-image .hero-stat span {
font-size: 0.55rem;
}
.hero-col-info-new .hero-song-title {
font-size: 1.1rem;
}
.hero-col-info-new .hero-download-btn {
font-size: 0.65rem;
padding: 5px 10px;
}
.hero-col-info-new .hero-download-btn i {
font-size: 0.8rem;
}
.play-video-content {
padding: 6px 14px 6px 12px;
gap: 8px;
}
.play-video-content i {
width: 24px;
height: 24px;
font-size: 0.8rem;
}
.play-video-text {
font-size: 0.65rem;
}
.hero-stats-under-image .hero-stat .sharebox {
padding: 6px 10px;
gap: 8px;
}
.hero-stats-under-image .hero-stat .sharebox i {
font-size: 0.9rem;
}
}.top-artist-card{display:block;text-decoration:none;padding:8px;height:100%;}
.top-artist-inner{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;background:rgba(255, 255, 255, 0.03);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255, 255, 255, 0.06);box-shadow:0 4px 24px rgba(0, 0, 0, 0.10);transition:all 0.5s cubic-bezier(0.4, 0, 0.2, 1);background:linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));overflow:hidden;min-height:200px;aspect-ratio:1/1;}
.top-artist-inner:hover{box-shadow:0 8px 40px rgba(96, 165, 250, 0.25), 0 4px 20px rgba(96, 165, 250, 0.10);border-color:rgba(96, 165, 250, 0.2);background:rgba(255, 255, 255, 0.06);}
.top-artist-cover-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:85%;max-width:140px;aspect-ratio:1/1;border-radius:50%;overflow:hidden;background:rgba(255, 255, 255, 0.06);padding:4px;transition:all 0.6s cubic-bezier(0.4, 0, 0.2, 1);z-index:2;box-shadow:0 4px 20px rgba(0, 0, 0, 0.2);}
.top-artist-cover-wrapper::before{content:'';position:absolute;inset:-3px;border-radius:50%;background:linear-gradient(135deg, rgba(96, 165, 250, 0.15), rgba(168, 85, 247, 0.08));z-index:0;transition:all 0.4s ease;}
.top-artist-cover-glow{position:absolute;inset:-10px;border-radius:50%;background:radial-gradient(circle, rgba(96, 165, 250, 0.10), transparent 70%);filter:blur(20px);opacity:0;transition:opacity 0.4s ease;z-index:0;}
.top-artist-inner:hover .top-artist-cover-glow{opacity:1;}
.top-artist-cover-image{width:100%;height:100%;object-fit:cover;border-radius:50%;position:relative;z-index:1;transition:all 0.6s cubic-bezier(0.4, 0, 0.2, 1);border:2px solid rgba(255, 255, 255, 0.08);}
.top-artist-inner:hover .top-artist-cover-wrapper{transform:translate(-120%, -50%);opacity:0;width:70%;}
.top-artist-inner:hover .top-artist-cover-image{transform:scale(0.9);opacity:0;}
.top-artist-name{display:block;color:#ffffff;font-size:0.9rem;font-weight:700;font-family:'bakhb', sans-serif;text-align:center;text-shadow:0 2px 10px rgba(0, 0, 0, 0.3);padding:0 8px;transition:all 0.4s ease;position:relative;z-index:3;opacity:0;transform:scale(0.8);margin-bottom:4px;}
.top-artist-inner:hover .top-artist-name{opacity:1;transform:scale(1);color:#ffffff;}
.top-artist-info{position:relative;z-index:3;text-align:center;padding:0 8px;opacity:0;transform:scale(0.8) translateY(10px);transition:all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;}
.top-artist-inner:hover .top-artist-info{opacity:1;transform:scale(1) translateY(0);}
.top-artist-works{display:block;color:#b8c7ff;font-size:0.7rem;font-family:'bakhn', sans-serif;text-shadow:0 2px 8px rgba(0, 0, 0, 0.2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.top-artist-more-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:rgba(255, 255, 255, 0.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:30px;border:1px solid rgba(255, 255, 255, 0.08);color:#c8d0e0;font-size:0.7rem;font-family:'bakhn', sans-serif;text-decoration:none;transition:all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);box-shadow:0 2px 12px rgba(0, 0, 0, 0.06);}
.top-artist-more-btn:hover{background:rgba(96, 165, 250, 0.12);border-color:rgba(96, 165, 250, 0.2);color:#ffffff;transform:translateX(-4px);box-shadow:0 4px 20px rgba(96, 165, 250, 0.08);}
.top-artist-more-btn i{font-size:0.65rem;transition:transform 0.3s ease;}
.top-artist-more-btn:hover i{transform:translateX(-4px);}
.artist .swiper-slide{width:160px;flex-shrink:0;padding:6px;}
@media(max-width:1024px){
.artist .swiper-slide{width:145px;padding:5px;}
.top-artist-cover-wrapper{max-width:110px;}
.top-artist-name{font-size:0.8rem;}
.top-artist-inner{min-height:180px;padding:14px;}
.top-artist-works{font-size:0.65rem;}
.top-artist-card{padding:6px;}
}
@media(max-width:768px){
.artist .swiper-slide{width:150px;padding:5px;}
.top-artist-cover-wrapper{max-width:90px;}
.top-artist-inner{min-height:160px;padding:12px;border-radius:14px;}
.top-artist-name{font-size:0.75rem;}
.top-artist-works{font-size:0.6rem;}
.top-artist-card{padding:5px;}
}
@media(max-width:480px){
.artist .swiper-slide{width:130px;padding:4px;}
.top-artist-cover-wrapper{max-width:75px;}
.top-artist-inner{min-height:140px;padding:10px;border-radius:12px;}
.top-artist-name{font-size:0.65rem;}
.top-artist-works{font-size:0.55rem;}
.top-artist-more-btn{padding:4px 10px;font-size:0.55rem;}
.top-artist-card{padding:4px;}
} @media (hover: none) {
.top-artist-cover-wrapper {
position: relative;
top: auto;
left: auto;
transform: none;
width: 80%;
max-width: 100px;
margin: 0 auto 8px;
}
.top-artist-inner:hover .top-artist-cover-wrapper {
transform: none;
opacity: 1;
width: 80%;
}
.top-artist-inner:hover .top-artist-cover-image {
transform: none;
opacity: 1;
}
.top-artist-name {
opacity: 1;
transform: scale(1);
font-size: 0.7rem;
}
.top-artist-info {
opacity: 1;
transform: scale(1) translateY(0);
position: relative;
margin-top: 2px;
}
.top-artist-works {
color: #b8c7ff;
font-size: 0.5rem;
}
.top-artist-inner {
min-height: auto;
padding: 12px 8px 10px;
aspect-ratio: auto;
}
.artist .swiper-slide {
padding: 4px;
}
.top-artist-card {
padding: 4px;
}
}.vip-section-modern{margin:30px 0 40px;padding:0 4px;}
.vip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:0 4px;}
.vip-title{color:#ffffff;font-size:1.2rem;font-weight:700;font-family:'bakhb', sans-serif;margin:0;}
.vip-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px;}
.vip-card-glass{display:block;text-decoration:none;padding:4px;height:100%;}
.vip-card-inner{position:relative;border-radius:18px;overflow:hidden;background:rgba(26, 26, 46, 0.3);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255, 255, 255, 0.04);box-shadow:0 4px 24px rgba(0, 0, 0, 0.15);transition:all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);aspect-ratio:1/1;}
.vip-card-glass:hover .vip-card-inner{transform:translateY(-8px) scale(1.02);border-color:rgba(0, 150, 255, 0.25);box-shadow:0 16px 48px rgba(0, 100, 255, 0.12);background:rgba(20, 30, 58, 0.5);}
.vip-card-image{position:relative;width:100%;height:100%;overflow:hidden;z-index:1;}
.vip-card-img{width:100%;height:100%;object-fit:cover;transition:transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);}
.vip-card-glass:hover .vip-card-img{transform:scale(1.08);}
.vip-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(15, 15, 26, 0.1) 0%, rgba(15, 15, 26, 0.5) 50%, rgba(15, 15, 26, 0.85) 100% );opacity:0;transition:opacity 0.4s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;z-index:2;}
.vip-card-glass:hover .vip-card-overlay{opacity:1;}
.vip-card-play{width:56px;height:56px;background:linear-gradient(135deg, #0088ff, #0055cc);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(0, 100, 255, 0.35);transform:scale(0.7) rotate(-15deg);transition:all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);}
.vip-card-glass:hover .vip-card-play{transform:scale(1) rotate(0deg);box-shadow:0 12px 48px rgba(0, 100, 255, 0.5);}
.vip-card-play i{color:#ffffff;font-size:1.4rem;margin-right:4px;}
.vip-card-info{position:absolute;bottom:16px;left:16px;right:16px;padding:12px 14px 14px;background:rgba(15, 15, 26, 0.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px;border:1px solid rgba(0, 150, 255, 0.08);text-align:center;z-index:3;opacity:0;visibility:hidden;transform:translateY(12px) scale(0.95);transition:all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);}
.vip-card-glass:hover .vip-card-info{opacity:1;visibility:visible;transform:translateY(0) scale(1);}
.vip-card-title{display:block;color:#ffffff;font-size:0.85rem;font-weight:700;font-family:'bakhb', sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 2px 10px rgba(0, 0, 0, 0.3);transition:color 0.3s ease;}
.vip-card-glass:hover .vip-card-title{color:#4da6ff;}
.vip-card-artist{display:block;color:#88bbff;font-size:0.65rem;font-family:'bakhn', sans-serif;margin-top:3px;text-shadow:0 2px 8px rgba(0, 0, 0, 0.2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color 0.3s ease;}
.vip-card-glass:hover .vip-card-artist{color:#66ccff;}
@media(min-width:1280px){
.vip-grid{grid-template-columns:repeat(5, 1fr);gap:20px;}
} @media(min-width:1024px) and (max-width:1279px){
.vip-grid{grid-template-columns:repeat(4, 1fr);gap:18px;}
} @media(min-width:640px) and (max-width:1023px){
.vip-grid{grid-template-columns:repeat(3, 1fr);gap:16px;}
} @media(max-width:639px){
.vip-grid{grid-template-columns:repeat(2, 1fr);gap:12px;}
.vip-title{font-size:1rem;}
}
@media(max-width:480px){
.vip-grid{gap:10px;}
.vip-card-play{width:40px;height:40px;}
.vip-card-play i{font-size:1rem;}
.vip-card-info{bottom:10px;left:10px;right:10px;padding:8px 10px 10px;border-radius:10px;}
.vip-card-title{font-size:0.7rem;}
.vip-card-artist{font-size:0.55rem;}
.vip-section-modern{margin:20px 0 30px;}
} @media (hover: none) {
.vip-card-info {
opacity: 1 !important;
visibility: visible !important;
transform: translateY(0) scale(1) !important;
bottom: 12px;
left: 12px;
right: 12px;
background: rgba(15, 15, 26, 0.6);
padding: 10px 12px 12px;
}
.vip-card-title {
color: #4da6ff !important;
}
.vip-card-artist {
color: #66ccff !important;
}
.vip-card-overlay {
opacity: 1 !important;
background: linear-gradient(180deg, 
rgba(15, 15, 26, 0.1) 0%,
rgba(15, 15, 26, 0.4) 50%,
rgba(15, 15, 26, 0.7) 100%
);
}
.vip-card-play {
transform: scale(1) rotate(0deg) !important;
width: 44px;
height: 44px;
}
.vip-card-play i {
font-size: 1.1rem;
}
}.remix-glass-container{position:relative;padding:20px 0;}
.remix-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:0 4px;}
.remix-title{font-size:1.25rem;font-weight:700;color:#fff;}
.remix-title i{color:#60a5fa;margin-left:8px;}
.remix-view-all{font-size:0.75rem;color:#9ca3af;transition:color 0.3s ease;}
.remix-view-all:hover{color:#ef4444;}
.remix-card{position:relative;border-radius:20px;overflow:hidden;transition:all 0.5s cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;background:rgba(255, 255, 255, 0.06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255, 255, 255, 0.08);box-shadow:0 8px 32px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);}
.remix-card::before{content:'';position:absolute;inset:0;border-radius:20px;padding:1px;background:linear-gradient( 135deg, rgba(30, 58, 138, 0.4), rgba(30, 58, 138, 0.1), rgba(30, 58, 138, 0.3) );-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:all 0.5s ease;}
.remix-card:hover{transform:translateY(-6px) scale(1.02);border-color:rgba(30, 58, 138, 0.5);box-shadow:0 16px 56px rgba(30, 58, 138, 0.35), 0 8px 24px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 60px rgba(30, 58, 138, 0.15);}
.remix-card:hover::before{background:linear-gradient( 135deg, rgba(30, 58, 138, 0.6), rgba(30, 58, 138, 0.2), rgba(30, 58, 138, 0.4) );}
.remix-card .image-wrapper{position:relative;overflow:hidden;border-radius:20px;}
.remix-card .image-wrapper img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;transition:transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), filter 0.5s ease;border-radius:20px;filter:brightness(0.95) saturate(1.05);}
.remix-card:hover .image-wrapper img{transform:scale(1.1) rotate(-1deg);filter:brightness(1.1) saturate(1.2) contrast(1.05);}
.remix-card .image-wrapper::after{content:'';position:absolute;inset:0;background:linear-gradient( 135deg, rgba(30, 58, 138, 0.15) 0%, transparent 30%, transparent 70%, rgba(30, 58, 138, 0.1) 100% );opacity:0;transition:opacity 0.6s ease;pointer-events:none;z-index:2;}
.remix-card:hover .image-wrapper::after{opacity:1;}
.remix-card .image-wrapper::before{content:'';position:absolute;inset:-50%;background:radial-gradient( circle at 30% 40%, rgba(96, 165, 250, 0.2) 0%, rgba(30, 58, 138, 0.1) 20%, transparent 60% );opacity:0;transform:scale(0.5) rotate(-20deg);transition:all 0.8s cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none;z-index:1;}
.remix-card:hover .image-wrapper::before{opacity:1;transform:scale(1.2) rotate(0deg);}
.remix-card .card-info{position:absolute;bottom:0;left:0;right:0;padding:24px 16px 18px;background:linear-gradient( to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 40%, transparent 100% );opacity:0;transform:translateY(30px) scale(0.95);transition:all 0.5s cubic-bezier(0.4, 0, 0.2, 1);z-index:3;pointer-events:none;}
.remix-card:hover .card-info{opacity:1;transform:translateY(0) scale(1);}
.remix-card .card-info .song-title{font-size:1rem;font-weight:700;color:#f0f4ff;text-shadow:0 2px 12px rgba(0, 0, 0, 0.6);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:0.3px;}
.remix-card .card-info .artist-name{font-size:0.85rem;color:#b8c7ff;text-shadow:0 1px 8px rgba(0, 0, 0, 0.5);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-top:2px;opacity:0.9;}
@media(max-width:640px){
.remix-card .card-info{padding:16px 12px 14px;}
.remix-card .card-info .song-title{font-size:0.85rem;}
.remix-card .card-info .artist-name{font-size:0.75rem;}
.remix-title{font-size:1rem;}
.remix-card:hover{transform:translateY(-3px) scale(1.01);}
} .remix-slider .swiper-slide{height:auto;padding:4px;}
.remix-slider .swiper-slide .remix-card{height:100%;}
.remix-slider{padding:4px 2px;}
.dark .remix-card{background:rgba(255, 255, 255, 0.05);border-color:rgba(255, 255, 255, 0.06);}
.dark .remix-card:hover{border-color:rgba(30, 58, 138, 0.6);box-shadow:0 16px 56px rgba(30, 58, 138, 0.3), 0 8px 24px rgba(0, 0, 0, 0.4);}
.dark .remix-card .card-info .song-title{color:#e8eeff;}
.dark .remix-card .card-info .artist-name{color:#a8bfff;}
.remix-card{animation:remixFadeIn 0.7s ease backwards;}
@keyframes remixFadeIn {
from{opacity:0;transform:translateY(30px) scale(0.92);}
to{opacity:1;transform:translateY(0) scale(1);}
} .remix-card::after{content:'';position:absolute;inset:-2px;border-radius:22px;background:radial-gradient( circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(30, 58, 138, 0.15), transparent 60% );opacity:0;transition:opacity 0.4s ease;pointer-events:none;z-index:-1;}
.remix-card:hover::after {
opacity: 1;
}.stats-section{background:rgba(26, 26, 46, 0.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;border:1px solid rgba(255, 255, 255, 0.05);padding:10px 16px 12px;margin:16px 0;box-shadow:0 4px 20px rgba(0, 0, 0, 0.15);transition:all 0.3s ease;width:100%;}
.stats-section:hover{border-color:rgba(233, 69, 96, 0.12);box-shadow:0 6px 25px rgba(0, 0, 0, 0.25);}
.stats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid rgba(255, 255, 255, 0.03);flex-wrap:wrap;gap:4px;}
.stats-title{color:#ffffff;font-size:0.8rem;font-weight:700;font-family:'bakhb', sans-serif;}
.stats-update{display:flex;align-items:center;gap:4px;flex-wrap:wrap;}
.stats-badge{background:rgba(233, 69, 96, 0.1);color:#e94560;font-size:0.5rem;font-weight:600;padding:2px 8px;border-radius:16px;border:1px solid rgba(233, 69, 96, 0.1);}
.stats-date{color:#6a6a80;font-size:0.5rem;font-family:'bakhn', sans-serif;direction:ltr;display:inline-block;}
.stats-grid{display:flex;flex-wrap:wrap;gap:6px 16px;justify-content:center;align-items:center;}
.stat-card{display:flex;align-items:center;gap:6px;background:rgba(255, 255, 255, 0.02);border-radius:8px;padding:4px 12px 4px 8px;border:1px solid rgba(255, 255, 255, 0.03);transition:all 0.3s ease;}
.stat-card:hover{background:rgba(255, 255, 255, 0.04);border-color:rgba(255, 255, 255, 0.06);}
.stat-icon{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.65rem;flex-shrink:0;}
.stat-info{display:flex;align-items:center;gap:4px;}
.stat-number{color:#ffffff;font-size:0.75rem;font-weight:400;font-family:'bakhb', sans-serif;line-height:1.2;}
.stat-label{color:#8a8aa0;font-size:0.75rem;font-family:'bakhn', sans-serif;}
@media(max-width:768px){
.stats-section{padding:8px 12px 10px;border-radius:10px;margin:12px 0;}
.stats-grid{gap:4px 10px;}
.stat-card{padding:3px 10px 3px 6px;border-radius:6px;gap:4px;}
.stat-number{font-size:0.7rem;}
.stat-label{font-size:0.7rem;}
.stat-icon{width:18px;height:18px;font-size:0.55rem;}
.stats-header{margin-bottom:6px;padding-bottom:4px;}
.stats-title{font-size:0.7rem;}
.stats-date{font-size:0.45rem;}
.stats-badge{font-size:0.4rem;padding:1px 6px;}
}
@media(max-width:480px){
.stats-section {
padding: 6px 10px 8px;
border-radius: 8px;
margin: 8px 0;
}
.stats-grid {
gap: 3px 8px;
}
.stat-card {
padding: 2px 8px 2px 4px;
border-radius: 4px;
gap: 3px;
}
.stat-number {
font-size: 0.65rem;
}
.stat-label {
font-size: 0.65rem;
}
.stat-icon {
width: 16px;
height: 16px;
font-size: 0.5rem;
}
.stats-title {
font-size: 0.6rem;
}
.stats-badge {
font-size: 0.35rem;
padding: 1px 4px;
}
.stats-date {
font-size: 0.4rem;
}
}