.FullScreenPlayer-module__MH7Svq__container{z-index:90;background:var(--background-start);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background:linear-gradient(#1e1b4b,#000);width:100vw;height:calc(100vh - 90px);transition:transform .4s cubic-bezier(.2,.8,.2,1);display:flex;position:fixed;top:0;left:0;overflow:hidden;transform:translateY(100%)}.FullScreenPlayer-module__MH7Svq__visible{transform:translateY(0)}.FullScreenPlayer-module__MH7Svq__content{gap:4rem;width:100%;height:100%;padding:4rem;display:flex}.FullScreenPlayer-module__MH7Svq__leftSection{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.FullScreenPlayer-module__MH7Svq__albumArt{border-radius:20px;width:400px;height:400px;margin-bottom:2rem;overflow:hidden;box-shadow:0 20px 60px #00000080}.FullScreenPlayer-module__MH7Svq__albumArt img{object-fit:cover;width:100%;height:100%}.FullScreenPlayer-module__MH7Svq__trackInfo{text-align:center}.FullScreenPlayer-module__MH7Svq__title{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700}.FullScreenPlayer-module__MH7Svq__artist{color:#fff9;font-size:1.2rem}.FullScreenPlayer-module__MH7Svq__rightSection{flex-direction:column;flex:1;justify-content:center;height:100%;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(#0000,#000 10% 90%,#0000);mask-image:linear-gradient(#0000,#000 10% 90%,#0000)}.FullScreenPlayer-module__MH7Svq__lyricsContainer{scrollbar-width:none;height:60vh;padding:2rem 0;overflow-y:auto}.FullScreenPlayer-module__MH7Svq__lyricsContainer::-webkit-scrollbar{display:none}.FullScreenPlayer-module__MH7Svq__lyricLine{color:#fff6;cursor:pointer;padding:.8rem 0;font-size:1.5rem;font-weight:600;transition:all .3s}.FullScreenPlayer-module__MH7Svq__activeLine{color:#fff;transform-origin:0;font-size:1.8rem;transform:scale(1.05)}.FullScreenPlayer-module__MH7Svq__closeButton{color:#ffffff80;cursor:pointer;z-index:10;background:0 0;border:none;position:absolute;top:2rem;right:2rem}.FullScreenPlayer-module__MH7Svq__closeButton:hover{color:#fff}
.PlayerBar-module__m6nhgW__playerBar{background:var(--player-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--glass-border);z-index:100;justify-content:space-between;align-items:center;height:90px;padding:0 2rem;display:flex;position:fixed;bottom:0;left:0;right:0}.PlayerBar-module__m6nhgW__trackInfo{align-items:center;gap:1rem;width:30%;display:flex}.PlayerBar-module__m6nhgW__albumArt{background:var(--glass-bg);border-radius:8px;width:60px;height:60px;position:relative;overflow:hidden}.PlayerBar-module__m6nhgW__albumArt img{object-fit:cover;width:100%;height:100%}.PlayerBar-module__m6nhgW__trackDetails{flex-direction:column;display:flex}.PlayerBar-module__m6nhgW__trackName{color:var(--text-primary);margin-bottom:.2rem;font-size:1rem;font-weight:600}.PlayerBar-module__m6nhgW__artistName{color:var(--text-secondary);font-size:.85rem}.PlayerBar-module__m6nhgW__controls{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:40%;display:flex}.PlayerBar-module__m6nhgW__buttons{align-items:center;gap:1.5rem;display:flex}.PlayerBar-module__m6nhgW__button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s,transform .2s;display:flex}.PlayerBar-module__m6nhgW__button:hover{color:var(--text-primary)}.PlayerBar-module__m6nhgW__playButton{background:var(--text-primary);width:40px;height:40px;color:var(--background-start);border-radius:50%;justify-content:center;align-items:center;display:flex}.PlayerBar-module__m6nhgW__playButton:hover{transform:scale(1.05)}.PlayerBar-module__m6nhgW__progressBarContainer{width:100%;color:var(--text-muted);align-items:center;gap:.8rem;font-size:.75rem;display:flex}.PlayerBar-module__m6nhgW__progressTrack{background:var(--glass-border);cursor:pointer;border-radius:2px;flex:1;height:4px;position:relative}.PlayerBar-module__m6nhgW__progressFill{background:var(--accent-color);border-radius:2px;height:100%;position:relative}.PlayerBar-module__m6nhgW__progressHandle{background:var(--text-primary);opacity:0;border-radius:50%;width:12px;height:12px;transition:opacity .2s;position:absolute;top:50%;right:-6px;transform:translateY(-50%)}.PlayerBar-module__m6nhgW__progressTrack:hover .PlayerBar-module__m6nhgW__progressHandle{opacity:1}.PlayerBar-module__m6nhgW__volumeContainer{justify-content:flex-end;align-items:center;gap:.8rem;width:30%;display:flex}.PlayerBar-module__m6nhgW__volumeSlider{background:var(--glass-border);-webkit-appearance:none;border-radius:2px;outline:none;width:100px;height:4px}.PlayerBar-module__m6nhgW__volumeSlider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--text-primary);cursor:pointer;border-radius:50%;width:12px;height:12px}.PlayerBar-module__m6nhgW__qualitySelect{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;border-radius:4px;outline:none;margin-right:1rem;padding:.2rem .5rem;font-size:.8rem}.PlayerBar-module__m6nhgW__qualitySelect option{background:var(--background-start);color:var(--text-primary)}
.Sidebar-module__chRhja__sidebar{background:var(--sidebar-bg);border-right:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;width:240px;height:100vh;padding:2rem 1.5rem 120px;display:flex;position:fixed;top:0;left:0}.Sidebar-module__chRhja__logo{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:3rem;font-size:1.5rem;font-weight:700;display:flex}.Sidebar-module__chRhja__nav{flex-direction:column;gap:1rem;display:flex}.Sidebar-module__chRhja__navItem{color:var(--text-secondary);border-radius:12px;align-items:center;gap:1rem;padding:.8rem 1rem;font-weight:500;transition:all .3s;display:flex}.Sidebar-module__chRhja__navItem:hover,.Sidebar-module__chRhja__active{background:var(--glass-bg);color:var(--text-primary);box-shadow:0 4px 12px #0000000d}.Sidebar-module__chRhja__icon{width:20px;height:20px}
:root{--background-start:#0f0c29;--background-end:#302b63;--background-accent:#24243e;--glass-bg:#ffffff0d;--glass-border:#ffffff1a;--glass-shadow:0 4px 30px #0000004d;--glass-blur:blur(10px);--text-primary:#fff;--text-secondary:#ffffffb3;--text-muted:#fff6;--accent-color:#f05;--accent-hover:#f37;--font-main:"Inter","Segoe UI",Arial,sans-serif;--sidebar-bg:#ffffff05;--player-bg:#121212cc}[data-theme=light]{--background-start:#f8fafc;--background-end:#e0e7ff;--background-accent:#dbeafe;--glass-bg:#ffffffd9;--glass-border:#64748b33;--glass-shadow:0 4px 30px #00000014;--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--accent-color:#dc2626;--accent-hover:#b91c1c;--sidebar-bg:#ffffffb3;--player-bg:#fffffff2}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{color:var(--text-primary);background:linear-gradient(135deg,var(--background-start),var(--background-accent),var(--background-end));font-family:var(--font-main);overflow:hidden}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}[data-theme=light] ::-webkit-scrollbar-thumb{background:#00000026}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#00000040}.main-content{height:100vh;margin-left:240px;padding-bottom:90px;position:relative;overflow-y:auto}
