.sd-sidebar{background-color:var(--sd-color-header-bg);flex-shrink:0;height:calc(100vh - var(--sd-header-height) - var(--sd-space-5));min-width:var(--sd-sidebar-width);overflow-y:auto;padding-bottom:var(--sd-space-8);padding-left:14px;padding-right:14px;position:sticky;scrollbar-color:var(--sd-color-scrollbar-thumb) transparent;scrollbar-width:thin;top:var(--sd-header-height);width:var(--sd-sidebar-width)}.sd-sidebar::-webkit-scrollbar{opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s;visibility:hidden}.sd-sidebar:active::-webkit-scrollbar,.sd-sidebar:focus::-webkit-scrollbar,.sd-sidebar:hover::-webkit-scrollbar{opacity:1;visibility:visible}.sd-sidebar::-webkit-scrollbar{width:4px}.sd-sidebar::-webkit-scrollbar-track{background:transparent}.sd-sidebar::-webkit-scrollbar-thumb{background:var(--sd-color-scrollbar-thumb);border-radius:2px}.sd-sidebar::-webkit-scrollbar-thumb:hover{background:var(--sd-color-scrollbar-thumb-hover)}.sd-sidebar__inner{display:flex;flex-direction:column;gap:var(--sd-space-6);padding-top:var(--sd-space-2)}.sd-sidebar__search{background-color:var(--sd-color-sidebar-bg);left:0;position:sticky;right:0;top:0;width:100%}.sd-sidebar__search-btn{all:unset;align-items:center;background:#fff;border-radius:var(--sd-radius-lg);box-shadow:0 0 0 0 hsla(150,1%,63%,.3);cursor:pointer;display:flex;gap:var(--sd-space-2);height:36px;justify-content:space-between;padding-inline:12px;transition:box-shadow .2s ease,background-color .2s ease;width:-webkit-fill-available;width:fill}.sd-sidebar__search-btn:hover{box-shadow:0 1px 3px 0 hsla(150,1%,63%,.3)}.sd-sidebar__search-left{align-items:center;display:flex;flex:1;gap:var(--sd-space-2);min-width:0}.sd-sidebar__search-left svg{flex-shrink:0;height:16px;width:16px}.sd-sidebar__search-text{color:var(--sd-color-sidebar-search-text);font-size:var(--sd-font-size-small);font-weight:var(--sd-font-weight-normal);line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-sidebar__search-kbd{align-items:center;background:var(--sd-color-sidebar-kbd-bg);border:.8px solid var(--sd-color-sidebar-kbd-border);border-radius:var(--sd-radius-sm);color:var(--sd-color-sidebar-kbd-text);display:inline-flex;flex-shrink:0;font-family:"DM Mono",var(--sd-font-family-mono);font-size:10px;line-height:12px;min-width:16px;padding:2px var(--sd-space-1);text-align:center}.sd-sidebar__nav{display:flex;flex-direction:column}.sd-sidebar__home-link{align-items:center;background:var(--sd-color-sidebar-active-bg);border:1px solid var(--sd-color-sidebar-active-border);border-radius:var(--sd-radius-md);box-shadow:inset 0 1px 3px 0 hsla(0,0%,82%,.4);color:var(--sd-color-sidebar-active-text);display:flex;font-size:var(--sd-font-size-small);font-weight:var(--sd-font-weight-semibold);gap:var(--sd-space-2);height:32px;line-height:22px;padding:0 var(--sd-space-4) 0 var(--sd-space-4);text-decoration:none;transition:background-color .15s ease}.sd-sidebar__home-link svg{flex-shrink:0}.sd-sidebar__home-link:hover{background:var(--sd-color-bg-slate-12)}.sd-sidebar__home-link--inactive{background:transparent;border-color:transparent;box-shadow:none;color:var(--sd-color-sidebar-link-text);font-weight:var(--sd-font-weight-normal)}.sd-sidebar__home-link--inactive:hover{background:var(--sd-color-sidebar-link-hover-bg)}.sd-sidebar__collections{display:flex;flex-direction:column;gap:var(--sd-space-6)}.sd-sidebar__group{display:flex;flex-direction:column;gap:1px}.sd-sidebar__group>ul{display:contents;list-style:none;margin:0;padding:0}.sd-sidebar__group>ul>li{display:contents}.sd-sidebar__group-header{padding:6px var(--sd-space-4)}.sd-sidebar__group-title{color:var(--sd-color-sidebar-collection-header-text);display:block;font-size:var(--sd-font-size-xs);font-weight:var(--sd-font-weight-semibold);line-height:var(--sd-line-height-small)}.sd-sidebar__article-link.hc-link{color:var(--sd-color-sidebar-link-text);display:flex;height:32px;padding-right:var(--sd-space-4);width:100%}.sd-sidebar__article-link.hc-link.hc-link--active .sd-sidebar__article-link-text{font-weight:var(--sd-font-weight-semibold)}.sd-sidebar__article-link-text{color:var(--sd-color-sidebar-link-text);font-size:var(--sd-font-size-small);font-weight:var(--sd-font-weight-normal);line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-sidebar__subcollection{display:flex;flex-direction:column;gap:1px}.sd-sidebar__subcollection-toggle{all:unset;align-items:center;border-radius:var(--sd-radius-lg);box-sizing:border-box;cursor:pointer;display:flex;height:30px;justify-content:space-between;padding-right:var(--sd-space-3);transition:background-color .15s ease;width:100%}.sd-sidebar__subcollection-toggle:hover{background:var(--sd-color-sidebar-link-hover-bg)}.sd-sidebar__subcollection-name{color:var(--sd-color-sidebar-link-text);flex:1;font-size:var(--sd-font-size-small);font-weight:var(--sd-font-weight-normal);line-height:22px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-sidebar__subcollection-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s ease}.sd-sidebar__subcollection-content--open{grid-template-rows:1fr}.sd-sidebar__subcollection-content-inner{display:flex;flex-direction:column;gap:1px;min-height:0;overflow:hidden}.sd-sidebar__chevron{color:var(--sd-color-sidebar-link-text);flex-shrink:0;transition:transform .2s ease}.sd-sidebar__chevron--open{transform:rotate(180deg)}.sd-sidebar__nav-link{align-items:center;border-radius:var(--sd-radius-lg);display:flex;height:32px;padding:6px var(--sd-space-4) 6px var(--sd-space-4);text-decoration:none;transition:background-color .15s ease}.sd-sidebar__nav-link:hover{background:var(--sd-color-sidebar-link-hover-bg)}.sd-sidebar__nav-link--active{background:var(--sd-color-sidebar-active-bg)}.sd-sidebar__nav-link-text{color:var(--sd-color-sidebar-link-text);font-size:var(--sd-font-size-small);font-weight:var(--sd-font-weight-normal);line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1024px){.sd-sidebar{display:none}}