.MusicPlayer-module__sZpyyG__toggleBtn{z-index:1000;width:48px;height:48px;color:var(--color-accent-green,#0f8);cursor:pointer;-webkit-backdrop-filter:blur(12px);background:#000c;border:1px solid #00ff884d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px}.MusicPlayer-module__sZpyyG__toggleBtn:hover{border-color:#0f89;transform:scale(1.08);box-shadow:0 0 20px #00ff884d}.MusicPlayer-module__sZpyyG__togglePlaying{border-color:#00ff8880;box-shadow:0 0 15px #0f83}.MusicPlayer-module__sZpyyG__pulseRing{border:2px solid #0f86;border-radius:50%;animation:2s ease-in-out infinite MusicPlayer-module__sZpyyG__ringPulse;position:absolute;inset:-4px}@keyframes MusicPlayer-module__sZpyyG__ringPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.15)}}.MusicPlayer-module__sZpyyG__player{z-index:999;-webkit-backdrop-filter:blur(20px);background:#080a10f2;border:1px solid #0f83;border-radius:12px;width:280px;animation:.3s MusicPlayer-module__sZpyyG__slideUp;position:fixed;bottom:84px;right:24px;overflow:hidden;box-shadow:0 8px 40px #00000080,0 0 30px #00ff880d}@keyframes MusicPlayer-module__sZpyyG__slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.MusicPlayer-module__sZpyyG__header{background:#0006;border-bottom:1px solid #ffffff0d;align-items:center;gap:8px;padding:8px 12px;display:flex}.MusicPlayer-module__sZpyyG__headerDots{gap:5px;display:flex}.MusicPlayer-module__sZpyyG__dot{border-radius:50%;width:8px;height:8px}.MusicPlayer-module__sZpyyG__headerTitle{color:#fff6;flex:1;font-family:monospace;font-size:10px}.MusicPlayer-module__sZpyyG__closeBtn{color:#ffffff4d;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:12px;transition:all .2s}.MusicPlayer-module__sZpyyG__closeBtn:hover{color:#ff5f56;background:#ff5f561a}.MusicPlayer-module__sZpyyG__visualizer{background:#0000004d;justify-content:center;align-items:flex-end;gap:2px;height:40px;padding:8px 16px;display:flex}.MusicPlayer-module__sZpyyG__bar{transform-origin:bottom;will-change:transform;background:linear-gradient(#0f8c,#0052ff99);border-radius:1px;flex:1;width:100%;height:1px;min-height:1px}.MusicPlayer-module__sZpyyG__trackInfo{flex-direction:column;gap:2px;padding:10px 16px 4px;display:flex}.MusicPlayer-module__sZpyyG__trackTitle{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.MusicPlayer-module__sZpyyG__trackArtist{color:#0f89;font-family:monospace;font-size:11px}.MusicPlayer-module__sZpyyG__controls{justify-content:center;align-items:center;gap:8px;padding:8px 16px;display:flex}.MusicPlayer-module__sZpyyG__controlBtn{color:#ffffffb3;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.MusicPlayer-module__sZpyyG__controlBtn:hover{color:#00ff88e6;background:#00ff880d;border-color:#0f86}.MusicPlayer-module__sZpyyG__playBtn{color:#00ff88e6;border-color:#00ff884d;width:44px;height:44px}.MusicPlayer-module__sZpyyG__playBtn:hover{border-color:#0f89;box-shadow:0 0 15px #0f83}.MusicPlayer-module__sZpyyG__volumeRow{align-items:center;gap:8px;padding:0 16px 8px;display:flex}.MusicPlayer-module__sZpyyG__volumeIcon{color:#fff6;flex-shrink:0}.MusicPlayer-module__sZpyyG__volumeSlider{appearance:none;cursor:pointer;background:#ffffff1a;border-radius:2px;outline:none;width:100%;height:4px}.MusicPlayer-module__sZpyyG__volumeSlider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#0f8c;border:none;border-radius:50%;width:12px;height:12px;box-shadow:0 0 6px #0f86}.MusicPlayer-module__sZpyyG__volumeSlider::-moz-range-thumb{cursor:pointer;background:#0f8c;border:none;border-radius:50%;width:12px;height:12px;box-shadow:0 0 6px #0f86}.MusicPlayer-module__sZpyyG__playlist{border-top:1px solid #ffffff0d;flex-direction:column;max-height:140px;display:flex;overflow-y:auto}.MusicPlayer-module__sZpyyG__playlist::-webkit-scrollbar{width:4px}.MusicPlayer-module__sZpyyG__playlist::-webkit-scrollbar-thumb{background:#0f83;border-radius:2px}.MusicPlayer-module__sZpyyG__playlistItem{color:#ffffff80;cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #0000;align-items:center;gap:8px;padding:8px 16px;font-size:11px;transition:all .15s;display:flex}.MusicPlayer-module__sZpyyG__playlistItem:hover{color:#fffc;background:#ffffff08}.MusicPlayer-module__sZpyyG__playlistActive{color:#00ff88e6;background:#00ff880a;border-left-color:#0f89}.MusicPlayer-module__sZpyyG__playlistIndex{opacity:.5;min-width:16px;font-family:monospace;font-size:10px}.MusicPlayer-module__sZpyyG__playlistTitle{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.MusicPlayer-module__sZpyyG__playlistNowPlaying{background:#0f8c;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite MusicPlayer-module__sZpyyG__playPulse;box-shadow:0 0 6px #00ff8880}@keyframes MusicPlayer-module__sZpyyG__playPulse{0%,to{opacity:.5}50%{opacity:1}}@media (max-width:480px){.MusicPlayer-module__sZpyyG__toggleBtn{width:44px;height:44px;bottom:16px;right:16px}.MusicPlayer-module__sZpyyG__player{width:calc(100vw - 32px);bottom:72px;right:16px}}.MusicPlayer-module__sZpyyG__ytContainer{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}
