.app-container--song-editor{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:92px;--song-editor-bottom-toolbar-offset:calc(var(--song-editor-bottom-toolbar-height) + env(safe-area-inset-bottom,0px));min-height:0;padding-bottom:var(--song-editor-bottom-toolbar-offset);flex-direction:column;flex:1;gap:.6rem;height:100%;display:flex}@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 .chord-pro-textarea{flex:1;height:100%;min-height:0;overflow-y:auto}.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;box-shadow:0 -2px 12px #00000059}@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{background:#ffffff2e;border-radius:999px}.screen--song-editor .chord-pro-viewer{height:auto;padding:0 1rem;overflow:visible}.screen--song-editor .chord-pro-content:after{content:"";height:calc(var(--song-editor-bottom-toolbar-offset) + 3rem);pointer-events:none;display:block}