.editor-shell{--rail-w:220px;display:flex;min-height:100vh;background:var(--gray-bg)}.editor-shell.is-collapsed{--rail-w:64px}.editor-shell-main{flex:1 1;margin-left:var(--rail-w);min-height:100vh;background:var(--gray-bg)}.editor-shell .sidebar.is-editor{top:0}.editor-shell .sidebar.is-editor .sidebar-toggle{display:none}.editor-rail-toggle{position:fixed;top:50vh;left:calc(var(--rail-w) - 14px);transform:translateY(-50%);width:28px;height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:var(--green);border:none;border-radius:50%;color:var(--white);cursor:pointer;z-index:100;transition:background .12s,transform .12s}.editor-rail-toggle i{font-size:18px;line-height:1;color:var(--white)}.editor-rail-toggle:hover{background:var(--green-dark);transform:translateY(-50%) scale(1.08)}.editor-rail-toggle:focus-visible{outline:2px solid var(--green);outline-offset:2px}@media (max-width:860px){.editor-shell-main{margin-left:64px}.editor-shell{--rail-w:64px}}@media (max-width:720px){.editor-rail-toggle{display:none}}