*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f5f5;color:#333;min-height:100vh}.page{display:flex;flex-direction:column;min-height:100vh}.header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 24px;background:#fff;box-shadow:0 1px 4px #0000000f;z-index:100}.header-left{font-size:20px;font-weight:600;color:#07c160;letter-spacing:.5px}.header-right{display:flex;align-items:center;gap:12px}.user-info{display:flex;align-items:center;gap:10px}.header-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.header-nickname{font-size:14px;color:#333;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-btn{padding:6px 16px;font-size:14px;border-radius:16px;cursor:pointer;transition:all .2s;border:none;background:#07c160;color:#fff}.header-btn:hover{background:#06ad56}.header-btn-outline{background:#fff;color:#07c160;border:1px solid #07c160}.header-btn-outline:hover{background:#e8f7ef}.main{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.container{text-align:center;padding:20px;max-width:400px;width:100%}h1{font-size:28px;margin-bottom:24px;color:#07c160}.card{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 16px #00000014}.card h2{font-size:20px;margin-bottom:16px}.card p{font-size:14px;color:#666;margin-bottom:12px;word-break:break-all}button{background:#07c160;color:#fff;border:none;border-radius:8px;padding:12px 32px;font-size:16px;cursor:pointer;transition:background .2s}button:hover{background:#06ad56}.error{color:#e64340;font-size:14px;margin-bottom:16px}.avatar{width:64px;height:64px;border-radius:50%;margin:12px auto;display:block}.lyrics-container{max-width:640px}.lyrics-card{width:100%;text-align:center;padding:28px 32px}.lyrics-title{color:#07c160;margin-bottom:6px;font-size:22px}.lyrics-subtitle{color:#999;font-size:13px;margin-bottom:20px}.lyrics-content{text-align:left;max-height:60vh;overflow-y:auto;padding-right:8px;font-size:14px;line-height:1.8;color:#444;white-space:pre-line}
