.main-container{overflow:hidden}.main-container,.main-container *{box-sizing:border-box}button,input,select,textarea{outline:0}.lyrics-container::-webkit-scrollbar-thumb{border-radius:4px}@keyframes glow{0%,to{text-shadow:0 0 5px rgba(255,255,255,.5)}50%{text-shadow:0 0 20px rgba(255,255,255,.8)}}.animate-glow{animation:glow 2s ease-in-out infinite}@font-face{font-family:LyricsFont;src:url(/_next/static/media/lyrics.60002358.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.font-lyrics{font-family:LyricsFont,system-ui,-apple-system,sans-serif;font-size:1.3rem}.music-player-container{width:100%;height:100%;background:linear-gradient(to bottom right,rgba(29,185,84,.133),rgba(29,185,84,.067),transparent);border-radius:22px;border:1px solid #2a2a2a;padding:16px;color:white;display:flex;flex-direction:column;gap:16px;animation:gradient-shift 15s ease infinite}.player-content{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.album-art{width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;box-shadow:0 8px 16px rgba(0,0,0,.3)}.track-info{text-align:left;margin-top:4px}.track-title{font-size:1rem;font-weight:600;margin-bottom:2px;color:white}.track-artist,.track-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-artist{font-size:.8rem;color:#9f9f9f}.progress-container{width:100%;cursor:pointer;position:relative;height:4px;background-color:rgba(255,255,255,.1);border-radius:2px}.progress-current{height:100%;background-color:white;border-radius:2px;position:absolute;left:0;top:0}.progress-time{display:flex;justify-content:space-between;font-size:.7rem;color:#9f9f9f;margin-top:4px}.controls-container{display:flex;justify-content:center;align-items:center;gap:20px;margin:8px 0}.control-button{color:#9f9f9f;background:none;border:none;font-size:1rem;cursor:pointer;transition:color .2s}.control-button:hover{color:white}.play-button{width:40px;height:40px;background-color:white;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:black;font-size:1rem;transition:transform .2s}.play-button:hover{transform:scale(1.05)}.volume-container{width:100%;padding:0 8px}.volume-slider{width:100%;height:3px;background-color:rgba(255,255,255,.1);border-radius:2px;cursor:pointer;position:relative}.volume-current{height:100%;background-color:white;border-radius:2px;position:absolute;left:0;top:0}.lyrics-section{flex:1;background-color:rgba(0,0,0,.122);border-radius:8px;position:relative;min-height:150px;max-height:calc(100% - 20px);overflow:hidden;padding:2px}.lyrics-container{height:100%!important}.lyrics-content{min-height:100%;display:flex;flex-direction:column;justify-content:flex-start}.lyrics-line{text-align:center;padding:8px 0;transition:all .3s ease;font-size:.8rem;line-height:1.2;opacity:.5}.lyrics-line.active{color:white;font-weight:500;transform:scale(1.05);opacity:1}.lyrics-line.inactive{color:rgba(255,255,255,.5)}.lyrics-container::-webkit-scrollbar{width:4px;display:block}.lyrics-container::-webkit-scrollbar-track{background:transparent}.lyrics-container::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:2px}.lyrics-container::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}