.docs-root,.ineedhelp-root{--docs-bg: #060707;--docs-text: #f6faff;--docs-text-muted: #808388;--docs-border: rgba(255, 255, 255, .1);--docs-surface: rgba(246, 250, 255, .04);--docs-surface-hover: rgba(246, 250, 255, .08);--docs-accent: #ffffff;--docs-code-bg: #111;--docs-heading: #e2e8f0;--docs-borderbtn: #353638}.docs-root[data-theme=light],.ineedhelp-root[data-theme=light]{--docs-bg: #ffffff;--docs-text: #111827;--docs-text-muted: #808388;--docs-border: #e5e7eb;--docs-surface: #f9fafb;--docs-surface-hover: #f3f4f6;--docs-accent: #000000;--docs-code-bg: #f1f5f9;--docs-heading: #334155;--docs-borderbtn: #e5e7eb;--color-selection-bg: #000000;--color-selection-text: #ffffff}.ineedhelp-page{margin:0;background:var(--docs-bg);color:var(--docs-text);font-family:var(--font-sans);font-feature-settings:"kern" 1,"liga" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ineedhelp-root{min-height:100vh;background:var(--docs-bg);color:var(--docs-text)}.ineedhelp-root.is-theme-switching,.ineedhelp-root.is-theme-switching *,.ineedhelp-root.is-theme-switching *:before,.ineedhelp-root.is-theme-switching *:after{transition:none!important;animation-duration:0s!important}.ineedhelp-control-layer{position:sticky;top:0;z-index:10;display:flex;align-items:center;min-height:68px;padding:0 clamp(1rem,5vw,4rem);background:transparent;isolation:isolate}.ineedhelp-control-layer:before{content:"";position:absolute;inset:0 0 auto;z-index:-1;height:104px;background:linear-gradient(to bottom,color-mix(in srgb,var(--docs-bg) 68%,transparent) 0%,color-mix(in srgb,var(--docs-bg) 42%,transparent) 45%,color-mix(in srgb,var(--docs-bg) 14%,transparent) 76%,transparent);backdrop-filter:blur(52px) saturate(128%);-webkit-backdrop-filter:blur(52px) saturate(128%);mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.82) 48%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.82) 48%,transparent 100%);pointer-events:none}.ineedhelp-text-layer{min-width:0;padding:clamp(2.5rem,7vw,6.5rem) clamp(1rem,5vw,4rem) 7rem}.ineedhelp-theme-toggle{display:inline-grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid color-mix(in srgb,var(--docs-border) 74%,transparent);border-radius:999px;background:color-mix(in srgb,var(--docs-bg) 72%,transparent);color:var(--docs-text-muted);cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}.ineedhelp-theme-toggle:hover,.ineedhelp-theme-toggle:focus-visible{border-color:var(--docs-text);background:var(--docs-surface-hover);color:var(--docs-text);outline:none}.ineedhelp-root[data-theme=dark] .ineedhelp-icon-moon,.ineedhelp-root[data-theme=light] .ineedhelp-icon-sun{display:none}.ineedhelp-content{width:min(100%,76ch);margin:0 auto;color:var(--docs-text-muted);font-size:clamp(.86rem,.84rem + .1vw,.94rem);line-height:1.64;overflow-wrap:anywhere}.ineedhelp-content>:first-child{margin-top:0}.ineedhelp-content>:last-child{margin-bottom:0}.ineedhelp-content h1,.ineedhelp-content h2,.ineedhelp-content h3,.ineedhelp-content h4{color:var(--docs-heading);line-height:1.12;letter-spacing:0}.ineedhelp-content h1{margin:0 0 2rem;font-size:clamp(1.95rem,1.25rem + 3.1vw,4.1rem);font-weight:760}.ineedhelp-content h2{margin:4rem 0 1.2rem;font-size:clamp(1.35rem,1.08rem + 1vw,2rem);font-weight:720}.ineedhelp-content h3{margin:3rem 0 .9rem;font-size:clamp(1.08rem,1rem + .36vw,1.32rem);font-weight:680}.ineedhelp-content p,.ineedhelp-content ul,.ineedhelp-content ol,.ineedhelp-content blockquote,.ineedhelp-content pre{margin:0 0 1.05rem}.ineedhelp-content a{color:var(--docs-text);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--docs-text) 34%,transparent);text-decoration-thickness:1px;text-underline-offset:.22em}.ineedhelp-content a:hover{text-decoration-color:var(--docs-text)}.ineedhelp-content strong{color:var(--docs-text);font-weight:690}.ineedhelp-content blockquote{padding:.2rem 0 .2rem 1.2rem;border-left:2px solid color-mix(in srgb,var(--docs-text-muted) 44%,transparent);color:color-mix(in srgb,var(--docs-text) 68%,var(--docs-text-muted))}.ineedhelp-content code{border:1px solid var(--docs-border);border-radius:6px;padding:.15rem .38rem;background:var(--docs-surface);color:var(--docs-text);font-family:var(--font-mono);font-size:.9em}.ineedhelp-content pre{max-width:100%;overflow-x:auto;border:1px solid var(--docs-border);border-radius:12px;padding:1rem;background:var(--docs-code-bg)}.ineedhelp-content pre code{border:0;padding:0;background:transparent}.ineedhelp-content img,.ineedhelp-content video{display:block;max-width:100%;height:auto;border-radius:12px}.ineedhelp-footer{width:min(100%,76ch);margin:clamp(5rem,10vw,8rem) auto 0;color:var(--docs-text-muted);font-size:.92rem;letter-spacing:0;text-align:center}.ineedhelp-footer-rule{width:1px;height:clamp(4.5rem,9vw,7rem);margin:0 auto 1.2rem;background:color-mix(in srgb,var(--docs-text) 72%,transparent)}.ineedhelp-footer p{margin:0}@media(max-width:720px){.ineedhelp-control-layer{min-height:62px}.ineedhelp-theme-toggle{width:40px;height:40px}.ineedhelp-text-layer{padding-top:2.25rem;padding-bottom:5rem}.ineedhelp-content{line-height:1.58}}
