.help-page{min-height:100vh;background:var(--dk-grad-page);color:var(--dk-fg-secondary)}.help-hero{padding:var(--dk-sp-20) 0 var(--dk-sp-16);border-bottom:1px solid var(--dk-border-subtle)}.help-hero--compact{padding:var(--dk-sp-12) 0 var(--dk-sp-8)}.help-hero-inner{max-width:720px;margin:0 auto;text-align:center}.help-hero-title{font-size:var(--dk-text-5xl);font-weight:700;line-height:var(--dk-lh-tight);letter-spacing:var(--dk-ls-tight);color:var(--dk-fg-primary);margin:0 0 var(--dk-sp-4)}.help-hero-title--article{font-size:var(--dk-text-4xl);max-width:760px}.help-hero-subtitle{font-size:var(--dk-text-lg);line-height:var(--dk-lh-relaxed);color:var(--dk-fg-secondary);margin:0;max-width:640px}.help-hero--compact .help-hero-subtitle{margin-top:var(--dk-sp-2)}.help-breadcrumbs{margin-bottom:var(--dk-sp-5);color:var(--dk-fg-tertiary)}.help-article-meta{display:inline-flex;margin-top:var(--dk-sp-4);font-size:var(--dk-text-sm);color:var(--dk-fg-tertiary)}.help-article-meta,.help-search{align-items:center;gap:var(--dk-sp-2)}.help-search{position:relative;display:flex;margin:var(--dk-sp-8) auto 0;max-width:560px}.help-hero--compact .help-search{margin:var(--dk-sp-6) 0 0}.help-search-icon{position:absolute;left:var(--dk-sp-4);top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--dk-fg-muted);pointer-events:none}.help-search-input{flex:1;height:48px;padding:0 var(--dk-sp-4) 0 44px;background:var(--dk-bg-elevated);border:1px solid var(--dk-border-default);border-radius:var(--dk-r-lg);font-family:var(--dk-font-sans);font-size:var(--dk-text-base);color:var(--dk-fg-primary);outline:none;transition:border-color .14s ease,box-shadow .14s ease;caret-color:var(--dk-accent)}.help-search-input::-moz-placeholder{color:var(--dk-fg-muted)}.help-search-input::placeholder{color:var(--dk-fg-muted)}.help-search-input:focus{border-color:var(--dk-accent);box-shadow:0 0 0 3px var(--dk-accent-soft)}.help-search-button{height:48px;padding:0 var(--dk-sp-6);border:none;border-radius:var(--dk-r-lg);background:var(--dk-accent);color:var(--dk-fg-on-accent);font-family:var(--dk-font-sans);font-size:var(--dk-text-sm);font-weight:600;cursor:pointer;transition:background .14s ease,box-shadow .14s ease,transform .14s ease}.help-search-button:hover{background:var(--dk-accent-hover);box-shadow:var(--dk-accent-glow);transform:translateY(-1px)}.help-section{padding:var(--dk-sp-12) 0}.help-section-title{font-size:var(--dk-text-2xl);font-weight:600;color:var(--dk-fg-primary);margin:0 0 var(--dk-sp-6)}.help-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:var(--dk-sp-4)}@media (min-width:640px){.help-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.help-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.help-card{display:flex;flex-direction:column;gap:var(--dk-sp-2);padding:var(--dk-sp-6);background:var(--dk-bg-panel);border:1px solid var(--dk-border-default);border-radius:var(--dk-r-lg);box-shadow:var(--dk-shadow-sm);text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.help-card:hover{border-color:var(--dk-border-accent);box-shadow:var(--dk-shadow-md);transform:translateY(-2px)}.help-card-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--dk-r-md);background:var(--dk-accent-soft);color:var(--dk-accent)}.help-card-title{font-size:var(--dk-text-lg);font-weight:600;color:var(--dk-fg-primary)}.help-card-desc{font-size:var(--dk-text-sm);line-height:var(--dk-lh-normal);color:var(--dk-fg-tertiary)}.help-article-list,.help-popular{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--dk-sp-3)}.help-list-card,.help-popular-item{display:flex;align-items:center;justify-content:space-between;gap:var(--dk-sp-4);padding:var(--dk-sp-4) var(--dk-sp-5);background:var(--dk-bg-panel);border:1px solid var(--dk-border-default);border-radius:var(--dk-r-lg);text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease}.help-list-card:hover,.help-popular-item:hover{border-color:var(--dk-border-accent);box-shadow:var(--dk-shadow-sm)}.help-list-text,.help-popular-text{display:flex;flex-direction:column;gap:4px;min-width:0}.help-list-eyebrow{font-size:var(--dk-text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--dk-accent)}.help-list-title,.help-popular-title{font-size:var(--dk-text-base);font-weight:600;color:var(--dk-fg-primary)}.help-list-excerpt,.help-popular-excerpt{font-size:var(--dk-text-sm);line-height:var(--dk-lh-normal);color:var(--dk-fg-tertiary)}.help-list-arrow,.help-popular-arrow{width:18px;height:18px;flex-shrink:0;color:var(--dk-fg-muted);transition:color .16s ease,transform .16s ease}.help-list-card:hover .help-list-arrow,.help-popular-item:hover .help-popular-arrow{color:var(--dk-accent);transform:translateX(3px)}.help-results-count{font-size:var(--dk-text-sm);color:var(--dk-fg-tertiary);margin:0 0 var(--dk-sp-5)}.help-empty{max-width:520px;margin:0 auto;padding:var(--dk-sp-12);text-align:center;background:var(--dk-bg-panel);border:1px solid var(--dk-border-default);border-radius:var(--dk-r-lg)}.help-empty-title{font-size:var(--dk-text-lg);font-weight:600;color:var(--dk-fg-primary);margin:0 0 var(--dk-sp-2)}.help-empty-body{line-height:var(--dk-lh-normal);color:var(--dk-fg-tertiary);margin:0 0 var(--dk-sp-5)}.help-btn,.help-empty-body{font-size:var(--dk-text-sm)}.help-btn{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 var(--dk-sp-6);border-radius:var(--dk-r-md);font-family:var(--dk-font-sans);font-weight:600;text-decoration:none;cursor:pointer;transition:all .14s ease}.help-btn-primary{background:var(--dk-accent);color:var(--dk-fg-on-accent);box-shadow:var(--dk-shadow-sm)}.help-btn-primary:hover{background:var(--dk-accent-hover);box-shadow:var(--dk-shadow-md),var(--dk-accent-glow);transform:translateY(-1px)}.help-btn-ghost{background:transparent;color:var(--dk-fg-primary);border:1px solid var(--dk-border-default)}.help-btn-ghost:hover{background:var(--dk-border-subtle);border-color:var(--dk-border-strong)}.help-contact{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--dk-sp-6);padding:var(--dk-sp-8);background:var(--dk-grad-brand-soft);border:1px solid var(--dk-accent-border);border-radius:var(--dk-r-xl)}.help-contact-title{font-size:var(--dk-text-xl);font-weight:600;color:var(--dk-fg-primary);margin:0 0 var(--dk-sp-2)}.help-contact-body{font-size:var(--dk-text-sm);color:var(--dk-fg-secondary);margin:0}.help-contact-actions{display:flex;flex-wrap:wrap;gap:var(--dk-sp-3)}.help-article-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--dk-sp-12);max-width:820px}@media (min-width:1024px){.help-article-shell{grid-template-columns:minmax(0,1fr) 260px;max-width:1040px}}.help-article-wrap{min-width:0}.help-related{align-self:start;padding:var(--dk-sp-6);background:var(--dk-bg-panel);border:1px solid var(--dk-border-default);border-radius:var(--dk-r-lg)}.help-related-title{font-size:var(--dk-text-base);font-weight:600;color:var(--dk-fg-primary);margin:0 0 var(--dk-sp-4)}.help-related-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--dk-sp-2)}.help-related-link{display:flex;align-items:center;justify-content:space-between;gap:var(--dk-sp-3);padding:var(--dk-sp-2) 0;font-size:var(--dk-text-sm);color:var(--dk-fg-secondary);text-decoration:none;transition:color .14s ease}.help-related-link:hover{color:var(--dk-accent)}.help-blocks{margin-top:var(--dk-sp-10);display:flex;flex-direction:column;gap:var(--dk-sp-8)}.help-callout{display:flex;gap:var(--dk-sp-3);padding:var(--dk-sp-5);border-radius:var(--dk-r-lg);border:1px solid var(--dk-border-default);background:var(--dk-bg-panel)}.help-callout-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px}.help-callout-body{flex:1;min-width:0}.help-callout-body>:first-child{margin-top:0}.help-callout-body>:last-child{margin-bottom:0}.help-callout--info{background:var(--dk-accent-soft);border-color:var(--dk-accent-border)}.help-callout--info .help-callout-icon{color:var(--dk-accent)}.help-callout--tip{background:var(--dk-green-soft);border-color:oklch(.72 .16 155/.3)}.help-callout--tip .help-callout-icon{color:var(--dk-green)}.help-callout--warning{background:var(--dk-amber-soft);border-color:oklch(.78 .14 75/.3)}.help-callout--warning .help-callout-icon{color:var(--dk-amber)}.help-callout--danger{background:var(--dk-red-soft);border-color:oklch(.65 .2 25/.3)}.help-callout--danger .help-callout-icon{color:var(--dk-red)}.help-steps{list-style:none;margin:0;padding:0;counter-reset:help-step;flex-direction:column}.help-step,.help-steps{display:flex;gap:var(--dk-sp-4)}.help-step{align-items:flex-start}.help-step-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;border-radius:var(--dk-r-full);background:var(--dk-accent-soft);color:var(--dk-accent);font-size:var(--dk-text-sm);font-weight:700}.help-step-body{flex:1;min-width:0}.help-step-body>:first-child{margin-top:0}.help-step-body>:last-child{margin-bottom:0}.help-loom{margin:0}.help-loom-frame{position:relative;width:100%;padding-top:56.25%;border-radius:var(--dk-r-lg);overflow:hidden;border:1px solid var(--dk-border-default);background:var(--dk-bg-base)}.help-loom-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.help-loom-caption{margin-top:var(--dk-sp-2);font-size:var(--dk-text-sm);color:var(--dk-fg-tertiary);font-style:italic}.help-faq{display:flex;flex-direction:column;gap:var(--dk-sp-3)}.help-faq-item{border:1px solid var(--dk-border-default);border-radius:var(--dk-r-lg);background:var(--dk-bg-panel);padding:var(--dk-sp-4) var(--dk-sp-5)}.help-faq-question{cursor:pointer;font-size:var(--dk-text-base);font-weight:600;color:var(--dk-fg-primary);list-style:none}.help-faq-question::-webkit-details-marker{display:none}.help-faq-answer{margin-top:var(--dk-sp-3)}.help-faq-answer>:first-child{margin-top:0}.help-faq-answer>:last-child{margin-bottom:0}.help-article,.help-richtext{font-size:17px;line-height:1.8;color:var(--dk-fg-secondary)}.help-article>*+*,.help-richtext>*+*{margin-top:1.4em}.help-article p,.help-richtext p{margin-top:0;margin-bottom:1.4em}.help-article h1,.help-article h2,.help-article h3,.help-article h4,.help-richtext h1,.help-richtext h2,.help-richtext h3,.help-richtext h4{font-weight:700;letter-spacing:0;line-height:1.25;color:var(--dk-fg-primary);margin-top:2em;margin-bottom:.6em;scroll-margin-top:80px}.help-article h1{font-size:1.875em}.help-article h2,.help-richtext h2{font-size:1.5em;padding-bottom:.4em;border-bottom:1px solid var(--dk-border-default)}.help-article h3,.help-richtext h3{font-size:1.25em}.help-article h4,.help-richtext h4{font-size:1.1em}.help-article a,.help-richtext a{color:var(--dk-accent);text-decoration:underline;text-decoration-color:var(--dk-accent-border);text-underline-offset:3px;transition:color .15s,text-decoration-color .15s}.help-article a:hover,.help-richtext a:hover{color:var(--dk-accent-hover);text-decoration-color:var(--dk-accent)}.help-article strong,.help-richtext strong{color:var(--dk-fg-primary);font-weight:700}.help-article em,.help-richtext em{color:var(--dk-fg-tertiary)}.help-article :not(pre)>code,.help-article code.inline-code,.help-richtext :not(pre)>code,.help-richtext code.inline-code{font-family:var(--dk-font-mono);font-size:.875em;background:var(--dk-accent-soft);color:var(--dk-accent);padding:2px 6px;border-radius:4px;border:1px solid var(--dk-accent-border)}.help-article pre,.help-richtext pre{background:var(--dk-bg-base);border:1px solid var(--dk-border-default);border-radius:12px;padding:20px 24px;overflow-x:auto;margin:1.75em 0;box-shadow:var(--dk-shadow-md)}.help-article pre code,.help-richtext pre code{font-family:var(--dk-font-mono);font-size:14px;line-height:1.7;color:var(--dk-fg-primary);background:none;border:none;padding:0}.help-article blockquote,.help-richtext blockquote{border-left:3px solid var(--dk-accent);padding:12px 20px 12px 24px;margin:1.75em 0;background:var(--dk-accent-soft);border-radius:0 8px 8px 0;color:var(--dk-fg-secondary);font-style:italic}.help-article blockquote p:last-child,.help-richtext blockquote p:last-child{margin-bottom:0}.help-article ol,.help-article ul,.help-richtext ol,.help-richtext ul{padding-left:1.6em;margin:1.25em 0}.help-article li,.help-richtext li{margin-bottom:.5em}.help-article li::marker,.help-richtext li::marker{color:var(--dk-accent)}.help-article hr,.help-richtext hr{border:none;height:1px;background:var(--dk-border-default);margin:2.5em 0}.help-article figure.media-figure,.help-richtext figure.media-figure{margin:2em 0;text-align:center}.help-article figure.media-figure img,.help-richtext figure.media-figure img{max-width:100%;border-radius:12px;border:1px solid var(--dk-border-default);box-shadow:var(--dk-shadow-sm)}.help-article figure.media-figure figcaption,.help-richtext figure.media-figure figcaption{margin-top:8px;font-size:13px;color:var(--dk-fg-tertiary);font-style:italic}.help-article table,.help-richtext table{width:100%;border-collapse:collapse;margin:1.75em 0;font-size:15px;display:block;overflow-x:auto}.help-article th,.help-richtext th{background:var(--dk-bg-elevated);font-weight:600;color:var(--dk-fg-primary);text-align:left;padding:10px 16px;border:1px solid var(--dk-border-default)}.help-article td,.help-richtext td{padding:10px 16px;border:1px solid var(--dk-border-default);color:var(--dk-fg-secondary)}.help-article tr:nth-child(2n) td,.help-richtext tr:nth-child(2n) td{background:var(--dk-bg-panel)}