.manual-layout{min-height:100vh;padding-top:var(--navbar-height);max-width:1152px;margin:0 auto;padding-left:1.5rem;padding-right:2.5rem;display:flex}.manual-toc{top:var(--navbar-height);width:200px;height:calc(100vh - var(--navbar-height));flex-shrink:0;padding:1.5rem 0;position:sticky;overflow-y:auto}.manual-toc-header{color:var(--foreground);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:1.25rem;font-weight:400}.manual-toc-list{margin:0;padding:0;list-style:none}.manual-toc-list>li{margin-bottom:.125rem}.manual-toc-link{color:var(--foreground-muted);border-left:2px solid #0000;gap:.4rem;margin-left:-.75rem;padding:.2rem 0 .2rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.manual-toc-link:hover{color:var(--foreground)}.manual-toc-link.active{color:var(--foreground);border-left-color:var(--accent-secondary);font-weight:600}.manual-toc-number{color:var(--accent-secondary);font-weight:400}.manual-toc-link.active .manual-toc-number{font-weight:500}.manual-toc-subsections{margin:0;padding:.125rem 0 .25rem 1.25rem;list-style:none}.manual-toc-sublink{color:var(--foreground-muted);border-left:2px solid #0000;margin-left:-.5rem;padding:.15rem 0 .15rem .5rem;font-size:.8125rem;font-weight:400;text-decoration:none;transition:all .15s;display:block}.manual-toc-sublink:hover{color:var(--foreground)}.manual-toc-sublink.active{color:var(--foreground);border-left-color:var(--accent-secondary);font-weight:500}.manual-content{border-left:1px solid var(--border-subtle);flex:1;max-width:640px;padding:1.5rem 0 4rem 3rem}.manual-hero{margin-bottom:1.5rem}.manual-hero-title{letter-spacing:-.03em;color:var(--foreground);margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.3}.manual-hero-title strong{font-weight:600}.manual-divider{background:var(--accent-secondary);width:50px;height:2px;margin:1.5rem 0}.manual-content h2{color:var(--foreground);letter-spacing:-.03em;scroll-margin-top:calc(var(--navbar-height) + 1rem);margin:0 0 .75rem;font-size:1.375rem;font-weight:500}.manual-content h3{color:var(--foreground);scroll-margin-top:calc(var(--navbar-height) + 1rem);margin:1.25rem 0 .5rem;font-size:.875rem;font-weight:600}.manual-content p{color:var(--foreground-muted);margin:0 0 .625rem;font-size:.875rem;line-height:1.6}.manual-content p strong{color:var(--foreground);font-weight:500}.manual-content ul,.manual-content ol{color:var(--foreground-muted);margin:0 0 .75rem;padding-left:1.125rem;font-size:.875rem;line-height:1.6}.manual-content li{margin-bottom:.2rem}.manual-content li strong{color:var(--foreground);font-weight:500}.manual-content a{color:var(--foreground);text-decoration:underline;-webkit-text-decoration-color:var(--foreground-subtle);text-decoration-color:var(--foreground-subtle);text-underline-offset:2px;transition:text-decoration-color .15s}.manual-content a:hover{-webkit-text-decoration-color:var(--foreground);text-decoration-color:var(--foreground)}.manual-content code{background:var(--background-secondary);color:var(--foreground);border-radius:3px;padding:.1em .35em;font-family:Geist Mono,ui-monospace,monospace;font-size:.8em}.manual-code-block{margin:.5rem 0 .875rem;position:relative}.manual-code-block pre{background:var(--background-secondary);border:1px solid var(--border-subtle);border-radius:4px;margin:0;padding:.625rem .875rem;overflow-x:auto}.manual-code-block code{color:var(--foreground);background:0 0;padding:0;font-family:Geist Mono,ui-monospace,monospace;font-size:.75rem;line-height:1.5}.manual-copy-btn{color:var(--foreground-subtle);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;padding:.2rem .4rem;font-size:.625rem;font-weight:500;transition:color .15s;position:absolute;top:.375rem;right:.375rem}.manual-copy-btn:hover{color:var(--foreground-muted)}.manual-callout{border-left:2px solid var(--accent-secondary);margin:.875rem 0;padding-left:1rem}.manual-callout p{color:var(--foreground);margin:0;font-size:.875rem;font-style:italic}.manual-demo{border:1px solid var(--border);border-radius:8px;margin:1rem 0;overflow:hidden}.manual-demo img,.manual-demo video{width:100%;height:auto;display:block}.manual-demo figcaption{color:var(--foreground-muted);background:var(--background-subtle);border-top:1px solid var(--border-subtle);padding:.5rem .75rem;font-size:.75rem}.manual-demo-placeholder{background:var(--background-subtle);height:200px;color:var(--foreground-muted);justify-content:center;align-items:center;font-size:.875rem;display:flex}.manual-table{border-collapse:collapse;width:100%;margin:.5rem 0 .875rem;font-size:.8125rem}.manual-table th{text-align:left;color:var(--foreground);border-bottom:1px solid var(--border);padding:.4rem .75rem .4rem 0;font-weight:500}.manual-table td{color:var(--foreground-muted);border-bottom:1px solid var(--border-subtle);vertical-align:top;padding:.4rem .75rem .4rem 0}.manual-table code{font-size:.8em}.manual-section{margin-bottom:2rem}.manual-features{margin:.5rem 0 .875rem;padding:0;list-style:none}.manual-features li{border-bottom:1px solid var(--border-subtle);color:var(--foreground-muted);gap:.5rem;padding:.35rem 0;font-size:.875rem;display:flex}.manual-features li:last-child{border-bottom:none}.manual-features .bullet{color:var(--accent-secondary);flex-shrink:0;font-weight:500}@media (max-width:1024px){.manual-layout{padding-left:1.5rem;padding-right:1.5rem}.manual-toc{display:none}.manual-content{border-left:none;max-width:100%;padding:1.25rem 0 3rem}}
