.toc-container{background-color:#ffffff;border-radius:12px;border:1px solid #0a1c3d1a;border-top:4px solid #0a1c3d;padding:1rem .75rem;top:6rem;max-height:calc(100dvh - 22rem);overflow-y:auto;font-family:inherit;scroll-behavior:smooth;box-shadow:0 10px 25px -5px rgba(10,28,61,.1),0 8px 10px -6px rgba(10,28,61,.05);transition:box-shadow .3s ease,border-color .3s ease,margin .3s ease}.toc-container:hover{border-color:#0a1c3d33;box-shadow:0 20px 25px -5px rgba(240,92,33,.08),0 10px 10px -5px rgba(10,28,61,.04)}.toc-mobile-toggle{display:none;width:100%;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background-color:#0a1c3d;color:#ffffff;border:none;cursor:pointer;font-weight:700;font-size:.95rem;border-radius:8px;transition:background-color .2s ease}.toc-mobile-chevron{width:8px;height:8px;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(45deg);transition:transform .3s ease;margin-right:4px}.toc-mobile-chevron.active{transform:rotate(-135deg)}.toc-content-wrapper{display:block}.toc-container::-webkit-scrollbar{width:5px}.toc-container::-webkit-scrollbar-thumb{background:#0a1c3d26;border-radius:20px}.toc-container::-webkit-scrollbar-thumb:hover{background:#0a1c3d4d}.toc-accordion-root{display:flex;flex-direction:column;gap:.5rem}.toc-accordion-item{border:1px solid transparent;border-radius:8px;overflow:hidden;transition:all .2s cubic-bezier(.4,0,.2,1)}.toc-accordion-item[data-state=open]{background-color:#f8f9fa;border-color:#0a1c3d0d}.toc-accordion-item-active{border-color:#f05c214d}.toc-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem .85rem;background-color:transparent;border:none;cursor:pointer;text-align:left;gap:12px}.toc-accordion-trigger-text{flex:1 1;font-weight:600;font-size:.875rem;color:#0a1c3d;line-height:1.4;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toc-accordion-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.toc-accordion-icon:after{content:"";width:5px;height:5px;border-right:1.8px solid #0a1c3d80;border-bottom:1.8px solid #0a1c3d80;transform:rotate(45deg);margin-top:-3px}.toc-accordion-trigger[data-state=open] .toc-accordion-icon{transform:rotate(-180deg)}.toc-accordion-trigger[data-state=open] .toc-accordion-icon:after{margin-top:3px}.toc-heading-link{position:relative;display:flex;align-items:center;padding:.5rem .85rem;text-decoration:none;color:#4b5563;font-size:.875rem;transition:all .2s ease;border-radius:6px;margin:0 4px}.toc-heading-link:hover{color:#0a1c3d;background-color:#0a1c3d08}.toc-heading-link-active{background-color:#fff4ed!important;color:#f05c21!important;font-weight:700}.toc-heading-link-active:before{content:"";position:absolute;left:0;height:65%;width:4px;background-color:#f05c21;border-radius:0 4px 4px 0}.toc-depth-1{margin-left:1.5rem;font-size:.8125rem;color:#6b7280}.toc-accordion-content-inner{padding:.25rem 0 .6rem;display:flex;flex-direction:column;gap:2px}@media (max-width:576px){.toc-container{position:relative;top:0;max-height:none;padding:0;background-color:transparent;box-shadow:none;border:none;margin-bottom:1.5rem}.toc-mobile-toggle{display:flex}.toc-content-wrapper{display:none;background-color:#ffffff;border:1px solid #0a1c3d1a;border-top:none;padding:1rem .75rem;border-radius:0 0 12px 12px;box-shadow:0 10px 20px rgba(10,28,61,.05)}.toc-container.mobile-expanded .toc-content-wrapper{display:block;animation:slideDownMobile .3s ease-out forwards}.toc-container.mobile-expanded .toc-mobile-toggle{border-radius:12px 12px 0 0}}@keyframes slideDown{0%{height:0;opacity:0}to{height:var(--radix-accordion-content-height);opacity:1}}@keyframes slideDownMobile{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.toc-accordion-item-active .toc-accordion-trigger-text{color:#f05c21}.toc-accordion-item-active .toc-accordion-icon:after{border-color:#f05c21}