.photo-stage canvas{touch-action:none;cursor:crosshair}
.crop-status{display:flex;justify-content:space-between;gap:10px;margin-top:10px;color:var(--muted);font-size:12px}
.crop-status strong{color:var(--ink)}
.capture-actions{flex-wrap:wrap}
.scan-note-zone{fill:transparent}.note-group.correct .scan-note-zone{fill:rgba(12,167,105,.12)}.note-group.wrong .scan-note-zone{fill:rgba(240,93,94,.12)}
.score-edit-toolbar{display:flex;align-items:center;gap:3px;padding:5px 10px;border-bottom:1px solid #cfd8d3;background:linear-gradient(#f8faf9,#e9eeee);min-height:32px}.score-edit-toolbar[hidden]{display:none}.score-edit-toolbar button{width:28px;height:24px;border:1px solid #b6c1bc;background:#fff;border-radius:3px;cursor:pointer;font-size:15px;line-height:1}.score-edit-toolbar button.active{background:#dceeff;border-color:#6ea5d8;color:#1f5f99}.score-edit-toolbar span{margin-left:8px;color:#68726d;font-size:12px}.score-edit-layer{pointer-events:auto}.score-edit-handle{touch-action:none}.score-note-hitbox{fill:transparent;cursor:move}.score-note-selection{display:none;fill:rgba(255,205,72,.18);stroke:#d39500;stroke-width:1.4;pointer-events:none}.score-edit-handle.selected .score-note-selection{display:block}
#playbackCursor{fill:rgba(27,201,130,.13);stroke:var(--mint);stroke-width:2.5;pointer-events:none}
#playbackCursor[hidden]{display:none}
.score-tools{display:flex;align-items:center;gap:8px}.score-tools button{border:1px solid var(--line);background:#fff;border-radius:5px;padding:4px 8px;color:var(--muted);cursor:pointer;font-size:11px}
.detected-note{grid-template-columns:repeat(5,24px)}
.enhance-controls{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.filter-options{display:grid;grid-template-columns:repeat(4,1fr);padding:3px;background:#edf1ef;border-radius:7px}.filter-options button,.save-scan{border:0;background:transparent;padding:8px 12px;border-radius:5px;cursor:pointer}.filter-options button.active{background:#fff;color:var(--mint-dark);box-shadow:0 1px 6px rgba(0,0,0,.1)}.save-scan{border:1px solid var(--line);background:#fff}
@media(max-width:650px){.crop-status{align-items:flex-start;flex-direction:column}.capture-actions>*{flex:1;text-align:center;min-width:110px}.enhance-controls{align-items:stretch;flex-direction:column}.filter-options button{padding-inline:6px}}
.playback-panel{display:flex;align-items:center;gap:18px;padding:10px 14px;border-top:1px solid var(--line);background:#fff}.playback-progress-row{display:grid;grid-template-columns:42px minmax(120px,1fr) 42px;align-items:center;gap:10px;flex:1;color:var(--muted);font-size:11px;font-variant-numeric:tabular-nums}.playback-progress-row input{width:100%;height:7px;accent-color:var(--mint);cursor:pointer}.transport-controls{display:flex;gap:6px;flex-wrap:wrap}.transport-controls button{min-width:66px;height:34px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);cursor:pointer}.transport-controls button:disabled{opacity:.4;cursor:default}.transport-controls button.active{border-color:var(--mint);background:#e7f7f0;color:var(--mint-dark)}.transport-controls button span{margin-left:3px}@media(max-width:650px){.playback-panel{align-items:stretch;flex-direction:column;gap:8px}.transport-controls{justify-content:center}.transport-controls button{flex:1;min-width:92px}.playback-progress-row{width:100%}}
