﻿#toc-wrapper.sticky-toc{position:sticky;top:80px;max-height:calc(100vh - 100px);overflow-y:auto;transition:all .3s ease}#toc-wrapper.sticky-toc::-webkit-scrollbar{width:4px}#toc-wrapper.sticky-toc::-webkit-scrollbar-track{background:rgba(0,0,0,0)}#toc-wrapper.sticky-toc::-webkit-scrollbar-thumb{background:var(--text-muted-color);border-radius:2px}#toc-wrapper.sticky-toc::-webkit-scrollbar-thumb:hover{background:var(--text-color)}#toc-wrapper.sticky-toc #toc a{display:block;padding:6px 12px;color:var(--text-muted-color);text-decoration:none;font-size:14px;line-height:1.6;border-left:2px solid rgba(0,0,0,0);transition:all .2s ease;margin:2px 0}#toc-wrapper.sticky-toc #toc a:hover{color:var(--text-color);background:var(--button-bg);border-left-color:var(--link-color)}#toc-wrapper.sticky-toc #toc a.active{color:var(--link-color);font-weight:600;border-left-color:var(--link-color);background:var(--button-bg)}#toc-wrapper.sticky-toc #toc a:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:2px}#toc-wrapper.sticky-toc #toc .toc-list{list-style:none;padding-left:0;margin:0}#toc-wrapper.sticky-toc #toc .toc-list .toc-list{padding-left:16px}#toc-wrapper.sticky-toc #toc .toc-list .toc-list a{font-size:13px}#toc-wrapper.sticky-toc .panel-heading{position:sticky;top:0;background:var(--main-bg);z-index:1;border-bottom:1px solid var(--main-border-color);margin-bottom:8px}@media(max-width: 1200px){#toc-wrapper.sticky-toc{position:relative;top:0;max-height:400px;border:1px solid var(--main-border-color);border-radius:8px;padding:12px;margin-bottom:24px}#toc-wrapper.sticky-toc.collapsed{max-height:48px;overflow:hidden}#toc-wrapper.sticky-toc.collapsed #toc{display:none}#toc-wrapper.sticky-toc.collapsed .panel-heading::after{content:" ▼";float:right}#toc-wrapper.sticky-toc:not(.collapsed) .panel-heading::after{content:" ▲";float:right}}@media(min-width: 768px)and (max-width: 1199px){#toc-wrapper.sticky-toc{max-width:80%}}html[data-mode=dark] #toc-wrapper.sticky-toc .panel-heading{background:var(--card-header-bg)}@media(prefers-reduced-motion: reduce){#toc-wrapper.sticky-toc{transition-duration:.01ms !important}#toc-wrapper.sticky-toc #toc a{transition-duration:.01ms !important}}@media print{#toc-wrapper.sticky-toc{position:static;max-height:none;page-break-inside:avoid}}/*# sourceMappingURL=sticky-toc.css.map */