:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}body{display:flex;place-items:center;min-width:320px;min-height:100vh}@media (max-width: 768px){*{box-sizing:border-box}html,body{height:100%;overflow:hidden;margin:0;padding:0;-webkit-overflow-scrolling:touch}body{display:block;place-items:unset;position:fixed;top:0;left:0;width:100%;height:100%}#root{height:100vh;width:100vw;margin:0;padding:0;position:fixed;top:0;left:0}}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.apple-music-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;pointer-events:none;filter:blur(0px)}.apple-music-background.playing{animation:backgroundPulse 4s ease-in-out infinite}.apple-music-background.paused{filter:blur(1px);opacity:.8}.music-particles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;overflow:hidden}.music-particle{position:absolute;border-radius:50%;opacity:.7;animation:musicFloat 6s ease-in-out infinite}.particle-1{width:400px;height:400px;top:-10%;left:-10%;animation-duration:8s}.particle-2{width:300px;height:300px;top:60%;right:-5%;animation-duration:6s;animation-delay:2s}.particle-3{width:350px;height:350px;bottom:-10%;left:40%;animation-duration:7s;animation-delay:4s}.audio-visualizer{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:4px;z-index:-1;pointer-events:none}.visualizer-bar{width:4px;height:20px;border-radius:2px;animation:visualizerPulse .8s ease-in-out infinite;opacity:.6}.visualizer-bar:nth-child(1){animation-delay:0s}.visualizer-bar:nth-child(2){animation-delay:.1s}.visualizer-bar:nth-child(3){animation-delay:.2s}.visualizer-bar:nth-child(4){animation-delay:.3s}.visualizer-bar:nth-child(5){animation-delay:.4s}@keyframes backgroundPulse{0%,to{filter:blur(0px) brightness(1) saturate(1);transform:scale(1)}25%{filter:blur(.5px) brightness(1.1) saturate(1.2);transform:scale(1.01)}50%{filter:blur(0px) brightness(1.2) saturate(1.3);transform:scale(1.02)}75%{filter:blur(.5px) brightness(1.1) saturate(1.2);transform:scale(1.01)}}@keyframes musicFloat{0%,to{transform:translate(0) scale(1) rotate(0);opacity:.4}25%{transform:translate(30px,-40px) scale(1.1) rotate(90deg);opacity:.7}50%{transform:translate(-20px,-80px) scale(.9) rotate(180deg);opacity:.5}75%{transform:translate(-50px,-40px) scale(1.05) rotate(270deg);opacity:.6}}@keyframes visualizerPulse{0%,to{height:20px;opacity:.6}50%{height:40px;opacity:1}}@media (max-width: 768px){.music-particle{opacity:.5}.particle-1{width:250px;height:250px}.particle-2{width:200px;height:200px}.particle-3{width:220px;height:220px}.audio-visualizer{bottom:10px}.visualizer-bar{width:3px;height:15px}}@media (max-width: 480px){.music-particle{opacity:.3}.particle-1{width:180px;height:180px}.particle-2{width:150px;height:150px}.particle-3{width:160px;height:160px}.visualizer-bar{width:2px;height:12px}}@media (prefers-reduced-motion: reduce){.apple-music-background,.music-particle,.visualizer-bar{animation:none}.apple-music-background.playing{filter:brightness(1.1)}}.app{min-height:100vh;height:100vh;background:transparent;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow-x:hidden;animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app-header h1{margin:0 0 .5rem;font-size:3rem;font-weight:800;background:linear-gradient(135deg,#fff,#a8edea,#fed6e3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(255,255,255,.3);letter-spacing:-.02em;position:relative;z-index:1}.app-header p{margin:0;opacity:.8;font-size:1.1rem}.app-main{max-width:1200px;margin:0 auto;padding:2rem 1rem;animation:slideUp .8s ease-out .2s both}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.file-inputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;justify-content:center;margin-bottom:3rem;max-width:1000px;margin-left:auto;margin-right:auto;padding:0 1rem}.input-group{display:flex;flex-direction:column;gap:.75rem;background:#ffffff0d;backdrop-filter:blur(10px);padding:1.5rem;border-radius:16px;transition:all .3s ease;position:relative;overflow:hidden}.input-group:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.input-group:hover{background:#ffffff14;transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.input-group label{font-weight:600;font-size:1rem;opacity:.9;color:#a8edea;margin-bottom:.5rem}.input-group input[type=file]{padding:1rem;background:#ffffff14;border:none;border-radius:12px;color:#fff;font-size:.95rem;transition:all .3s ease;cursor:pointer}.input-group input[type=file]:hover{background:#ffffff1f;box-shadow:0 4px 20px #0003}.input-group input[type=file]::file-selector-button{background:linear-gradient(135deg,#fff3,#ffffff1a);border:none;padding:.75rem 1.5rem;border-radius:8px;color:#fff;font-weight:600;margin-right:1rem;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.input-group input[type=file]::file-selector-button:hover{background:linear-gradient(135deg,#ffffff4d,#fff3);transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.player-section{display:flex;flex-direction:column;gap:2rem;align-items:center}.music-display{display:grid;grid-template-columns:1fr 3fr;gap:2rem;width:100%;max-width:1400px;align-items:start;animation:fadeInScale .6s ease-out .4s both}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.demo-section{text-align:center;margin-top:3rem;padding:2rem;background:#ffffff1a;border-radius:12px;backdrop-filter:blur(10px)}.demo-section h3{margin:0 0 1rem;font-size:1.5rem;color:gold}.demo-section p{margin:.5rem 0;opacity:.9;line-height:1.6}.demo-features{margin-top:1.5rem;text-align:left;max-width:400px;margin-left:auto;margin-right:auto}.demo-features h4{margin:0 0 1rem;color:gold;text-align:center}.demo-features ul{list-style:none;padding:0;margin:0}.demo-features li{padding:.5rem 0;opacity:.9;display:flex;align-items:center;gap:.5rem}.audio-player{width:100%;max-width:700px;background:#ffffff14;backdrop-filter:blur(30px);border-radius:24px;padding:2rem;box-shadow:0 20px 40px #0006,inset 0 1px #fff3;position:relative;overflow:hidden;transition:all .3s ease}.audio-player:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.05) 0%,transparent 50%);pointer-events:none}.player-controls{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.play-pause-btn{width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;transition:all .4s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #667eea66,inset 0 1px #fff3;position:relative;overflow:hidden}.btn-icon{display:block;position:relative}.play-icon{width:0;height:0;border-left:12px solid white;border-top:8px solid transparent;border-bottom:8px solid transparent;margin-left:3px}.pause-icon{width:16px;height:16px;position:relative}.pause-icon:before,.pause-icon:after{content:"";position:absolute;width:4px;height:16px;background:#fff;border-radius:1px}.pause-icon:before{left:2px}.pause-icon:after{right:2px}.volume-icon{width:20px;height:20px;position:relative;display:inline-block;margin-right:8px}.volume-icon:before{content:"";position:absolute;width:8px;height:8px;background:#fff;left:0;top:6px;clip-path:polygon(0 0,100% 40%,100% 60%,0 100%)}.volume-icon:after{content:"";position:absolute;width:12px;height:12px;border:2px solid white;border-left:none;border-radius:0 12px 12px 0;left:6px;top:4px}.play-pause-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.3) 0%,transparent 50%);pointer-events:none}.play-pause-btn:hover:not(:disabled){transform:scale(1.08) translateY(-2px);box-shadow:0 12px 35px #667eea99,inset 0 1px #ffffff4d;background:linear-gradient(135deg,#7c8cff,#8a6bcc)}.play-pause-btn:active:not(:disabled){transform:scale(1.02) translateY(0);transition:all .1s ease}.play-pause-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;background:linear-gradient(135deg,#666,#555);box-shadow:0 4px 15px #0003}.time-info{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;margin-left:auto}.progress-container{margin-bottom:1rem}.progress-bar{width:100%;height:8px;border-radius:4px;background:#fff3;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none;transition:all .3s ease;position:relative}.progress-bar:hover{height:10px;background:#ffffff40}.progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#fff,#f0f8ff);cursor:pointer;box-shadow:0 4px 12px #0006,0 0 0 2px #667eea4d;transition:all .3s ease;border:2px solid rgba(255,255,255,.8)}.progress-bar::-webkit-slider-thumb:hover{transform:scale(1.3);box-shadow:0 6px 20px #00000080,0 0 0 3px #667eea80,0 0 20px #667eea4d}.progress-bar::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 2px 6px #0000004d}.volume-container{display:flex;align-items:center;gap:.5rem}.volume-bar{width:100px;height:4px;border-radius:2px;background:#ffffff4d;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none}.volume-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 1px 3px #0000004d}.volume-bar::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 1px 3px #0000004d}.lyrics-display{width:100%;max-width:800px;margin-bottom:2rem}.lyrics-container{margin-bottom:2rem;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0006,inset 0 1px #ffffff1a;position:relative;backdrop-filter:blur(20px)}.lyrics-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.05) 0%,transparent 50%);pointer-events:none;z-index:1}.lyrics-display.loading,.lyrics-display.error,.lyrics-display.empty{display:flex;align-items:center;justify-content:center;min-height:600px;background:#ffffff1a;backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.2)}.loading-spinner{text-align:center;font-size:1.2rem;opacity:.8;display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{text-align:center;color:#ff6b6b}.error-message p:first-child{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.empty-message{text-align:center;opacity:.8}.empty-message p:first-child{font-size:1.5rem;margin-bottom:.5rem}.lyrics-metadata{background:#ffffff1a;backdrop-filter:blur(10px);border-radius:8px;padding:1rem;border:1px solid rgba(255,255,255,.2)}.metadata-item{margin-bottom:.5rem;font-size:.9rem}.metadata-item:last-child{margin-bottom:0}.metadata-item strong{color:gold;margin-right:.5rem}.lyrics-preview{margin-top:1.5rem}.lyrics-stats{display:flex;justify-content:center;gap:2rem;padding:1rem;background:#ffffff0d;backdrop-filter:blur(10px);border-radius:16px}.stat-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#fffc;transition:all .3s ease}.stat-item:hover{color:#fff;transform:translateY(-1px)}.stat-icon{font-size:1.1rem;filter:drop-shadow(0 0 8px rgba(255,255,255,.3))}.stat-text{font-weight:500;letter-spacing:.02em}.music-info{width:100%}.music-info-content{background:transparent;backdrop-filter:none;border-radius:0;padding:0;box-shadow:none;text-align:center;position:relative;overflow:visible;transition:all .3s ease}.music-info-content:before{display:none}.music-info-content:hover{transform:none;box-shadow:none}.music-info-content{animation:none}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.music-info-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;opacity:.7}.cover-container{position:relative;margin-bottom:1rem;display:inline-block}.cover-controls{width:220px;margin:0 auto 1.5rem;display:flex;flex-direction:column;gap:.75rem;align-items:center}.cover-controls .play-pause-btn{width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 8px 20px #667eea66;margin-bottom:.5rem}.cover-controls .play-pause-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #667eea99}.cover-controls .play-pause-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.cover-controls .progress-container{width:100%;margin:.5rem 0}.cover-controls .progress-bar{width:100%;height:4px;border-radius:2px;background:#fff3;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none}.cover-controls .progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#667eea;cursor:pointer;box-shadow:0 2px 6px #0000004d}.cover-controls .progress-bar::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#667eea;cursor:pointer;border:none;box-shadow:0 2px 6px #0000004d}.cover-controls .volume-container{display:flex;align-items:center;gap:.5rem;width:100%}.cover-controls .volume-bar{flex:1;height:3px;border-radius:1.5px;background:#fff3;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none}.cover-controls .volume-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:10px;border-radius:50%;background:#667eea;cursor:pointer}.cover-controls .volume-bar::-moz-range-thumb{width:10px;height:10px;border-radius:50%;background:#667eea;cursor:pointer;border:none}.cover-image{width:220px;height:220px;border-radius:20px;object-fit:cover;box-shadow:0 20px 40px #0009,0 0 0 1px #ffffff1a;transition:all .4s ease;position:relative}.cover-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 50%);pointer-events:none}.cover-image.playing{animation:pulse 3s ease-in-out infinite;box-shadow:0 25px 50px #000000b3,0 0 30px #fff3,0 0 0 1px #fff3}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 20px 40px #0009,0 0 20px #ffffff1a}50%{transform:scale(1.03);box-shadow:0 25px 50px #000000b3,0 0 40px #ffffff4d}}.cover-placeholder{width:220px;height:220px;border-radius:20px;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);display:flex;align-items:center;justify-content:center;font-size:4rem;backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden}.cover-placeholder:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);animation:shimmer 2s infinite}.cover-placeholder:hover{background:linear-gradient(135deg,#ffffff26,#ffffff14)}.playing-indicator{position:absolute;bottom:10px;right:10px;display:flex;gap:2px;background:#000000b3;padding:4px 8px;border-radius:8px}.wave-bar{width:3px;height:12px;background:#fff;border-radius:2px;animation:wave 1s ease-in-out infinite}.wave-bar:nth-child(2){animation-delay:.2s}.wave-bar:nth-child(3){animation-delay:.4s}@keyframes wave{0%,to{height:12px}50%{height:6px}}.track-info{color:#fff}.track-title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(45deg,#fff,#f0f8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.track-artist{font-size:1.1rem;margin:0 0 .25rem;opacity:.9}.track-album{font-size:.9rem;margin:0 0 1rem;opacity:.7;font-style:italic}.track-time{font-size:.9rem;font-weight:600;opacity:.8}.separator{margin:0 .5rem}@media (max-width: 768px){html,body{height:100%;margin:0;padding:0;overflow:hidden}.app{padding:0;margin:0;height:100vh;min-height:100vh;max-height:100vh;display:flex;flex-direction:column;position:fixed;inset:0;width:100vw;max-width:100vw}.app-header{display:none}.app-main{flex:1;padding:0;margin:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;max-width:100%;max-height:100vh;overflow:hidden;position:relative}.file-inputs{display:none}.player-section{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100%;padding:0 1.5rem;box-sizing:border-box;padding-top:8vh;position:relative}.music-display{grid-template-columns:1fr;gap:0;width:100%;max-width:400px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.music-info-content{background:transparent;backdrop-filter:none;border-radius:0;padding:0;box-shadow:none;text-align:center;margin-bottom:0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.music-info-content .track-info{opacity:0;visibility:hidden;pointer-events:none}.music-info-content .track-title-container,.music-info-content .cover-container,.music-info-content .cover-controls{opacity:1;visibility:visible;pointer-events:auto}.cover-container{margin-bottom:1rem;display:flex;justify-content:center}.track-title-container{margin-bottom:1.5rem;text-align:center}.track-title-container .track-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.3)}.cover-image,.cover-placeholder{width:min(280px,70vw);height:min(280px,70vw);border-radius:24px;box-shadow:0 20px 60px #0006,0 8px 20px #0003}.cover-image.playing{box-shadow:0 25px 80px #00000080,0 0 40px #ffffff1a}.track-info{margin-bottom:1rem;text-align:center;width:100%}.track-artist{font-size:1.1rem;font-weight:400;color:#fffc;margin-bottom:.25rem}.track-album{font-size:.95rem;font-weight:300;color:#fff9;margin-bottom:.5rem}.cover-controls{width:100%;max-width:min(320px,90vw);margin:1rem auto 0;display:flex;flex-direction:column;gap:1.2rem;align-items:center;flex-shrink:0}.cover-controls .progress-container{width:100%;margin:0;position:relative}.cover-controls .progress-bar{width:100%;height:4px;border-radius:2px;background:#ffffff4d;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none;transition:all .2s ease;backdrop-filter:blur(5px)}.cover-controls .progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 2px 8px #0000004d;transition:all .2s ease}.cover-controls .progress-bar::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 2px 8px #0000004d}.progress-time{display:flex;justify-content:space-between;width:100%;font-size:.85rem;color:#fffc;margin-top:.5rem;font-weight:400;text-shadow:0 1px 3px rgba(0,0,0,.3)}.mobile-controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin:.5rem 0}.control-btn{width:48px;height:48px;border-radius:50%;border:none;background:#ffffff1a;backdrop-filter:blur(10px);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:1.2rem}.control-btn:hover{background:#fff3;transform:scale(1.05)}.cover-controls .play-pause-btn{width:72px;height:72px;border-radius:50%;border:none;background:#fffffff2;backdrop-filter:blur(10px);color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 8px 25px #0006;font-size:1.5rem}.cover-controls .play-pause-btn .play-icon{border-left-color:#000!important}.cover-controls .play-pause-btn .pause-icon{color:#000!important}.cover-controls .play-pause-btn .pause-icon:before,.cover-controls .play-pause-btn .pause-icon:after{background-color:#000!important}.cover-controls .play-pause-btn:hover{transform:scale(1.05);box-shadow:0 12px 35px #0006}.cover-controls .play-pause-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.bottom-controls{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:1rem;gap:1rem}@media (min-width: 769px){.bottom-controls{justify-content:center}.lyrics-btn{display:none}.mobile-controls{display:flex!important;flex-direction:row!important;align-items:center;justify-content:center;gap:2rem;margin:.5rem 0}.cover-controls .progress-container .progress-time{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;font-size:.85rem!important;color:#fffc!important;margin-top:.5rem!important;font-weight:400!important;text-shadow:0 1px 3px rgba(0,0,0,.3)!important;gap:1rem!important}.cover-controls .progress-container .progress-time span{display:block!important;min-width:45px!important;flex-shrink:0!important}.cover-controls .progress-container .progress-time span:first-child{text-align:left!important;margin-right:auto!important}.cover-controls .progress-container .progress-time span:last-child{text-align:right!important;margin-left:auto!important}}.lyrics-btn{width:48px;height:48px;border-radius:50%;border:none;background:#ffffffe6;backdrop-filter:blur(10px);color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 20px #0003;font-size:1.3rem}.lyrics-btn:hover{transform:scale(1.1);box-shadow:0 6px 25px #0000004d}.bottom-controls .volume-container{display:flex;align-items:center;gap:1rem;flex:1;max-width:200px}.bottom-controls .volume-bar{flex:1;height:3px;border-radius:1.5px;background:#fff3;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none}.bottom-controls .volume-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 1px 4px #0000004d}.bottom-controls .volume-bar::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 1px 4px #0000004d}.lyrics-toggle-btn,.lyrics-display{display:none}.lyrics-display.mobile-show{display:block;position:fixed;top:0;left:0;width:100%;height:100%;z-index:200;background:#000000f2;backdrop-filter:blur(20px)}.lyrics-close-btn{position:fixed;top:2rem;right:2rem;width:48px;height:48px;border-radius:50%;border:none;background:#ffffffe6;backdrop-filter:blur(10px);color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 20px #0000004d;font-size:1.2rem;font-weight:700;z-index:300}.lyrics-close-btn:hover{transform:scale(1.1);box-shadow:0 6px 25px #0006;background:#fff}.lyrics-container{height:100vh!important;margin:0;border-radius:0}.audio-player{padding:1.5rem;max-width:100%}.play-pause-btn{width:55px;height:55px}.play-icon{border-left:10px solid white;border-top:6px solid transparent;border-bottom:6px solid transparent;margin-left:2px}.pause-icon{width:14px;height:14px}.pause-icon:before,.pause-icon:after{width:3px;height:14px}.player-controls{flex-direction:column;gap:1rem;align-items:center}.time-info{margin-left:0;order:-1}.lyrics-container{height:500px!important}.lyrics-stats{flex-direction:column;gap:1rem;text-align:center}.demo-section{padding:1.5rem;margin-top:2rem}.demo-features ul{text-align:center}}@media (max-width: 480px){.player-section{padding:0 1rem;padding-top:6vh}.cover-image,.cover-placeholder{width:min(240px,65vw);height:min(240px,65vw);border-radius:20px}.track-title-container .track-title{font-size:1.6rem!important}.track-artist{font-size:1rem!important}.track-album{font-size:.9rem!important}.cover-controls{max-width:min(280px,85vw);gap:1rem}.mobile-controls{gap:1.5rem}.control-btn{width:44px;height:44px;font-size:1.1rem}.cover-controls .play-pause-btn{width:64px;height:64px;font-size:1.3rem}.lyrics-toggle-btn{bottom:1.5rem;right:1.5rem;width:52px;height:52px;font-size:1.2rem}.progress-time{font-size:.8rem}.lyrics-container{height:100vh!important}.lyrics-close-btn{top:1.5rem;right:1.5rem;width:44px;height:44px;font-size:1.1rem}}@media (min-width: 1200px){.app-main{padding:3rem 2rem}.music-display{gap:3rem}.cover-image,.cover-placeholder{width:250px;height:250px}.cover-controls{width:250px}.lyrics-container{height:650px!important}}.amll-lyric-line .amll-translation-line:empty,.amll-lyric-line .amll-translation-line:contains("undefined"),.amll-lyric-line .amll-translation-line[data-text=""],.amll-lyric-line .amll-translation-line[data-text=undefined]{display:none!important}.amll-lyric-line .amll-translation-line{&:has-text("undefined"){display:none!important}}
