.help-layout{gap:var(--space-8);max-width:1400px;padding:calc(var(--landing-header-height) + var(--space-8)) var(--space-6) var(--space-8);grid-template-columns:280px 1fr;min-height:calc(100vh - 200px);margin:0 auto;display:grid}@media (max-width:1024px){.help-layout{gap:var(--space-6);grid-template-columns:1fr}}.help-sidebar{top:calc(var(--landing-header-height) + var(--space-6));height:fit-content;max-height:calc(100vh - var(--landing-header-height) - var(--space-8));padding:var(--space-4);background:var(--color-surface-card);border:1px solid var(--color-border-muted);border-radius:var(--radius);position:sticky;overflow-y:auto}@media (max-width:1024px){.help-sidebar{max-height:none;position:static}}.help-nav{gap:var(--space-6);flex-direction:column;display:flex}.help-nav-section{gap:var(--space-2);flex-direction:column;display:flex}.help-nav-heading{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);padding:var(--space-2) var(--space-3);align-items:center;gap:var(--space-2);margin:0;font-size:12px;font-weight:600;display:flex}.help-nav-icon{width:14px;height:14px}.help-nav-item{padding:var(--space-2) var(--space-3);color:var(--color-text-secondary);border-radius:calc(var(--radius) - 2px);font-size:14px;text-decoration:none;transition:all .15s;display:block}.help-nav-item:hover{background:var(--color-surface-bg);color:var(--color-brand-primary)}.help-nav-home{color:var(--color-brand-primary);background:color-mix(in srgb, var(--color-brand-primary) 8%, transparent);margin-bottom:var(--space-2);font-weight:600}.help-content{background:var(--color-surface-card);border:1px solid var(--color-border-muted);border-radius:var(--radius);padding:var(--space-8);min-height:600px}@media (max-width:768px){.help-content{padding:var(--space-6) var(--space-4)}}.help-article{max-width:800px}.help-article h1{color:var(--color-text-primary);margin:0 0 var(--space-2);font-size:32px;font-weight:700}.help-article .help-meta{color:var(--color-text-muted);margin-bottom:var(--space-8);padding-bottom:var(--space-4);border-bottom:1px solid var(--color-border-muted);font-size:14px}.help-article h2{color:var(--color-text-primary);margin:var(--space-8) 0 var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-border-muted);font-size:24px;font-weight:600}.help-article h2:first-of-type{border-top:none;padding-top:0}.help-article h3{color:var(--color-text-primary);margin:var(--space-6) 0 var(--space-3);font-size:18px;font-weight:600}.help-article p{color:var(--color-text-secondary);margin:0 0 var(--space-4);font-size:15px;line-height:1.7}.help-article ul,.help-article ol{margin:0 0 var(--space-4);padding-left:var(--space-6)}.help-article ul{list-style-type:disc}.help-article ol{list-style-type:decimal}.help-article li{color:var(--color-text-secondary);margin-bottom:var(--space-2);font-size:15px;line-height:1.7}.help-article code{background:var(--color-surface-bg);color:var(--color-brand-primary);border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;font-size:13px}.help-article pre{background:var(--color-surface-bg);padding:var(--space-4);border-radius:var(--radius);margin:0 0 var(--space-4);overflow-x:auto}.help-article pre code{background:0 0;padding:0}.help-callout{padding:var(--space-4);border-radius:var(--radius);margin:var(--space-4) 0;border:1px solid}.help-callout-info{background:color-mix(in srgb, var(--color-brand-primary) 8%, transparent);border-color:var(--color-brand-primary)}.help-callout-warning{background:color-mix(in srgb, var(--color-status-warning) 8%, transparent);border-color:var(--color-status-warning)}.help-callout-success{background:color-mix(in srgb, var(--color-status-success) 8%, transparent);border-color:var(--color-status-success)}.help-callout-error{background:color-mix(in srgb, var(--color-status-error) 8%, transparent);border-color:var(--color-status-error)}.help-callout-title{margin-bottom:var(--space-2);color:var(--color-text-primary);font-weight:600}.help-article .help-steps{counter-reset:step-counter;padding:0;list-style:none}.help-article .help-steps>li{counter-increment:step-counter;padding-left:var(--space-8);margin-bottom:var(--space-4);position:relative}.help-article .help-steps>li:before{content:counter(step-counter);background:var(--color-brand-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:600;display:flex;position:absolute;top:0;left:0}.help-related{margin-top:var(--space-8);padding-top:var(--space-6);border-top:1px solid var(--color-border-muted)}.help-related h3{margin-bottom:var(--space-3);font-size:16px;font-weight:600}.help-related-list{gap:var(--space-2);flex-direction:column;display:flex}.help-related-link{color:var(--color-brand-primary);padding:var(--space-2);border-radius:calc(var(--radius) - 2px);font-size:14px;text-decoration:none;transition:background .15s}.help-related-link:hover{background:var(--color-surface-bg)}.help-table{width:100%;margin:var(--space-4) 0;border:1px solid var(--color-border-muted);border-radius:var(--radius);overflow-x:auto}.help-table table{border-collapse:collapse;width:100%;font-size:14px}.help-table th,.help-table td{padding:var(--space-3) var(--space-4);text-align:left;border-bottom:1px solid var(--color-border-muted)}.help-table th{background:var(--color-surface-bg);color:var(--color-text-primary);font-weight:600}.help-table tr:last-child td{border-bottom:none}.help-table td{color:var(--color-text-secondary)}.help-feature-item,.help-feature-item-boxed{align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.help-feature-item-boxed{padding:var(--space-4);background:var(--color-surface-bg);border-radius:var(--radius)}.help-feature-icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}.help-feature-icon.text-error{color:var(--color-status-error)}.help-feature-icon.text-warning{color:var(--color-status-warning)}.help-feature-icon.text-success{color:var(--color-status-success)}.help-feature-description{color:var(--color-text-muted);font-size:14px}.help-checklist-item{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.help-checklist-icon{width:18px;height:18px;color:var(--color-status-success)}.help-card-grid{gap:var(--space-4);margin-bottom:var(--space-6);display:grid}.help-card-link{align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--color-surface-bg);border-radius:var(--radius);border:1px solid var(--color-border-muted);text-decoration:none;transition:all .15s;display:flex}.help-card-link:hover{background:var(--color-surface-card);border-color:var(--color-brand-primary);transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.help-card-icon{width:24px;height:24px;color:var(--color-brand-primary);flex-shrink:0}.help-card-content{flex:1}.help-card-title{color:var(--color-text-primary);margin-bottom:4px;font-weight:600}.help-card-description{color:var(--color-text-muted);font-size:14px}.help-card-arrow{width:20px;height:20px;color:var(--color-text-muted);flex-shrink:0}.help-section-header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);display:flex}.help-section-header h3{margin:0}.help-section-icon{width:24px;height:24px;color:var(--color-brand-primary);flex-shrink:0}.text-center{text-align:center!important}.mb-0{margin-bottom:0!important}.mt-2{margin-top:.5rem!important}.ml-5{padding-left:1.25rem!important}.w-full{width:100%}