.song-editor-inline-info{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.5rem;margin-top:.4rem;display:grid}.song-editor-header{--song-icon-h:32px}@media (width<=900px){.song-editor-header{--song-icon-h:36px}}.notes-inline,.source-snapshots-inline{border-radius:var(--well-radius);background:0 0;flex-direction:column;gap:.28rem;padding:.38rem 0;transition:background .15s;display:flex}.notes-inline.is-editing{padding:var(--spacing-sm) var(--spacing-md);background:var(--well-bg)}.source-snapshots-header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.source-snapshots-title{color:var(--text-secondary);font-size:var(--font-size-xs);letter-spacing:.04em;text-transform:uppercase;font-weight:700}.source-snapshots-count{background:color-mix(in srgb, var(--surface-2) 84%, transparent);min-width:1.25rem;height:1.25rem;color:var(--text-muted);font-size:var(--font-size-xxs);border-radius:999px;justify-content:center;align-items:center;padding:0 .35rem;font-weight:700;display:inline-flex}.source-snapshots-list{flex-direction:column;gap:.24rem;margin:0;padding:0;list-style:none;display:flex}.source-snapshot-row{grid-template-columns:minmax(0, 1fr) var(--control-sm);align-items:center;gap:.35rem;min-height:2.35rem;padding:.28rem 0;display:grid}.source-snapshot-row+.source-snapshot-row{border-top:var(--hairline-soft)}.source-snapshot-main{min-width:0}.source-snapshot-name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:650;line-height:1.25;display:block;overflow:hidden}.source-snapshot-meta{color:var(--text-muted);font-size:var(--font-size-xxs);flex-wrap:wrap;align-items:center;gap:.28rem;line-height:1.25;display:flex}.source-snapshot-kind{color:var(--text-secondary);font-weight:700}.source-snapshot-role{background:color-mix(in srgb, var(--accent-primary) 13%, transparent);min-height:1rem;color:var(--text-secondary);border-radius:5px;align-items:center;padding:0 .32rem;font-weight:700;display:inline-flex}.source-snapshot-download{width:var(--control-sm);height:var(--control-sm);color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.source-snapshot-download:hover{background:color-mix(in srgb, var(--color-overlay-strong) 50%, transparent);color:var(--accent-primary)}.source-snapshot-download:focus-visible{background:color-mix(in srgb, var(--color-overlay-strong) 50%, transparent);color:var(--accent-primary)}.source-snapshot-download svg{width:.95rem;height:.95rem}.source-snapshots-status{color:var(--text-muted);font-size:var(--font-size-xs);line-height:1.25}.notes-editor-surface textarea{border:1px solid var(--border-color);background:var(--surface-2);width:100%;min-height:90px;color:var(--text-primary);resize:vertical;border-radius:8px;padding:.55rem}.notes-editor-actions{justify-content:flex-end;display:flex}.notes-display{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-size:.82rem}.notes-display .notes-display-content{white-space:pre-wrap;display:inline-block}.notes-display .placeholder{color:var(--text-muted)}