.page-wrap,body{display:flex;min-height:100vh}.btn-download,a{text-decoration:none}*,::after,::before{box-sizing:border-box;margin:0;padding:0}.footer-inner,.song-list-inner{margin:0 auto;max-width:1000px}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,sans-serif;background:#f8f9fa;color:#111827;flex-direction:column;line-height:1.5}a{color:inherit}img{display:block;max-width:100%;height:auto}h1{font-size:24px}.page-wrap{flex-direction:column}main{flex:1}.header-inner,.logo{display:flex;align-items:center}header{background:linear-gradient(to right,#2563eb,#3b82f6);border-bottom:1px solid rgba(29,78,216,.3);box-shadow:0 4px 12px rgba(37,99,235,.25)}.header-inner{max-width:1000px;margin:0 auto;padding:16px 24px;justify-content:space-between;gap:32px}.logo{gap:10px;flex-shrink:0}.footer-inner,.logo-icon{display:flex;align-items:center}.logo-icon{width:36px;height:36px;background:rgba(255,255,255,.15);border-radius:10px;border:1px solid rgba(255,255,255,.3);justify-content:center}.logo-icon svg{width:20px;height:20px}.logo-text{font-size:18px;font-weight:900;letter-spacing:-.02em;color:#fff}.footer-copy,footer a{color:#6b7280;font-size:14px}.logo-text span{color:#bfdbfe}.search-wrap{position:relative;width:100%;max-width:420px}.search-wrap svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#9ca3af;pointer-events:none}.search-wrap input{width:100%;height:44px;border:none;border-radius:12px;padding:0 16px 0 42px;font-size:14px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.12);outline:0;color:#111827}.play-btn svg,footer a:hover{color:#2563eb}.search-wrap input::placeholder{color:#9ca3af}.search-wrap input:focus{box-shadow:0 0 0 3px rgba(255,255,255,.4),0 2px 8px rgba(0,0,0,.12)}footer{background:#fff;border-top:1px solid #e5e7eb;margin-top:24px}.footer-inner{padding:0 24px;height:75px;justify-content:space-between}.footer-links,.song-item{align-items:center;display:flex}.footer-links{gap:24px}footer a{font-weight:500;transition:color .15s}.song-list{padding:24px 0 0}.song-list-inner{padding:0 24px}.songs{display:flex;flex-direction:column;gap:8px;margin-top:16px}.song-item{gap:16px;border-radius:12px;border:1px solid;padding:8px 16px;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:box-shadow .15s,border-color .15s,background .15s;cursor:pointer}.song-item:hover{box-shadow:0 4px 10px rgba(0,0,0,.1)}.song-item:nth-child(2n){border-color:#bfdbfe;background:#eff6ff}.song-item:nth-child(2n):hover{border-color:#93c5fd;background:rgba(219,234,254,.6)}.song-item:nth-child(odd){border-color:#e5e7eb;background:#fff}.song-item:nth-child(odd):hover{border-color:#d1d5db;background:#f9fafb}.play-btn{width:32px;height:32px;border-radius:50%;background:rgba(37,99,235,.1);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .15s}.play-btn:hover{background:rgba(37,99,235,.2);transform:scale(1.05)}.play-btn svg{width:14px;height:14px;fill:#2563eb;margin-left:2px}.song-info{flex:1;min-width:0}.song-title-row{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-title-row strong{font-weight:600;color:#111827}.song-sep{color:#9ca3af;margin:0 6px}.song-artist{color:#6b7280}.song-duration{font-size:14px;font-weight:500;color:#6b7280;font-variant-numeric:tabular-nums;flex-shrink:0}.song-page{max-width:1000px;margin:0 auto;padding:24px 24px 0}.song-heading{margin-bottom:16px}.song-heading h1{font-size:24px;font-weight:700;color:#111827;line-height:1.25}.song-heading p{margin-top:4px;font-size:18px;color:#6b7280}.song-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 1px 4px rgba(0,0,0,.07)}.song-card-top{display:flex;flex-direction:row;gap:16px}.song-cover{flex-shrink:0;width:100px;height:100px;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.15)}.song-cover img{width:100%;height:100%;object-fit:cover}.song-meta-wrap{flex:1;display:flex;flex-direction:column;gap:8px}.song-meta{display:flex;flex-direction:column;gap:6px;order:2;font-size:14px}.song-meta-row{display:flex;align-items:center;gap:8px;color:#6b7280}.song-meta-row svg{width:14px;height:14px;flex-shrink:0}.song-meta-row span{font-weight:500;color:#111827}.category-tag{order:1;align-self:flex-start;flex-shrink:0;border:1px solid #bfdbfe;background:#eff6ff;border-radius:999px;padding:4px 12px;font-size:14px;font-weight:500;color:#2563eb;transition:background .15s}.category-tag:hover{background:#dbeafe}.song-player-wrap{margin-top:16px;display:flex;flex-direction:column;gap:12px}audio{width:100%;border-radius:8px}.btn-download{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(to right,#2563eb,#3b82f6);color:#fff;border:none;border-radius:8px;padding:10px 28px;font-size:16px;font-weight:500;cursor:pointer;box-shadow:0 2px 8px rgba(37,99,235,.3);transition:box-shadow .15s,filter .15s}.btn-download:hover{filter:brightness(1.07);box-shadow:0 4px 14px rgba(37,99,235,.4)}.btn-download svg{width:16px;height:16px}.download-center{display:flex;justify-content:center}.lyrics-heading{font-size:20px;font-weight:700;color:#111827;margin:24px 0 16px}.show-more-wrap,.similar-wrap{margin-top:24px}.lyrics-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;box-shadow:0 1px 4px rgba(0,0,0,.07)}.lyrics-text{font-size:15px;line-height:1.8;white-space:pre-line}.similar-heading{font-size:20px;font-weight:700;color:#111827;margin-bottom:16px}.hidden{display:none}@media (min-width:640px){.song-meta-wrap{flex-direction:row;align-items:flex-start;justify-content:space-between}.song-meta{order:1}.category-tag{order:2}}@media (max-width:600px){.header-inner{gap:12px}.logo-text{font-size:16px}.search-wrap input{height:40px}}@media (max-width:640px){.footer-inner{flex-direction:column;align-items:flex-start;height:auto;padding:16px 24px;gap:12px}.footer-links{flex-direction:column;gap:8px;align-items:flex-start}.song-title-row{display:flex;flex-direction:column;gap:2px}.song-sep{display:none}.song-list-inner{padding:0 12px}.song-page{padding:12px 12px 0}.song-list{padding-top:12px}}.song-card{margin-bottom:24px}.alert{display:flex;align-items:center;gap:12px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:12px 16px;font-size:14px;color:#374151;line-height:1.6}.alert svg{width:20px;height:20px;flex-shrink:0;align-self:center}.alert p{margin:0}.alert strong{color:#111827;font-weight:500}.navigation{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;padding:24px 0 0}.navigation a,.navigation span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 8px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:16px;font-weight:500;color:#374151;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:background .15s,border-color .15s,color .15s}.navigation a:hover{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.navigation span:not(.nav_ext){background:#2563eb;border-color:#2563eb;color:#fff;cursor:default}.show-more-wrap{display:flex;justify-content:center}.btn-show-more{background:linear-gradient(to right,#2563eb,#3b82f6);color:#fff;border:none;border-radius:999px;padding:10px 40px;font-size:15px;font-weight:500;cursor:pointer;box-shadow:0 4px 12px rgba(37,99,235,.35);transition:box-shadow .15s,transform .15s}.btn-show-more:hover{box-shadow:0 6px 18px rgba(37,99,235,.45)}.btn-show-more:active{transform:scale(.97)}