#global-player{width:95%;max-width:900px;background:#1a1a1a;color:#fff;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,0.4);display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:14px 18px;z-index:9999}.player-wrapper{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;width:100%}.hidden{display:none}.gp-left{display:flex;align-items:center;gap:12px}.gp-cover{width:55px;height:55px;border-radius:10px;object-fit:cover}.gp-meta{display:flex;flex-direction:column}.gp-title{font-weight:600;font-size:14px}.gp-subtitle{font-size:11px;color:#aaa}.gp-center{flex:1;margin:0 20px}.gp-controls{display:flex;justify-content:center;align-items:center;gap:10px}.gp-controls button{background:none;border:none;color:#fff;font-size:16px;cursor:pointer}.gp-play{font-size:20px;background:#00c2ff;color:#000;border-radius:50%;width:38px;height:38px}.gp-progress-wrap{display:flex;align-items:center;gap:8px;margin-top:6px}.gp-progress-container{flex:1;height:5px;background:#333;border-radius:10px;cursor:pointer;overflow:hidden}.gp-progress{height:100%;width:0%;background:#00c2ff}.gp-current,.gp-duration{font-size:11px;color:#bbb;min-width:35px}.gp-right{display:flex;flex-direction:column;gap:8px}.gp-right select{background:#222;color:#fff;border:none;padding:6px;border-radius:6px}.gp-play,.gp-progress{background:#ff6b6b}.pd{width:95%;max-width:900px;max-height:65vh;margin-top:25px;background:rgba(20,20,20,0.85);backdrop-filter:blur(14px);border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,0.7);overflow:hidden}.pd-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,0.08);font-weight:600;font-size:15px}#pd-close{background:black;color:white;border:none;cursor:pointer}#pd-list{overflow-y:auto;max-height:55vh;padding:12px}.pd-item{display:flex;align-items:center;gap:14px;padding:12px;margin-bottom:10px;border-radius:12px;background:rgba(255,255,255,0.02);cursor:pointer;transition:all 0.25s ease}.pd-item:hover{transform:translateY(-2px);background:rgba(255,255,255,0.06)}.pd-item img{width:60px;height:60px;border-radius:10px;object-fit:cover}.pd-item-text{flex:1}.pd-item-title{font-size:15px;font-weight:600}.pd-item-meta{font-size:12px;color:#aaa;margin-top:2px}.pd-item.active{background:linear-gradient(90deg,rgba(255,107,107,0.25),rgba(255,107,107,0.05));border:1px solid rgba(255,107,107,0.4)}.pd-play-icon{font-size:16px;opacity:0.7}.pd-item.active .pd-play-icon{color:#ff6b6b;opacity:1}.eq{display:flex;gap:2px;margin-left:auto}.eq span{width:3px;height:10px;background:#ff6b6b;animation:bounce 1s infinite ease-in-out}.eq span:nth-child(2){animation-delay:0.2s}.eq span:nth-child(3){animation-delay:0.4s}@keyframes bounce{0%,100%{height:6px}50%{height:14px}}.gp-progress-tooltip{position:absolute;top:-25px;background:#000;padding:2px 6px;font-size:10px;border-radius:4px;display:none}.gp-progress-container{position:relative}.gp-progress-tooltip{position:absolute;top:-28px;transform:translateX(-50%);background:#000;color:#fff;padding:3px 6px;font-size:10px;border-radius:4px;white-space:nowrap;display:none;pointer-events:none}.gp-volume{-webkit-appearance:none;width:90px;height:4px;background:#333;border-radius:10px;outline:none;cursor:pointer}.gp-volume::-webkit-slider-runnable-track{height:4px;background:#333;border-radius:10px}.gp-volume::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;background:#ff6b6b;border-radius:50%;margin-top:-4px;cursor:pointer;transition:transform 0.2s ease}.gp-volume::-webkit-slider-thumb:hover{transform:scale(1.2)}