:root{--sidebar-w:200px}.sidebar{width:var(--sidebar-w);top:var(--hh);max-height:calc(100dvh - var(--hh));z-index:10;flex-direction:column;flex-shrink:0;display:flex;position:sticky;overflow:visible}.sidebar-nav{scrollbar-width:none;flex:1;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-close-btn{display:none}@media (max-width:768px){.sidebar{height:100dvh;max-height:100dvh;width:min(var(--sidebar-w), 85vw);background:var(--bg2);border-right:1px solid var(--border);z-index:200;visibility:hidden;pointer-events:none;transition:transform .28s cubic-bezier(.32,.72,0,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #0006}.sidebar.sidebar-open{visibility:visible;pointer-events:auto;transform:translate(0)}.sidebar-close-btn{display:flex!important}.sidebar-section-toggle{min-height:44px;padding-top:8px!important;padding-bottom:8px!important}.sidebar-nav>a{min-height:44px}.sidebar-close-btn{justify-content:center;align-items:center;min-width:44px;min-height:44px;margin:8px;padding:0!important}}
