.docs-page{min-height:100vh;background:var(--bg-primary);padding-top:80px}.docs-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:3rem;padding:2rem 1.5rem}.docs-sidebar{position:sticky;top:100px;height:fit-content;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:1rem}.docs-sidebar-title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1.5rem}.docs-nav{display:flex;flex-direction:column;gap:.5rem}.docs-nav-group{margin-bottom:1rem}.docs-nav-group-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem;padding-left:.75rem}.docs-nav-link{display:flex;align-items:center;gap:.625rem;padding:.5625rem .75rem;border-radius:6px;color:var(--text-secondary);text-decoration:none;font-size:.9375rem;font-weight:500;transition:all .2s ease}.docs-nav-link:hover{background:var(--bg-secondary);color:var(--text-primary)}.docs-nav-link.active{background:var(--color-primary);color:#fff}.nav-number{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:.75rem;font-weight:600;background:var(--bg-tertiary);border-radius:4px;color:var(--text-muted)}.docs-nav-link.active .nav-number{background:#fff3;color:#fff}.docs-content{min-width:0}.docs-section{margin-bottom:4rem;scroll-margin-top:100px}.docs-section:target{animation:highlight .5s ease}@keyframes highlight{0%{background:#74b9731a}to{background:transparent}}.docs-section-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.docs-section-description{font-size:1.0625rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.docs-section h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:1.5rem 0 .75rem}.docs-section p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.docs-steps-list,.docs-simple-list{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}.docs-steps-list li,.docs-simple-list li{margin-bottom:.75rem;line-height:1.6}.docs-steps-list li strong{color:var(--text-primary)}.docs-feature-list{margin:1rem 0;padding-left:1.5rem}.docs-feature-list li{margin-bottom:.875rem;line-height:1.6;color:var(--text-secondary);list-style:none;position:relative;padding-left:1.5rem}.docs-feature-list li:before{content:"•";position:absolute;left:0;color:var(--color-primary);font-weight:700}.docs-feature-list li strong{color:var(--text-primary);font-weight:600}.section-content{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;align-items:start}.section-text{min-width:0}.section-image{position:sticky;top:120px}.section-image img{width:100%;height:auto;max-height:280px;object-fit:contain;object-position:top center}@media(max-width:1100px){.section-content{grid-template-columns:1fr 280px;gap:2rem}.section-image img{max-height:240px}}@media(max-width:1024px){.docs-container{grid-template-columns:240px 1fr;gap:2rem}.section-content{grid-template-columns:1fr;gap:1.5rem}.section-image{position:static;order:-1;max-width:350px;margin:0 auto}.section-image img{max-height:220px}}@media(max-width:768px){.docs-page{padding-top:70px}.docs-container{grid-template-columns:1fr;padding:1.5rem 1rem}.docs-sidebar{position:static;max-height:none;padding-right:0;padding-bottom:1rem;border-bottom:1px solid var(--border-color);margin-bottom:1rem}.docs-nav{flex-direction:row;flex-wrap:wrap;gap:.5rem}.docs-nav-group{margin-bottom:0;width:100%}.docs-nav-group-title{display:none}.docs-nav-link{padding:.5rem .75rem;font-size:.875rem}.docs-section-title{font-size:1.5rem}.docs-section-description{font-size:1rem}.section-image{max-width:100%}.section-image img{max-height:200px}}
