.app-container--song-editor{--bottom-navbar-height:0px;--bottom-navbar-offset:0px;height:100vh;overflow:hidden}.screen--song-editor{flex-direction:column;flex:1;min-height:0;display:flex}.song-editor-container{--song-editor-bottom-toolbar-height:124px;--song-editor-bottom-toolbar-offset:calc(var(--song-editor-bottom-toolbar-height) + env(safe-area-inset-bottom,0px));padding-bottom:var(--song-editor-bottom-toolbar-offset);flex-direction:column;gap:.6rem;display:flex}.song-editor-container--edit{flex:1;height:100%;min-height:0}.song-editor-container--view{flex:none;height:auto}@media (max-width:900px){.song-editor-container{--song-editor-bottom-toolbar-offset:calc(var(--song-editor-bottom-toolbar-height) + var(--bottom-navbar-offset,0px))}}.content.content--song-editor{padding-bottom:0;overflow:hidden auto}.screen--song-editor .song-editor-header{flex-shrink:0}.screen--song-editor .chord-pro-editor{flex-direction:column;flex:1;min-height:0;display:flex}.screen--song-editor .song-editor-main{z-index:0;position:relative}.screen--song-editor .chord-pro-editor__surface{pointer-events:none}.screen--song-editor .chord-pro-textarea{pointer-events:auto;flex:1;height:100%;min-height:0;overflow-y:auto}.screen--song-editor .arrangement-notes-panel{z-index:1;position:relative}.song-editor-bottom-toolbar{z-index:var(--z-dropdown);background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px))16px;position:fixed;bottom:0;left:0;right:0}@media (max-width:900px){.screen--song-editor .song-editor-bottom-toolbar{bottom:var(--bottom-navbar-offset);padding-bottom:12px}}.screen--song-editor .song-editor-bottom-toolbar .song-view-toolbar{border-bottom:none;padding:0}.screen--song-editor .song-view-toolbar__mobile{z-index:0;position:relative}.screen--song-editor .song-view-toolbar__mobile .dropdown-backdrop{z-index:0}.screen--song-editor .song-view-toolbar__mobile .mobile-toolbar-popover{z-index:1;position:relative;overflow:visible}.screen--song-editor .song-view-toolbar__mobile .mobile-popover-panel{z-index:100;max-height:calc(100vh - 140px);overflow-y:auto}.screen--song-editor .song-editor-bottom-toolbar .song-view-toolbar .toolbar-row{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.screen--song-editor .song-editor-bottom-toolbar .song-view-toolbar .toolbar-group{flex-shrink:0}.screen--song-editor .song-editor-bottom-toolbar .song-view-toolbar .toolbar-row::-webkit-scrollbar{height:6px}.screen--song-editor .song-editor-bottom-toolbar .song-view-toolbar .toolbar-row::-webkit-scrollbar-thumb{border-radius:var(--border-radius-pill);background:#ffffff2e}.screen--song-editor .chord-pro-viewer{height:auto;padding:0 1rem;overflow:visible}.song-editor-edit-split{gap:var(--songs-stack-spacing);flex-direction:row;flex:1;min-height:0;display:flex}.song-editor-edit-split__editor,.song-editor-edit-split__preview{flex-direction:column;flex:1 1 0;min-width:0;min-height:0;display:flex;overflow-y:auto}.song-editor-edit-tabs{flex-shrink:0;gap:.25rem;padding:.25rem .25rem 0;display:none}.song-editor-edit-tabs__btn{color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-md);cursor:pointer;background:0 0;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.4rem .6rem;font-weight:500;display:inline-flex}.song-editor-edit-tabs__btn--active{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--accent-color,var(--text-primary))}.song-editor-edit-tabs__badge{background:var(--accent-color,var(--text-primary));color:var(--bg-primary,#fff);border-radius:var(--border-radius-pill,999px);text-align:center;min-width:1.4rem;padding:0 .5rem;font-size:.75rem;line-height:1.4}@media (max-width:900px){.song-editor-edit-split{flex-direction:column}.song-editor-edit-tabs{display:flex}.song-editor-edit-split--show-edit .song-editor-edit-split__preview,.song-editor-edit-split--show-preview .song-editor-edit-split__editor{display:none}}