.slh-page{display:flex;position:relative;min-height:calc(100vh - 12rem)}.slh-toc{position:sticky;top:1.5rem;align-self:flex-start;width:170px;min-width:170px;max-height:calc(100vh - 4rem);overflow-y:auto;border-radius:1rem;border:1px solid rgba(226,232,240,.8);background:#ffffffeb;backdrop-filter:blur(12px);padding:.75rem 0;margin-right:1rem;box-shadow:0 1px 3px #0000000a;transition:width .25s ease,min-width .25s ease,padding .25s ease,opacity .25s ease,margin .25s ease;z-index:20}.slh-toc--collapsed{width:0;min-width:0;padding:0;margin-right:0;opacity:0;overflow:hidden;border:none;pointer-events:none}.slh-toc-header{display:flex;align-items:center;justify-content:space-between;padding:0 .75rem .4rem;border-bottom:1px solid rgba(226,232,240,.6);margin-bottom:.2rem}.slh-toc-title{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.slh-toc-collapse-btn{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:none;border-radius:.5rem;background:transparent;color:#94a3b8;cursor:pointer;transition:background .2s,color .2s}.slh-toc-collapse-btn:hover{background:#f1f5f9;color:#475569}.slh-toc-expand-btn{position:fixed;left:.75rem;top:8rem;z-index:20;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid rgba(226,232,240,.8);border-radius:.75rem;background:#ffffffeb;backdrop-filter:blur(12px);color:#64748b;cursor:pointer;box-shadow:0 1px 3px #0000000f;transition:background .2s,color .2s,box-shadow .2s}.slh-toc-expand-btn:hover{background:#f8fafc;color:#334155;box-shadow:0 2px 8px #00000014}.slh-toc-expand-btn svg{transform:rotate(180deg)}.slh-toc-nav{padding:.2rem .4rem}.slh-toc-item{display:block;padding:.3rem .6rem;font-size:.78rem;line-height:1.5;color:#64748b;text-decoration:none;border-radius:.4rem;transition:background .2s,color .2s}.slh-toc-item:hover{background:#f1f5f9;color:#334155}.slh-toc-item--h2{font-weight:600;color:#475569}.slh-toc-item--h3{padding-left:1.2rem;font-weight:400;font-size:.75rem}.slh-toc-item--active{background:#eff6ff;color:#2563eb;font-weight:600}.slh-content{flex:1;min-width:0}.slh-article{margin:0 auto;border-radius:1.5rem;border:1px solid rgba(226,232,240,.7);padding:2.5rem 2.5rem 2rem;box-shadow:0 1px 3px #00000008}.slh-h1{font-size:1.75rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;margin:0 0 1rem;line-height:1.3}.slh-h2{font-size:1.35rem;font-weight:700;color:#1e293b;letter-spacing:-.01em;margin:2rem 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0;line-height:1.4}.slh-h3{font-size:1.1rem;font-weight:600;color:#334155;margin:1.5rem 0 .5rem;line-height:1.5}.slh-divider{height:1px;background:linear-gradient(90deg,transparent,#cbd5e1,transparent);margin:1.75rem 0}.slh-quick-link{margin-bottom:1rem}.slh-link{color:#2563eb;text-decoration:none;font-weight:600;transition:color .2s}.slh-link:hover{color:#1d4ed8;text-decoration:underline}.slh-list{margin:.75rem 0;padding-left:1.25rem}.slh-list li{margin-bottom:.5rem;line-height:1.75;color:#475569}.slh-list--ordered{padding-left:1.5rem;list-style:decimal}.slh-img-wrap{text-align:center;margin:1rem 0}.slh-img{max-width:100%;height:auto;border-radius:.75rem;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000d;cursor:zoom-in;transition:box-shadow .2s,transform .2s}.slh-img:hover{box-shadow:0 4px 16px #0000001a;transform:scale(1.005)}.slh-img-inline{max-width:100%;height:auto;vertical-align:middle;border-radius:.375rem}.slh-table-wrap{overflow-x:auto;margin:1rem 0;border-radius:.75rem;border:1px solid #e2e8f0}.slh-table{width:100%;border-collapse:collapse;font-size:.9rem}.slh-table thead{background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.slh-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#334155;border-bottom:2px solid #e2e8f0;white-space:nowrap}.slh-table td{padding:.65rem 1rem;color:#475569;border-bottom:1px solid #f1f5f9;vertical-align:middle}.slh-table tbody tr:nth-child(2n){background:#fafbfc}.slh-table tbody tr:last-child td{border-bottom:none}.slh-table tbody tr:hover{background:#f0f7ff}.slh-code{display:inline;padding:.15em .4em;font-size:.875em;font-family:Menlo,Consolas,Monaco,monospace;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.25rem;color:#be123c}.slh-kbd{display:inline-block;padding:.15em .5em;font-size:.8125rem;font-family:Menlo,Consolas,Monaco,monospace;line-height:1.4;color:#334155;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #cbd5e1;border-radius:.375rem;box-shadow:0 1px #94a3b8;white-space:nowrap}.slh-footer-text{text-align:center;color:#94a3b8;font-size:.875rem;font-style:italic;margin:1rem 0 0}.slh-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.slh-lightbox--visible{visibility:visible;opacity:1}.slh-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172ad9;backdrop-filter:blur(6px);cursor:pointer}.slh-lightbox-img{position:relative;max-width:92vw;max-height:90vh;border-radius:.75rem;box-shadow:0 8px 32px #0000004d;cursor:pointer;object-fit:contain;transform:scale(.92);transition:transform .3s ease}.slh-lightbox--visible .slh-lightbox-img{transform:scale(1)}@media(max-width:991.98px){.slh-page{flex-direction:column}.slh-toc{position:fixed;left:-200px;top:0;bottom:0;width:200px;min-width:200px;max-height:100vh;border-radius:0 1rem 1rem 0;margin-right:0;z-index:50;transition:left .3s ease}.slh-toc--collapsed{left:-200px;width:200px;min-width:200px;padding:.75rem 0;opacity:1;overflow-y:auto;border:1px solid rgba(226,232,240,.8);pointer-events:auto}.slh-toc:not(.slh-toc--collapsed){left:0}.slh-toc-expand-btn{display:inline-flex}.slh-toc-expand-btn[hidden]{display:none}.slh-article{padding:1.5rem 1.25rem 1.25rem}.slh-h1{font-size:1.35rem}.slh-h2{font-size:1.15rem}}@media(min-width:992px){.slh-toc-expand-btn[hidden]{display:none}}
