.lh-toc{--toc-accent:#ea580c;max-width:100%;margin:0 0 2em 0;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;box-sizing:border-box}.lh-toc *,.lh-toc *::before,.lh-toc *::after{box-sizing:border-box}.lh-toc-card{background:#fff;border:1px solid #e5e7eb;border-left:4px solid var(--toc-accent);border-radius:0 12px 12px 0;box-shadow:0 1px 3px rgb(0 0 0 / .04),0 4px 12px rgb(0 0 0 / .03);overflow:hidden;transition:box-shadow 0.3s ease}.lh-toc-card:hover{box-shadow:0 2px 6px rgb(0 0 0 / .06),0 8px 24px rgb(0 0 0 / .06)}.lh-toc-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;user-select:none;border-bottom:1px solid #f3f4f6;transition:background 0.2s ease}.lh-toc-header:hover{background:#fafafa}.lh-toc-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#374151;margin:0;display:flex;align-items:center;gap:8px}.lh-toc-title::before{content:'';display:inline-block;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='8' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='8' y1='18' x2='21' y2='18'%3E%3C/line%3E%3Cline x1='3' y1='6' x2='3.01' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='12' x2='3.01' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='3.01' y2='18'%3E%3C/line%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0}.lh-toc-toggle{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background 0.2s ease,transform 0.3s ease;flex-shrink:0}.lh-toc-toggle:hover{background:#f3f4f6}.lh-toc-toggle svg{width:16px;height:16px;stroke:#6b7280;transition:transform 0.3s ease}.lh-toc.collapsed .lh-toc-toggle svg{transform:rotate(-90deg)}.lh-toc-body{padding:12px 20px 16px;max-height:600px;overflow-y:auto;transition:max-height 0.4s ease,padding 0.3s ease,opacity 0.3s ease;opacity:1}.lh-toc.collapsed .lh-toc-body{max-height:0;padding-top:0;padding-bottom:0;opacity:0;overflow:hidden}.lh-toc.collapsed .lh-toc-header{border-bottom-color:#fff0}.lh-toc-list{list-style:none;margin:0;padding:0;counter-reset:toc-counter}.lh-toc-list li{counter-increment:toc-counter;position:relative}.lh-toc-list>li{margin:0;border-bottom:1px solid #f3f4f6}.lh-toc-list>li:last-child{border-bottom:none}.lh-toc .lh-toc-list a{display:flex;align-items:baseline;gap:10px;padding:10px 12px;color:#1f2937!important;text-decoration:none!important;font-size:.95rem;font-weight:500;line-height:1.5;border-radius:6px;transition:background 0.15s ease,color 0.15s ease,padding-left 0.2s ease}.lh-toc .lh-toc-list a:hover{background:#f3f4f6;color:var(--toc-accent)!important;padding-left:16px}.lh-toc .lh-toc-list>li>a::before{content:counter(toc-counter) '.';font-weight:600;font-size:.85rem;color:#6b7280;min-width:24px;flex-shrink:0;transition:color 0.15s ease}.lh-toc .lh-toc-list>li>a:hover::before{color:var(--toc-accent)}.lh-toc .lh-toc-list .lh-toc-sub{list-style:none;margin:0;padding:0 0 0 28px;counter-reset:toc-sub-counter}.lh-toc .lh-toc-list .lh-toc-sub li{counter-increment:toc-sub-counter;border-bottom:none}.lh-toc .lh-toc-list .lh-toc-sub a{font-size:.9rem;font-weight:400;color:#4b5563!important;padding:6px 12px}.lh-toc .lh-toc-list .lh-toc-sub a:hover{color:var(--toc-accent)!important;background:#f9fafb}.lh-toc .lh-toc-list .lh-toc-sub>li>a::before{content:counter(toc-counter) '.' counter(toc-sub-counter);font-weight:500;font-size:.8rem;color:#9ca3af;min-width:28px}.lh-toc .lh-toc-list .lh-toc-sub .lh-toc-sub{padding-left:24px;counter-reset:toc-deep-counter}.lh-toc .lh-toc-list .lh-toc-sub .lh-toc-sub li{counter-increment:toc-deep-counter}.lh-toc .lh-toc-list .lh-toc-sub .lh-toc-sub a{font-size:.85rem;padding:4px 12px;color:#6b7280!important}.lh-toc .lh-toc-list .lh-toc-sub .lh-toc-sub>li>a::before{content:counter(toc-counter) '.' counter(toc-sub-counter) '.' counter(toc-deep-counter);font-size:.75rem;min-width:36px;color:#d1d5db}.lh-toc-body::-webkit-scrollbar{width:4px}.lh-toc-body::-webkit-scrollbar-track{background:#fff0}.lh-toc-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}html{scroll-behavior:smooth}@media (max-width:768px){.lh-toc-card{border-radius:0 8px 8px 0}.lh-toc-header{padding:14px 16px}.lh-toc-body{padding:10px 16px 14px;max-height:400px}.lh-toc-list a{font-size:.85rem;padding:8px 10px}.lh-toc-list .lh-toc-sub{padding-left:20px}}