.help-navigation{position:relative!important;background:var(--bg-primary);padding:.75rem 0;margin-bottom:1.5rem;border-bottom:2px solid var(--border-color);box-shadow:var(--shadow-sm)}.help-nav-link{border-left:3px solid #fff0;transition:all var(--transition-normal);padding:.5rem .75rem;font-size:.95rem}.help-nav-link:hover{border-left-color:var(--highlight);background-color:var(--bg-secondary)}.help-nav-link.active{border-left-color:var(--highlight);background-color:var(--bg-secondary);font-weight:600}.help-section{scroll-margin-top:20px;padding-top:.5rem}.help-section:first-of-type{padding-top:0}.help-section-title{color:var(--highlight);font-size:1.25rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border-color)}.help-section-content{color:var(--text-primary);line-height:1.6}.help-section-content h5{color:var(--text-primary);font-size:1.1rem;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600}.help-section-content ul,.help-section-content ol{margin-left:1.5rem;margin-bottom:1rem}.help-section-content li{margin-bottom:.5rem}.help-section-content .alert{margin-top:1rem;margin-bottom:1rem}.help-section-content code{background-color:var(--bg-secondary);padding:.2rem .4rem;border-radius:var(--border-radius-sm);font-size:.9em}.help-section-content .example-box{background-color:var(--bg-secondary);border-left:4px solid var(--highlight);padding:1rem;margin:1rem 0;border-radius:var(--border-radius-sm)}.help-section-content .tip-box{background-color:var(--color-success-light);border-left:4px solid var(--color-success);padding:1rem;margin:1rem 0;border-radius:var(--border-radius-sm)}.help-section-content .warning-box{background-color:var(--color-warning-light);border-left:4px solid var(--color-warning);padding:1rem;margin:1rem 0;border-radius:var(--border-radius-sm)}@media (max-width:768px){.help-navigation{position:relative;margin-bottom:1rem}.help-section{scroll-margin-top:20px}.help-section-title{font-size:1.1rem}}@media (min-width:769px){.help-navigation{position:sticky;top:0}}