.v9-toc{width:100%}.v9-toc__panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--contrast-bg);border-radius:8px;color:var(--contrast-color);padding:16px 16px 16px 30px}.v9-toc__title{font-size:20px;font-weight:600;line-height:140%}.v9-toc__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:none;cursor:pointer;height:20px;outline:none;position:relative;-webkit-transition-duration:1s;transition-duration:1s;width:20px}.v9-toc__button svg{border:1px solid var(--contrast-color);border-radius:50%;height:32px;min-width:32px;padding:6px;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:32px}.v9-toc__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;counter-reset:item;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:12px;height:0;list-style-type:none;interpolate-size:allow-keywords;overflow:hidden;padding:0 16px 0 36px;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.v9-toc__menu:before{background:var(--line-main);content:"";height:100%;left:16px;position:absolute;top:0;width:1px}.v9-toc__menu-item__link{color:var(--text-secondary);font-size:16px;font-weight:400;line-height:150%;text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:100%}.v9-toc__menu-item__link:before{content:counters(item,".") ". ";counter-increment:item;display:inline-block;margin-right:4px}.v9-toc__menu_child,.v9-toc__menu_grandchild{counter-reset:item;gap:16px;list-style-type:none;margin-top:12px;padding:0 32px}.v9-toc[data-state=open] .v9-toc__button svg{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.v9-toc[data-state=open] .v9-toc__menu{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:16px}@media (max-width:768px){.v9-toc__panel{padding:16px}.v9-toc__title{font-size:18px;font-weight:600;line-height:150%}}@media not all and (pointer:coarse){.v9-toc__menu-item__link:hover{text-decoration:underline;text-underline-offset:3px}}