.sth-page{display:flex;position:relative;min-height:calc(100vh - 12rem)}.sth-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}.sth-toc--collapsed{width:0;min-width:0;padding:0;margin-right:0;opacity:0;overflow:hidden;border:none;pointer-events:none}.sth-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}.sth-toc-title{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.sth-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}.sth-toc-collapse-btn:hover{background:#f1f5f9;color:#475569}.sth-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}.sth-toc-expand-btn:hover{background:#f8fafc;color:#334155;box-shadow:0 2px 8px #00000014}.sth-toc-expand-btn svg{transform:rotate(180deg)}.sth-toc-nav{padding:.2rem .4rem}.sth-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}.sth-toc-item:hover{background:#f1f5f9;color:#334155}.sth-toc-item--h2{font-weight:600;color:#475569}.sth-toc-item--h3{padding-left:1.2rem;font-weight:400;font-size:.75rem}.sth-toc-item--active{background:#eff6ff;color:#2563eb;font-weight:600}.sth-content{flex:1;min-width:0}.sth-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}.sth-h1{font-size:1.75rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;margin:0 0 1rem;line-height:1.3}.sth-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}.sth-h3{font-size:1.1rem;font-weight:600;color:#334155;margin:1.5rem 0 .5rem;line-height:1.5}.sth-divider{height:1px;background:linear-gradient(90deg,transparent,#cbd5e1,transparent);margin:1.75rem 0}.sth-quick-link{margin-bottom:1rem}.sth-link{color:#2563eb;text-decoration:none;font-weight:600;transition:color .2s}.sth-link:hover{color:#1d4ed8;text-decoration:underline}.sth-list{margin:.75rem 0;padding-left:1.25rem}.sth-list li{margin-bottom:.5rem;line-height:1.75;color:#475569}.sth-list--ordered{padding-left:1.5rem;list-style:decimal}.sth-img-wrap{text-align:center;margin:1rem 0}.sth-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}.sth-img:hover{box-shadow:0 4px 16px #0000001a;transform:scale(1.005)}.sth-img-inline{max-width:100%;height:auto;vertical-align:middle;border-radius:.375rem}.sth-table-wrap{overflow-x:auto;margin:1rem 0;border-radius:.75rem;border:1px solid #e2e8f0}.sth-table{width:100%;border-collapse:collapse;font-size:.9rem}.sth-table thead{background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.sth-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#334155;border-bottom:2px solid #e2e8f0;white-space:nowrap}.sth-table td{padding:.65rem 1rem;color:#475569;border-bottom:1px solid #f1f5f9;vertical-align:middle}.sth-table tbody tr:nth-child(2n){background:#fafbfc}.sth-table tbody tr:last-child td{border-bottom:none}.sth-table tbody tr:hover{background:#f0f7ff}.sth-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}.sth-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}.sth-footer-text{text-align:center;color:#94a3b8;font-size:.875rem;font-style:italic;margin:1rem 0 0}.sth-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}.sth-lightbox--visible{visibility:visible;opacity:1}.sth-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172ad9;backdrop-filter:blur(6px);cursor:pointer}.sth-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}.sth-lightbox--visible .sth-lightbox-img{transform:scale(1)}@media(max-width:991.98px){.sth-page{flex-direction:column}.sth-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}.sth-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}.sth-toc:not(.sth-toc--collapsed){left:0}.sth-toc-expand-btn{display:inline-flex}.sth-toc-expand-btn[hidden]{display:none}.sth-article{padding:1.5rem 1.25rem 1.25rem}.sth-h1{font-size:1.35rem}.sth-h2{font-size:1.15rem}}@media(min-width:992px){.sth-toc-expand-btn[hidden]{display:none}}
