<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navigation-tree-item{--navigation-indent:0px;background-color:transparent;min-height:3rem;overflow:hidden;transition-duration:.3s;transition-property:background-color,opacity,top;transition-timing-function:ease}.navigation-tree-item.open{background-color:var(--navigation-tree-active-bg)}.navigation-tree-item.level-1{--navigation-indent:var(--navigation-indent-level1)}.navigation-tree-item.level-2{--navigation-indent:calc(var(--navigation-indent-level1, 0px) + var(--navigation-indent-level2, 0px))}.navigation-tree-item:not(.level-0){background-color:var(--navigation-tree-active-bg)}.navigation-tree-item:not(.level-0):not(:first-child){border-top:1px solid var(--navigation-tree-border)}.navigation-tree-item:not(.level-0).open{position:absolute;width:100%;z-index:1}.navigation-tree-item:not(.level-0).open+li{margin-top:3rem}.navigation-tree-item .link{text-decoration:none}.navigation-tree-item .bold{font-weight:700}.navigation-tree-item .nav-entry{align-items:center;display:flex;font-weight:500;height:3rem;justify-content:space-between;padding:0 1.5rem 0 calc(1.5rem + var(--navigation-indent-open, var(--navigation-indent)));transition:padding-left .3s ease;width:100%}.navigation-tree-item .nav-entry[aria-expanded=true]{--arrow-scale:-1;--navigation-indent-open:var(--navigation-open-indent);font-weight:var(--navigation-active-weight)}.navigation-tree-item .entry-arrow{transform:scaleY(var(--arrow-scale,1));transition:transform .3s ease}.navigation-tree-list{height:calc(var(--item-height, 0px)*1px);overflow:hidden;position:relative;transition:height .3s ease}.navigation-tree-list.fold-enter-from{height:0}.navigation-tree-list.fold-leave-to{height:0!important}
</pre></body></html>