.audio-playlist[data-astro-cid-h6iffge2]{margin-top:40px;display:flex;flex-direction:column;gap:10px}.track-card[data-astro-cid-h6iffge2]{background:#ffffff05;border:1px solid rgba(255,255,255,.05);padding:15px 25px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .3s ease}.track-card[data-astro-cid-h6iffge2]:hover{background:#ffffff14;border-color:#d4af374d}.track-card[data-astro-cid-h6iffge2].active{background:#d4af370d;border-color:var(--gold)}.track-info[data-astro-cid-h6iffge2]{display:flex;align-items:center;gap:20px}.track-status[data-astro-cid-h6iffge2]{width:30px;height:30px;display:flex;align-items:center;justify-content:center;position:relative}.track-number[data-astro-cid-h6iffge2]{font-family:Oswald,sans-serif;font-size:1.1rem;color:#555}.play-icon[data-astro-cid-h6iffge2]{display:none;color:var(--gold);font-size:.9rem}.track-card[data-astro-cid-h6iffge2]:hover .track-number[data-astro-cid-h6iffge2]{display:none}.track-card[data-astro-cid-h6iffge2]:hover .play-icon[data-astro-cid-h6iffge2]{display:block}.track-card[data-astro-cid-h6iffge2].active .track-number[data-astro-cid-h6iffge2]{color:var(--gold)}.playing-bars[data-astro-cid-h6iffge2]{display:none;align-items:flex-end;gap:2px;height:12px}.playing-bars[data-astro-cid-h6iffge2] span[data-astro-cid-h6iffge2]{width:3px;background:var(--gold);animation:bounce .5s ease infinite alternate}.playing-bars[data-astro-cid-h6iffge2] span[data-astro-cid-h6iffge2]:nth-child(2){animation-delay:.2s}.playing-bars[data-astro-cid-h6iffge2] span[data-astro-cid-h6iffge2]:nth-child(3){animation-delay:.4s}.track-card[data-astro-cid-h6iffge2].playing .playing-bars[data-astro-cid-h6iffge2]{display:flex}.track-card[data-astro-cid-h6iffge2].playing .track-number[data-astro-cid-h6iffge2],.track-card[data-astro-cid-h6iffge2].playing .play-icon[data-astro-cid-h6iffge2]{display:none!important}@keyframes bounce{0%{height:4px}to{height:12px}}.track-meta[data-astro-cid-h6iffge2] h3[data-astro-cid-h6iffge2]{font-size:1.1rem;margin-bottom:2px;color:#fff}.track-artist[data-astro-cid-h6iffge2]{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:1px}.track-duration[data-astro-cid-h6iffge2]{font-size:.9rem;color:#555;font-family:monospace}.music-player-footer[data-astro-cid-h6iffge2]{position:fixed;bottom:0;left:0;width:100%;background:#0a0a0afa;backdrop-filter:blur(20px);border-top:1px solid rgba(212,175,55,.2);z-index:1000;padding:0;transform:translateY(100%);transition:transform .5s cubic-bezier(.4,0,.2,1)}.music-player-footer[data-astro-cid-h6iffge2].visible{transform:translateY(0)}.player-progress-container[data-astro-cid-h6iffge2]{width:100%;height:4px;background:#ffffff1a;cursor:pointer;position:relative}.player-progress-bar[data-astro-cid-h6iffge2]{height:100%;background:linear-gradient(90deg,var(--gold),#ffcc33);width:0%;position:relative}.player-progress-bar[data-astro-cid-h6iffge2]:after{content:"";position:absolute;right:-5px;top:-3px;width:10px;height:10px;background:#fff;border-radius:50%;box-shadow:0 0 10px var(--gold);opacity:0;transition:opacity .2s}.player-progress-container[data-astro-cid-h6iffge2]:hover .player-progress-bar[data-astro-cid-h6iffge2]:after{opacity:1}.player-content[data-astro-cid-h6iffge2]{max-width:1400px;margin:0 auto;padding:15px 30px;display:flex;align-items:center;justify-content:space-between}.player-info[data-astro-cid-h6iffge2]{width:30%}.player-track-info[data-astro-cid-h6iffge2] h4[data-astro-cid-h6iffge2]{font-size:1rem;color:#fff;margin-bottom:2px}.player-track-info[data-astro-cid-h6iffge2] p[data-astro-cid-h6iffge2]{font-size:.75rem;color:var(--gold);text-transform:uppercase;letter-spacing:1px}.player-controls[data-astro-cid-h6iffge2]{display:flex;align-items:center;gap:30px}.player-btn[data-astro-cid-h6iffge2]{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;opacity:.7;transition:all .2s}.player-btn[data-astro-cid-h6iffge2]:hover{opacity:1;color:var(--gold)}.player-btn[data-astro-cid-h6iffge2].play-main{width:45px;height:45px;background:#fff;color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;opacity:1}.player-btn[data-astro-cid-h6iffge2].play-main:hover{transform:scale(1.1);background:var(--gold)}.player-extra[data-astro-cid-h6iffge2]{width:30%;display:flex;align-items:center;justify-content:flex-end;gap:20px}.player-time[data-astro-cid-h6iffge2]{font-size:.8rem;color:#888;font-family:monospace}.volume-container[data-astro-cid-h6iffge2]{display:flex;align-items:center;gap:10px;color:#444}.volume-slider[data-astro-cid-h6iffge2]{width:80px;height:4px;-webkit-appearance:none;background:#ffffff1a;border-radius:2px;outline:none}.volume-slider[data-astro-cid-h6iffge2]::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer}.coming-soon-card[data-astro-cid-h6iffge2]{background:#ffffff05;border:2px dashed rgba(212,175,55,.2);padding:100px 40px;text-align:center;border-radius:20px}.coming-soon-card[data-astro-cid-h6iffge2] i[data-astro-cid-h6iffge2]{font-size:3rem;color:var(--gold);margin-bottom:20px;opacity:.5}.coming-soon-card[data-astro-cid-h6iffge2] h3[data-astro-cid-h6iffge2]{font-family:Oswald,sans-serif;font-size:2rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:15px}.coming-soon-card[data-astro-cid-h6iffge2] p[data-astro-cid-h6iffge2]{color:#666;max-width:400px;margin:0 auto}@media(max-width:768px){.player-extra[data-astro-cid-h6iffge2]{display:none}.player-info[data-astro-cid-h6iffge2]{width:60%}.player-controls[data-astro-cid-h6iffge2]{gap:15px}.player-content[data-astro-cid-h6iffge2]{padding:10px 20px}}
