: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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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}}*{margin:0;padding:0;box-sizing:border-box}::selection{background:#5d4e37;color:#fff}::-moz-selection{background:#5d4e37;color:#fff}body{font-family:Georgia,serif;background:linear-gradient(135deg,#f5f1eb,#e8ddd4);min-height:100vh;color:#4a4a4a;justify-content:center}.app{min-height:100vh;padding:2rem 1rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.container{width:100%;max-width:1200px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:3rem;box-shadow:0 8px 32px #8b735526;border:1px solid rgba(255,255,255,.2)}.header{text-align:center;margin-bottom:3rem}.title{font-size:2.8rem;font-weight:400;color:#5d4e37;margin-bottom:.5rem;line-height:1.3;font-family:Georgia,serif;letter-spacing:-.5px}.artist{font-size:1.1rem;color:#8b7355;font-weight:400;font-style:italic}.album-cover-container{display:flex;justify-content:center;margin-bottom:2rem}.album-cover{width:260px;height:260px;border-radius:8px;background:linear-gradient(135deg,#d4b896,#b8956a);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #8b735540;border:3px solid #f9f7f4}.album-cover img{border-radius:8px}.cover-placeholder{color:#ffffffb3;opacity:.8}.player{background:#f9f7f4;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:inset 0 2px 8px #8b73551a;border:1px solid #e8e0d6}.player-controls{display:flex;align-items:center;gap:1rem}.play-button{width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,#8b7355,#5d4e37);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0}.play-button:hover{transform:scale(1.05);box-shadow:0 6px 16px #8b73554d}.play-button:active{transform:scale(.95)}.progress-container{display:flex;align-items:center;gap:1rem;flex:1}.time{font-size:.9rem;color:#8b7355;font-weight:400;min-width:45px;font-family:Georgia,serif}.progress-bar{flex:1;height:4px;border-radius:2px;background:#e8e0d6;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.progress-bar::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#8b7355;cursor:pointer;box-shadow:0 2px 4px #8b73554d}.progress-bar::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#8b7355;cursor:pointer;border:none;box-shadow:0 2px 4px #8b73554d}.main-content{display:flex;gap:3rem;align-items:flex-start}.left-column{flex:1;max-width:500px}.right-column{flex:1;min-width:400px}.mobile-lyrics{display:none}@media (max-width: 1024px){.main-content{flex-direction:column;align-items:center;gap:2rem}.left-column{max-width:none;width:100%;display:flex;flex-direction:column;align-items:center}.right-column{min-width:auto;width:100%;max-width:600px}.mobile-lyrics{display:none}}@media (max-width: 768px){.app{padding:0;align-items:stretch}.container{padding:1.5rem 1rem;margin:0;max-width:none;border-radius:0;width:100vw;min-height:100vh}.main-content{flex-direction:column;gap:2rem;align-items:center}.left-column{max-width:none;width:100%;display:flex;flex-direction:column;align-items:center}.right-column{display:none}.mobile-lyrics{display:block;width:100%;max-width:600px;margin:0 auto}.title{font-size:2.2rem}.album-cover{width:200px;height:200px}.player{padding:1.5rem;width:100%;max-width:500px}.player-controls{flex-direction:column;gap:1.5rem}.progress-container{width:100%}.play-button{width:50px;height:50px}}@media (max-width: 480px){.container{padding:1rem .5rem}.title{font-size:1.8rem}.album-cover{width:160px;height:160px}}.download-section{text-align:center;margin-bottom:2rem}.download-button{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.8rem;background:linear-gradient(135deg,#8b7355,#5d4e37);color:#fff;border:none;border-radius:4px;font-size:.95rem;font-weight:400;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;font-family:Georgia,serif}.download-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #8b73554d}.download-button:active{transform:translateY(0)}.credits{margin-top:1rem;padding:1.5rem 2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;max-width:1200px;margin-left:auto;margin-right:auto}.credits-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.copyright{font-size:1rem;font-weight:600;color:#5d4e37;margin-bottom:.5rem;font-family:Georgia,serif}.credits-list{display:flex;flex-direction:column;gap:.3rem}.credits-list p{font-size:.85rem;color:#8b7355;font-style:italic;margin:0;font-family:Georgia,serif}@media (max-width: 768px){.credits{margin:0;padding:1rem;border-radius:0;background:#ffffff80}.copyright{font-size:.9rem}.credits-list p{font-size:.8rem}}@media (max-width: 480px){.credits{margin-left:.5rem;margin-right:.5rem;padding:.8rem}}.lyrics-section{margin-top:0;height:fit-content}.lyrics-section h2{font-size:1.8rem;font-weight:400;color:#5d4e37;margin-bottom:2rem;text-align:center;font-family:Georgia,serif;letter-spacing:.5px}.lyrics{display:flex;flex-direction:column;gap:1.5rem}.verse,.pre-chorus,.chorus,.bridge,.outro{padding:1.2rem;border-radius:4px;background:#fdfcfb;border-left:3px solid #d4b896;box-shadow:0 1px 3px #00000014;min-width:340px}.chorus{background:#faf7f2;border-left-color:#b8956a;font-weight:500}.lyrics h3{font-size:.85rem;font-weight:600;margin-bottom:.8rem;color:#8b7355;text-transform:uppercase;letter-spacing:1px;font-family:Georgia,serif}.lyrics p{line-height:1.6;color:#4a4a4a;font-size:.95rem;font-family:Georgia,serif;font-style:italic}@media (max-width: 768px){.lyrics-section{margin-top:1rem;padding:2rem 1.5rem}.lyrics{gap:2rem}.verse,.pre-chorus,.chorus,.bridge,.outro{padding:1.5rem;min-width:auto}.lyrics-section h2{font-size:1.8rem}.lyrics h3{font-size:.9rem;margin-bottom:1rem}.lyrics p{font-size:1rem;line-height:1.7}}@media (max-width: 480px){.lyrics-section{padding:1.5rem 0}.lyrics-section h2{font-size:1.5rem}.lyrics p{font-size:.95rem}}
