:root{--bg: #f5f5f5;--panel: #ffffff;--border: #d0d0d0;font-family:PingFang SC,Microsoft YaHei,微软雅黑,sans-serif}*{box-sizing:border-box}html,body{margin:0;height:100%}#app{display:flex;flex-direction:column;height:100vh}#toolbar{flex:0 0 auto;display:flex;align-items:center;gap:6px;padding:6px 10px;background:var(--panel);border-bottom:1px solid var(--border)}#toolbar button{padding:4px 10px;cursor:pointer}#toolbar .sep{width:1px;height:20px;background:var(--border);margin:0 6px}#body{flex:1 1 auto;display:flex;min-height:0}#code-pane{flex:0 0 38%;border-right:1px solid var(--border);overflow:auto;background:var(--panel)}#body.mixed #code-pane{display:none}.omr-recognize{background:#fff}.omr-recognize>image{opacity:1}.omr-recognize .omr-overlay{pointer-events:none;opacity:.85}.omr-popup .omr-overlay{opacity:1}.omr-overlay text{fill:#d4145a;font-weight:700;font-family:PingFang SC,Microsoft YaHei,ui-sans-serif,sans-serif}.omr-overlay circle{fill:#d4145a}.omr-overlay .omr-mark{stroke:#d4145a}.omr-overlay .omr-barline{stroke:#1565ff;stroke-linecap:round;opacity:.95}.omr-overlay text.omr-header{fill:#0a7d2c}.omr-overlay text.omr-lyric{fill:#6a1b9a}.omr-overlay .omr-slur{stroke:#e65100}.omr-overlay .omr-tie{stroke:#00838f}.omr-hits rect{fill:transparent;pointer-events:all;cursor:pointer}.omr-hits rect.omr-hover{fill:#ff6d001f;stroke:#ff6d00;stroke-width:2}.omr-hits rect.selected{fill:#1565ff1f;stroke:#1565ff;stroke-width:2}.omr-popup{position:absolute;left:0;width:100%;box-sizing:border-box;z-index:20;pointer-events:none;background:#fffffff7;border:1px solid #bbb;border-radius:4px;box-shadow:0 2px 10px #00000040;padding:0}#toolbar #sel-recog-view{margin:0 2px}#score-pane{flex:1 1 auto;overflow:auto;background:var(--bg);padding:16px;display:flex;flex-direction:column;align-items:safe center;gap:12px}.score-page-wrap{width:calc(min(960px,100%) * var(--score-zoom, 1));aspect-ratio:960 / 540;flex:0 0 auto;position:relative;background:#fff;box-shadow:0 1px 6px #00000026;content-visibility:auto}.score-page{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}#measure-svg{position:absolute;left:-9999px;top:-9999px;overflow:hidden}.score-page g.selected [fill]:not([fill=none]){fill:#1565ff}.score-page g.selected [stroke]{stroke:#1565ff}.score-page g.selected{cursor:pointer}.score-page text,.score-page path,.score-page line{cursor:default}.score-page g.playing [fill]:not([fill=none]){fill:#e8590c}.score-page g.playing [stroke]{stroke:#e8590c}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-box{background:#fff;border-radius:6px;min-width:280px;padding:16px;box-shadow:0 8px 30px #00000040}.modal-title{font-weight:700;margin-bottom:12px}.modal-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0}.modal-row span{color:#444}.modal-row input,.modal-row select{padding:4px 6px;min-width:160px}.modal-hint{color:#777;font-size:12px;margin:6px 2px 0;line-height:1.4}.modal-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.modal-footer button{padding:4px 14px;cursor:pointer}.help-box{width:760px;max-width:92vw;max-height:86vh;display:flex;flex-direction:column}.help-tabs{display:flex;gap:4px;border-bottom:1px solid #ddd;margin-bottom:10px}.help-tab{padding:7px 16px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;color:#666;font-size:14px}.help-tab.active{color:#1565ff;border-bottom-color:#1565ff;font-weight:700}.help-content{overflow:auto;flex:1 1 auto;padding-right:6px}.help-pane{color:#333;line-height:1.6;font-size:13px}.help-intro{color:#555;margin:0 0 12px}.help-p{margin:6px 0}.help-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#f2f3f5;border-radius:3px;padding:0 4px;font-size:12px;color:#c0341d}.help-topic{border:1px solid #eaeaea;border-radius:5px;margin:6px 0;padding:0 12px}.help-topic>summary{cursor:pointer;padding:9px 2px;list-style:none;display:flex;align-items:center;gap:8px}.help-topic>summary::-webkit-details-marker{display:none}.help-topic>summary:before{content:"▸";color:#999;font-size:11px}.help-topic[open]>summary:before{content:"▾"}.help-topic[open]>summary{border-bottom:1px solid #f0f0f0}.help-topic-title{font-weight:700;color:#222}.help-topic>.help-p{margin:6px 2px}.help-topic>.help-p:last-child{margin-bottom:10px}.help-badge{font-size:11px;color:#0a7d33;background:#eaf7ee;border-radius:3px;padding:1px 6px}.help-shortcuts{border-collapse:collapse;margin:6px 2px 10px;width:100%}.help-shortcuts td{padding:4px 8px;border-top:1px solid #f0f0f0}.help-shortcuts td:first-child{color:#555;white-space:nowrap}.help-shortcuts td:last-child{color:#222;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:12px}.help-glossary{border:1px solid #eaeaea;background:#fafbfc;border-radius:5px;padding:4px 12px;margin:0 0 14px}.help-glossary>summary{cursor:pointer;padding:6px 0;font-weight:700;color:#444}.help-gloss-list{margin:4px 0 8px}.help-gloss-list dt{font-weight:700;color:#1565ff;margin-top:8px}.help-gloss-list dd{margin:2px 0 0;color:#444}.help-section{margin:0 0 18px}.help-sec-head{display:flex;align-items:center;gap:8px;margin-bottom:4px}.help-sec-title{font-size:15px;font-weight:700;color:#222}.help-level{font-size:11px;border-radius:3px;padding:1px 7px}.help-level-common{color:#0a7d33;background:#eaf7ee}.help-level-adv{color:#8a5a00;background:#fbf1de}.help-example{border:1px solid #ececec;border-radius:5px;overflow:hidden;margin-top:8px}.help-source{margin:0;padding:8px 12px;background:#f7f8fa;border-bottom:1px solid #ececec;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;color:#333;white-space:pre-wrap;overflow-x:auto}.help-render{padding:10px 12px;background:#fff;display:flex;justify-content:flex-start;align-items:center;overflow-x:auto}.help-render svg.help-svg{position:static;inset:auto;display:block}#status{flex:0 0 auto;padding:3px 10px;font-size:12px;color:#555;background:var(--panel);border-top:1px solid var(--border);min-height:22px}.note{color:#00f}.break{color:maroon}.barline{color:#f0f}.comment{color:gray}.text{color:green}.lrc{color:#333}.slash{color:#999}.lrcspec{color:#a0a}.metakey{color:#b8860b}.metaval{color:#2e8b57}.unknown{color:#c00}.section{font-weight:700;color:#444}
