*{margin:0;padding:0;box-sizing:border-box}html,body,#app{height:100%}body{font-family:Segoe UI,Microsoft YaHei,sans-serif;background:#f5f5f5;color:#333}.app{height:100vh;display:flex;flex-direction:column}.new-confirm-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:row;align-items:center;justify-content:center;z-index:1000}.new-confirm-dialog{background:#fff;border-radius:16px;box-shadow:0 18px 50px #0003;width:320px;padding:24px 24px 20px;text-align:center}.new-confirm-title{font-size:18px;font-weight:600;color:#2c3e50;margin-bottom:12px}.new-confirm-text{font-size:14px;color:#666;margin-bottom:20px;line-height:1.6}.new-confirm-actions{display:flex;flex-direction:row;gap:12px}.new-confirm-cancel,.new-confirm-ok{flex:1;height:40px;border:none;border-radius:10px;font-size:14px;cursor:pointer}.new-confirm-cancel{background:#f0f0f0;color:#666}.new-confirm-ok{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff}.save-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:row;align-items:center;justify-content:center;z-index:1000}.save-dialog{background:#fff;border-radius:16px;box-shadow:0 18px 50px #0003;width:340px;padding:22px 24px 20px}.save-title{font-size:17px;font-weight:600;color:#2c3e50;margin-bottom:16px;text-align:center}.save-field{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:18px}.save-field label{font-size:13px;color:#666;flex-shrink:0}.save-field input{flex:1;min-width:0;height:38px;border:1px solid #dfe3ea;border-radius:10px;padding:0 12px;font-size:14px;color:#333;outline:none;transition:border-color .15s}.save-field input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1f}.save-actions{display:flex;flex-direction:row;gap:12px}.save-cancel,.save-ok{flex:1;height:40px;border:none;border-radius:10px;font-size:14px;cursor:pointer}.save-cancel{background:#f0f0f0;color:#666}.save-ok{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff}.save-ok:disabled{opacity:.6;cursor:default}.app-toast{position:fixed;top:60px;left:50%;transform:translate(-50%);background:#1e232de0;color:#fff;font-size:13px;padding:9px 22px;border-radius:20px;z-index:2000;box-shadow:0 6px 18px #00000040;pointer-events:none}.header{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;padding:12px 20px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;flex-shrink:0}.header-right{display:flex;flex-direction:row;align-items:center;gap:8px}.user-btn{background:#ffffff26;border-color:#ffffffb3;font-weight:600}.help-btn{padding:6px 16px;border:1px solid rgba(255,255,255,.6);border-radius:16px;background:transparent;color:#fff;cursor:pointer;font-size:13px}.help-btn:hover{background:#fff3}.header h1{font-size:22px;font-weight:600}.header .ver{font-size:12px;opacity:.7}.main{display:flex;flex-direction:row;flex:1;overflow:hidden}.mobile-switch,.menu-btn{display:none}.editor-panel{width:560px;min-width:300px;display:flex;flex-direction:column;border-right:1px solid #ddd;background:#fff}.track-tabs{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px;padding:8px 10px;border-bottom:1px solid #eee;background:#fafafa}.track-tab{padding:5px 12px;border-radius:14px;font-size:12px;cursor:pointer;background:#eee;color:#555}.track-tab:hover{background:#e0e0e0}.track-tab.active{background:#3498db;color:#fff}.editor-panel textarea{flex:1;border:none;padding:16px;font-family:Consolas,Courier New,monospace;font-size:14px;line-height:1.6;resize:none;outline:none;background:#fafafa}.editor-panel textarea:focus{background:#fff}.controls{padding:12px 16px;border-top:1px solid #eee;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;align-items:center}.controls label{font-size:12px;color:#666;display:flex;flex-direction:row;align-items:center;gap:4px}.controls select,.controls input{padding:4px 8px;border:1px solid #ccc;border-radius:4px;font-size:13px;background:#fff}.controls select{min-width:60px}.controls input[type=number]{width:90px}.controls button{padding:5px 14px;background:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px}.controls button:hover{background:#2980b9}.controls .play-btn{min-width:72px;background:linear-gradient(135deg,#27ae60,#2ecc71);box-shadow:0 2px 8px #27ae6059;transition:filter .15s,box-shadow .15s,transform .1s}.controls .play-btn:hover{filter:brightness(1.08)}.controls .play-btn:active{transform:scale(.96)}.controls .play-btn.playing{background:linear-gradient(135deg,#e67e22,#f39c12);box-shadow:0 2px 8px #e67e2266}.track-count{font-size:12px;color:#999;margin-left:auto}.preview-panel{flex:1;display:flex;flex-direction:column;overflow:hidden}.tabs{display:flex;flex-direction:row;border-bottom:1px solid #ddd;background:#fff;flex-shrink:0}.tab{padding:10px 24px;cursor:pointer;font-size:14px;color:#666;border-bottom:2px solid transparent;transition:all .2s;-webkit-user-select:none;user-select:none}.tab:hover{color:#3498db}.tab.active{color:#3498db;border-bottom-color:#3498db;font-weight:600}.canvas-wrap{flex:1;overflow:auto;background:#fff;padding:8px;position:relative}.play-progress{position:sticky;top:0;z-index:10;height:6px;margin:-8px -8px 6px;background:#0000000f;cursor:pointer}.play-progress-fill{height:100%;width:0;background:linear-gradient(90deg,#27ae60,#2ecc71);transition:width .05s linear}.play-highlight{position:absolute;z-index:9;pointer-events:none;background:#27ae601f;border:1.5px solid rgba(39,174,96,.65);border-radius:4px}.play-cursor{position:absolute;z-index:9;pointer-events:none;width:2px;background:#e74c3c;border-radius:1px;box-shadow:0 0 4px #e74c3c99}.score-canvas{display:block;border:1px solid #eee;border-radius:4px}.tab-canvas{display:none}.tab-canvas.show{display:flex;flex-direction:column;align-items:center}@media (max-width: 768px){.header{position:relative;padding:8px 12px;gap:10px}.header h1{font-size:16px;white-space:nowrap;flex-shrink:0}.header-right{display:none;position:absolute;top:100%;right:12px;flex-direction:column;align-items:stretch;min-width:136px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000002e;padding:6px;gap:2px;z-index:500}.header-right.open{display:flex}.help-btn{padding:10px 14px;font-size:14px;flex-shrink:0;border:none;background:transparent;color:#333;border-radius:8px;text-align:left}.help-btn:hover{background:#f4f5fb}.user-btn{background:transparent;border-color:transparent;font-weight:600}.menu-btn{display:flex;align-items:center;justify-content:center;width:32px;height:30px;border:1px solid rgba(255,255,255,.6);border-radius:15px;background:transparent;color:#fff;font-size:18px;line-height:1;cursor:pointer;flex-shrink:0}.menu-btn:active{background:#fff3}.main{flex-direction:column}.mobile-switch{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:8px 12px;background:#fff;border-bottom:1px solid #eee;flex-shrink:0}.ms-btn{flex:1;max-width:150px;height:34px;border:none;border-radius:17px;background:transparent;color:#666;font-size:13px;cursor:pointer;transition:background .15s,color .15s}.ms-btn.active{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;box-shadow:0 2px 8px #3498db59}.editor-panel{width:auto;min-width:0;flex:1;border-right:none;border-bottom:1px solid #ddd}.preview-panel{flex:1;min-height:0}.main.editor-mode .preview-panel,.main.score-mode .editor-panel{display:none}.tabs{overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{padding:8px 14px;font-size:12px;flex-shrink:0}.controls{flex-wrap:wrap;gap:6px 8px;padding:8px 10px}.editor-panel textarea{font-size:16px;padding:12px}.save-field input{font-size:16px}.canvas-wrap canvas{width:100%!important;height:auto!important}}.help-mask[data-v-bc9a39f3]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100}.help-dialog[data-v-bc9a39f3]{width:620px;max-width:92vw;max-height:82vh;background:#fff;border-radius:10px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 8px 30px #0000004d}.help-head[data-v-bc9a39f3]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eee;font-weight:700}.help-close[data-v-bc9a39f3]{border:none;background:transparent;font-size:20px;line-height:1;cursor:pointer;color:#888}.help-close[data-v-bc9a39f3]:hover{color:#333}.help-body[data-v-bc9a39f3]{padding:14px 18px;overflow-y:auto;font-size:13px;line-height:1.7;color:#444}.help-body h4[data-v-bc9a39f3]{margin:10px 0 4px;color:#2c3e50;border-left:3px solid #3498db;padding-left:8px}.help-body p[data-v-bc9a39f3]{margin:4px 0}.lm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:99999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.lm-container{width:100%;max-width:450px;padding:16px;max-height:100vh}.lm-page{position:relative}.lm-mask{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;border-radius:16px}.lm-content{position:relative;background:#16161e;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000080;max-height:90vh;border:1px solid rgba(255,255,255,.08)}.lm-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.lm-header.lm-header-center{justify-content:center}.lm-title{font-size:20px;font-weight:700;flex:1;text-align:center}.lm-back,.lm-close{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;background:#fff3;color:#fff;font-size:18px;border:none;padding:0;flex-shrink:0}.lm-back:hover,.lm-close:hover{background:#ffffff4d;transform:scale(1.1)}.lm-body{padding:32px 24px;overflow-y:auto}.lm-input-group{margin-bottom:20px}.lm-label{display:block;margin-bottom:8px;font-weight:600;color:#ffffff9e;font-size:14px}.lm-input{width:100%;padding:12px 16px;border:2px solid rgba(255,255,255,.08);border-radius:8px;font-size:14px;transition:all .2s;box-sizing:border-box;font-family:inherit;background:#0f0f16;color:#fff}.lm-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.lm-input::placeholder{color:#fff6}.lm-input-with-button{display:flex;gap:8px}.lm-input-with-button .lm-input{flex:1}.lm-sms-btn{padding:12px 20px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s;font-size:14px}.lm-sms-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}.lm-sms-btn:disabled{opacity:.5;cursor:not-allowed}.lm-button-group{margin-top:24px}.lm-btn{width:100%;padding:14px 24px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.lm-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 15px #6366f166}.lm-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6366f180}.lm-btn:disabled{opacity:.5;cursor:not-allowed}.lm-link-group{display:flex;justify-content:space-between;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}.lm-link-group-center{justify-content:center}.lm-link{color:#6366f1;text-decoration:none;font-weight:500;cursor:pointer;transition:all .2s;font-size:14px}.lm-link:hover{color:#8b5cf6;text-decoration:underline}@media (max-width: 768px){.lm-container{padding:12px;max-height:100vh}.lm-content{max-height:100vh;border-radius:0}.lm-body{padding:24px 16px;max-height:calc(100vh - 80px)}.lm-title{font-size:18px}.lm-input{padding:10px 14px;font-size:13px}.lm-btn{padding:12px 20px;font-size:15px}}.uc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:99998;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.uc-card{width:100%;max-width:420px;margin:16px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 24px 64px #02081759;border:1px solid rgba(255,255,255,.6)}.uc-head{display:flex;align-items:center;gap:14px;padding:24px 24px 22px;background:linear-gradient(135deg,#6366f1,#8b5cf6 55%,#a855f7);color:#fff}.uc-avatar{width:52px;height:52px;border-radius:50%;background:#ffffff38;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;flex-shrink:0}.uc-head-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.uc-title{font-size:20px;font-weight:700}.uc-welcome{font-size:13px;opacity:.85}.uc-close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;background:#fff3;color:#fff;font-size:16px;flex-shrink:0}.uc-close:hover{background:#ffffff52;transform:rotate(90deg)}.uc-body{padding:20px;display:flex;flex-direction:column;gap:12px;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.uc-row{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0f172a0d;border:1px solid #eef2f7}.uc-row-last{margin-bottom:0}.uc-row-label{width:92px;flex-shrink:0;font-size:13px;font-weight:600;color:#64748b}.uc-row-main{flex:1;min-width:0;display:flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:#0f172a}.uc-num{font-size:24px;font-weight:700;color:#6366f1;line-height:1}.uc-unit{font-size:13px;color:#94a3b8;font-weight:500}.uc-badge{display:inline-block;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:600;background:#f1f5f9;color:#64748b}.uc-badge.active{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;box-shadow:0 4px 12px #f5576c59}.uc-btn{padding:9px 16px;border:none;border-radius:12px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;white-space:nowrap}.uc-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 12px #6366f159}.uc-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #6366f173}.uc-btn-accent{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;box-shadow:0 4px 12px #f5576c59}.uc-btn-accent:hover{transform:translateY(-1px);box-shadow:0 6px 16px #f5576c73}.uc-btn-ghost{width:34px;height:34px;padding:0;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#64748b;font-size:16px;cursor:pointer;transition:all .2s;flex-shrink:0}.uc-btn-ghost:hover{background:#ede9fe;color:#6366f1;transform:rotate(180deg)}.json-mask[data-v-7551624d]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100}.json-dialog[data-v-7551624d]{width:520px;max-width:92vw;background:#fff;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 40px #00000047}.json-head[data-v-7551624d]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #f0f0f0;font-weight:700;font-size:15px;color:#2c3e50}.json-close[data-v-7551624d]{border:none;background:transparent;font-size:20px;line-height:1;cursor:pointer;color:#999;width:28px;height:28px;border-radius:50%}.json-close[data-v-7551624d]:hover{color:#333;background:#f2f2f2}.json-body[data-v-7551624d]{padding:14px 18px;font-size:13px;color:#444}.json-tabs[data-v-7551624d]{display:flex;flex-direction:row;gap:8px;margin-bottom:12px}.json-tab[data-v-7551624d]{padding:6px 16px;border-radius:16px;background:#f4f5f7;cursor:pointer;color:#666}.json-tab.active[data-v-7551624d]{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.json-file-area[data-v-7551624d]{display:flex;flex-direction:column}.json-dropzone[data-v-7551624d]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:150px;border:2px dashed #d5d8e2;border-radius:14px;cursor:pointer;text-align:center;padding:18px;transition:border-color .15s,background .15s,transform .15s;background:#fafbfd}.json-dropzone[data-v-7551624d]:hover{border-color:#a5a8f5;background:#f6f6ff}.json-dropzone.filled[data-v-7551624d]{border-color:#6366f1;border-style:solid;background:#f4f4ff}.dropzone-icon[data-v-7551624d]{font-size:30px;line-height:1}.dropzone-main[data-v-7551624d]{margin:0;font-size:13px;font-weight:600;color:#555}.dropzone-name[data-v-7551624d]{margin:0;font-size:13px;font-weight:600;color:#6366f1;word-break:break-all}.dropzone-hint[data-v-7551624d]{margin:0;font-size:11px;color:#aaa}.json-text-area textarea[data-v-7551624d]{width:100%;height:220px;box-sizing:border-box;resize:vertical;border:1px solid #e2e4ea;border-radius:10px;padding:10px;font-size:12px;font-family:Consolas,monospace;line-height:1.5}.json-text-area textarea[data-v-7551624d]:focus{outline:none;border-color:#8b5cf6}.json-error[data-v-7551624d]{margin:10px 0 0;color:#e74c3c;font-size:12px}.json-foot[data-v-7551624d]{display:flex;flex-direction:row;justify-content:flex-end;gap:10px;padding:12px 18px 16px}.json-btn[data-v-7551624d]{border:none;border-radius:10px;padding:8px 22px;font-size:13px;cursor:pointer}.json-btn.cancel[data-v-7551624d]{background:#f2f3f5;color:#666}.json-btn.ok[data-v-7551624d]{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 12px #6366f159}.json-btn.ok[data-v-7551624d]:hover{filter:brightness(1.08)}.mp-mask[data-v-76849993]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100}.mp-dialog[data-v-76849993]{width:460px;max-width:92vw;max-height:72vh;background:#fff;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 40px #00000047}.mp-head[data-v-76849993]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #f0f0f0;font-weight:700;font-size:15px;color:#2c3e50}.mp-count[data-v-76849993]{margin-left:8px;font-style:normal;font-weight:400;font-size:12px;color:#9aa0ab}.mp-close[data-v-76849993]{border:none;background:transparent;font-size:20px;line-height:1;cursor:pointer;color:#999;width:28px;height:28px;border-radius:50%}.mp-close[data-v-76849993]:hover{color:#333;background:#f2f2f2}.mp-body[data-v-76849993]{padding:12px 18px 16px;overflow-y:auto}.mp-tip[data-v-76849993]{padding:32px 0;text-align:center;color:#999;font-size:13px}.mp-error[data-v-76849993]{padding:20px 0;text-align:center;color:#e74c3c;font-size:13px}.mp-list[data-v-76849993]{display:flex;flex-direction:column;gap:8px}.mp-item[data-v-76849993]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid #eef0f4;border-radius:12px;background:#fafbfd;transition:background .15s}.mp-item[data-v-76849993]:hover{background:#f4f5fb}.mp-info[data-v-76849993]{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mp-name[data-v-76849993]{font-size:13px;font-weight:600;color:#2c3e50;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mp-meta[data-v-76849993]{font-size:11px;color:#9aa0ab}.mp-ops[data-v-76849993]{display:flex;flex-direction:row;gap:6px;flex-shrink:0}.mp-btn[data-v-76849993]{border:none;border-radius:8px;padding:6px 14px;font-size:12px;cursor:pointer;transition:filter .15s}.mp-btn[data-v-76849993]:disabled{opacity:.6;cursor:default}.mp-btn.load[data-v-76849993]{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 2px 8px #6366f14d}.mp-btn.load[data-v-76849993]:hover{filter:brightness(1.08)}.mp-btn.del[data-v-76849993]{background:#f2f3f5;color:#888}.mp-btn.del[data-v-76849993]:hover{background:#fdecec;color:#e74c3c}.mp-btn.del.confirm[data-v-76849993]{background:#e74c3c;color:#fff;box-shadow:0 2px 8px #e74c3c59}.mp-more[data-v-76849993]{display:flex;flex-direction:row;justify-content:center;padding-top:10px}.mp-more button[data-v-76849993]{padding:7px 22px;border:1px solid #e2e5ec;border-radius:16px;background:#fff;color:#556;font-size:12px;cursor:pointer;transition:all .15s}.mp-more button[data-v-76849993]:hover:not(:disabled){border-color:#3498db;color:#3498db}.mp-more button[data-v-76849993]:disabled{opacity:.6;cursor:default}.lib-page[data-v-f69734ef]{height:100vh;display:flex;flex-direction:column;background:#f5f6fa}.lib-header[data-v-f69734ef]{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 16px;background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;flex-shrink:0}.lib-back[data-v-f69734ef]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#ffffff26;color:#fff;font-size:18px;text-decoration:none;flex-shrink:0}.lib-header h1[data-v-f69734ef]{font-size:18px;font-weight:600;margin:0}.lib-search[data-v-f69734ef]{display:flex;flex-direction:row;gap:8px;padding:12px 16px;max-width:672px;width:100%;margin:0 auto;box-sizing:border-box;flex-shrink:0}.lib-search input[data-v-f69734ef]{flex:1;min-width:0;height:36px;border:1px solid #e2e5ec;border-radius:18px;padding:0 14px;font-size:14px;color:#333;outline:none;background:#fff;transition:border-color .15s}.lib-search input[data-v-f69734ef]:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1f}.lib-search button[data-v-f69734ef]{height:36px;padding:0 18px;border:none;border-radius:18px;background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;font-size:13px;cursor:pointer;flex-shrink:0;transition:filter .15s}.lib-search button[data-v-f69734ef]:hover{filter:brightness(1.1)}.lib-body[data-v-f69734ef]{flex:1;overflow-y:auto;padding:14px 16px 24px}.lib-tip[data-v-f69734ef],.lib-error[data-v-f69734ef]{padding:48px 0;text-align:center;font-size:13px;color:#999}.lib-error[data-v-f69734ef]{color:#e74c3c}.lib-list[data-v-f69734ef]{display:flex;flex-direction:column;gap:10px;max-width:640px;margin:0 auto}.lib-item[data-v-f69734ef]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000f;text-decoration:none;transition:transform .15s,box-shadow .15s}.lib-item[data-v-f69734ef]:hover{transform:translateY(-1px);box-shadow:0 4px 14px #0000001a}.lib-info[data-v-f69734ef]{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.lib-name[data-v-f69734ef]{font-size:14px;font-weight:600;color:#2c3e50;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lib-meta[data-v-f69734ef]{font-size:12px;color:#9aa0ab}.lib-arrow[data-v-f69734ef]{font-size:20px;color:#c0c4cc;flex-shrink:0}.lib-more[data-v-f69734ef]{display:flex;flex-direction:row;justify-content:center;padding-top:14px}.lib-more button[data-v-f69734ef]{padding:8px 26px;border:1px solid #e2e5ec;border-radius:18px;background:#fff;color:#556;font-size:13px;cursor:pointer;transition:all .15s}.lib-more button[data-v-f69734ef]:hover:not(:disabled){border-color:#3498db;color:#3498db}.lib-more button[data-v-f69734ef]:disabled{opacity:.6;cursor:default}.show-page[data-v-c6be4a16]{height:100vh;display:flex;flex-direction:column;background:#f5f6fa}.show-header[data-v-c6be4a16]{display:flex;flex-direction:row;align-items:center;gap:12px;padding:10px 16px;background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;flex-shrink:0}.show-back[data-v-c6be4a16]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#ffffff26;color:#fff;font-size:18px;text-decoration:none;flex-shrink:0}.show-head-info[data-v-c6be4a16]{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.show-header h1[data-v-c6be4a16]{font-size:17px;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.show-meta[data-v-c6be4a16]{margin:0;font-size:12px;opacity:.75}.show-body[data-v-c6be4a16]{flex:1;overflow:hidden;display:flex;flex-direction:column}.show-tip[data-v-c6be4a16],.show-error[data-v-c6be4a16]{padding:48px 0;text-align:center;font-size:13px;color:#999}.show-error[data-v-c6be4a16]{color:#e74c3c}.show-tabs-row[data-v-c6be4a16]{display:flex;flex-direction:row;align-items:center;background:#fff;border-bottom:1px solid #e5e7ee;flex-shrink:0}.show-tabs-row .tabs[data-v-c6be4a16]{flex:1;min-width:0;border-bottom:none}.show-tabs-row .play-btn[data-v-c6be4a16]{margin-right:12px;flex-shrink:0;min-width:72px;height:30px;border:none;border-radius:15px;font-size:13px;color:#fff;cursor:pointer;background:linear-gradient(135deg,#27ae60,#2ecc71);box-shadow:0 2px 8px #27ae6059;transition:filter .15s,box-shadow .15s,transform .1s}.show-tabs-row .play-btn[data-v-c6be4a16]:hover{filter:brightness(1.08)}.show-tabs-row .play-btn[data-v-c6be4a16]:active{transform:scale(.96)}.show-tabs-row .play-btn.playing[data-v-c6be4a16]{background:linear-gradient(135deg,#e67e22,#f39c12);box-shadow:0 2px 8px #e67e2266}.play-btn[data-v-c6be4a16]:disabled{opacity:.5;cursor:default}
