.module-content{--mc-base-font:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mc-mono-font:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--mc-text:#334155;--mc-text-headings:#0f172a;--mc-text-muted:#64748b;--mc-bg-muted:#f1f5f9;--mc-border:#e2e8f0;--mc-border-hover:#cbd5e1;--mc-link:#2563eb;--mc-link-hover:#1d4ed8;--mc-link-decoration:#2563eb4d;--mc-info-bg:#eff6ff;--mc-info-text:#1e40af;--mc-info-border:#bfdbfe;--mc-warn-bg:#fff7ed;--mc-warn-text:#9a3412;--mc-warn-border:#fed7aa;--mc-error-bg:#fef2f2;--mc-error-text:#991b1b;--mc-error-border:#fecaca;--mc-success-bg:#f0fdf4;--mc-success-text:#166534;--mc-success-border:#bbf7d0;--mc-code-bg:#f8fafc;--mc-code-border:#e2e8f0;--mc-code-header-bg:#f1f5f9;--mc-code-text:#334155;--hl-keyword:#d73a49;--hl-function:#6f42c1;--hl-string:#0a3069;--hl-number:#005cc5;--hl-comment:#6a737d;--hl-variable:#e36209;--hl-constant:#005cc5;--mc-radius:.5rem;--mc-block-margin:1.5rem}.dark .module-content{--mc-text:#cbd5e1;--mc-text-headings:#f8fafc;--mc-text-muted:#94a3b8;--mc-bg-muted:#1a1a24;--mc-border:#25252f;--mc-border-hover:#35354a;--mc-link:#60a5fa;--mc-link-hover:#93c5fd;--mc-link-decoration:#60a5fa66;--mc-info-bg:#1e40af33;--mc-info-text:#93c5fd;--mc-info-border:#1e40af;--mc-warn-bg:#9a341233;--mc-warn-text:#fdba74;--mc-warn-border:#9a3412;--mc-error-bg:#991b1b33;--mc-error-text:#fca5a5;--mc-error-border:#991b1b;--mc-success-bg:#16653433;--mc-success-text:#86efac;--mc-success-border:#166534;--mc-code-bg:#0f0f16;--mc-code-border:#1a1a24;--mc-code-header-bg:#1a1a24;--mc-code-text:#e2e8f0;--hl-keyword:#c678dd;--hl-function:#61afef;--hl-string:#98c379;--hl-number:#d19a66;--hl-comment:#7f848e;--hl-variable:#e06c75;--hl-constant:#56b6c2}.module-content-wrapper{background-color:#0000;flex-direction:column;width:100%;height:100%;min-height:0;display:flex}.module-content{min-height:0;font-family:var(--mc-base-font);color:var(--mc-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;flex:1;padding:2.5rem 3rem;font-size:1.0625rem;line-height:1.8;overflow:hidden auto}@media (max-width:640px){.module-content{padding:1.25rem 1rem;font-size:1rem;line-height:1.7}.module-content h1{margin-top:1.5rem;font-size:2rem}.module-content h2{margin-top:1.25rem;font-size:1.5rem}.module-content h3{font-size:1.25rem}.module-content blockquote{margin-left:0;margin-right:0;padding:1rem 1.25rem}}@media (max-width:1023px){.module-content-wrapper{height:auto;min-height:auto}.module-content{height:auto;min-height:auto;padding:1rem 1rem 6rem;overflow:visible}.module-content .table-wrapper,.module-content .code-block-wrapper{max-width:100%}.module-content .code-block-header{flex-wrap:wrap;align-items:flex-start}.module-content .code-block-header-right{justify-content:flex-end;width:100%}.module-content pre{font-size:.8125rem}}.module-content>*{max-width:65ch;margin-left:auto;margin-right:auto}.module-content h1,.module-content h2,.module-content h3,.module-content h4,.module-content h5,.module-content h6{color:var(--mc-text-headings);margin-top:2rem;margin-bottom:1rem;scroll-margin-top:5rem;font-weight:600;line-height:1.4}.module-content>:first-child{margin-top:0!important}.module-content h1{letter-spacing:-.025em;margin-top:2.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:2.5rem;font-weight:800;position:relative}.module-content h1:after{content:"";background:linear-gradient(to right, transparent, var(--mc-border-hover) 50%, transparent);width:100%;height:2px;position:absolute;bottom:0;left:0}.module-content h2{letter-spacing:-.015em;margin-top:2.5rem;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.75rem;font-weight:700;position:relative}.module-content h2:after{content:"";background:linear-gradient(to right, transparent, var(--mc-border-hover) 50%, transparent);width:100%;height:2px;position:absolute;bottom:0;left:0}.module-content h3{letter-spacing:-.01em;margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.module-content h4{margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.module-content h5{margin-top:1.5rem;margin-bottom:.75rem;font-size:1.125rem}.module-content h6{color:var(--mc-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:1.5rem;margin-bottom:.75rem;font-size:1rem}.module-content p{margin-top:0;margin-bottom:1.25rem;line-height:1.8}.module-content a{color:var(--mc-link);border-bottom:1px solid var(--mc-link-decoration);padding-bottom:1px;text-decoration:none;transition:border-bottom-color .2s,color .2s,background-color .2s}.module-content a:hover{color:var(--mc-link-hover);border-bottom-color:var(--mc-link-hover);background-color:var(--mc-info-bg);border-radius:2px}.module-content a code{color:var(--mc-link)}.module-content hr{background:linear-gradient(to right, transparent, var(--mc-border-hover) 50%, transparent);border:0;height:2px;margin:3rem 0}.module-content strong{color:var(--mc-text-headings);font-weight:600}.module-content em{font-style:italic}.module-content del,.module-content s{color:var(--mc-text-muted);text-decoration:line-through}.module-content mark{color:#854d0e;background-color:#fef08a;border-radius:.2em;padding:0 .2em}.dark .module-content mark{color:#fef08a;background-color:#854d0e}.module-content kbd{font-family:var(--mc-mono-font);background-color:var(--mc-bg-muted);border:1px solid var(--mc-border);color:var(--mc-text-headings);white-space:nowrap;border-bottom-width:2px;border-radius:.375rem;padding:.15em .35em;font-size:.85em;font-weight:500}.module-content sub,.module-content sup{vertical-align:baseline;font-size:.75em;line-height:0;position:relative}.module-content sup{top:-.5em}.module-content sub{bottom:-.25em}.module-content abbr{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.module-content ul,.module-content ol{margin-bottom:var(--mc-block-margin);padding-left:1.625rem}.module-content ul{list-style-type:disc}.module-content ol{list-style-type:decimal}.module-content ul ul,.module-content ol ol,.module-content ul ol,.module-content ol ul{margin-top:.5em;margin-bottom:.5em}.module-content li{margin-bottom:.625em;padding-left:.375em}.module-content li>p{margin-top:.5em;margin-bottom:.5em}.module-content li::marker{color:var(--mc-text-muted)}.module-content ul.contains-task-list{padding-left:0;list-style:none}.module-content .task-list-item{align-items:flex-start;gap:.5em;margin-bottom:.5em;display:flex}.module-content input[type=checkbox]{appearance:none;border:1.5px solid var(--mc-text-muted);cursor:pointer;background-color:#0000;border-radius:.25em;flex-shrink:0;place-content:center;width:1.1em;height:1.1em;margin:.3em 0 0;display:grid}.module-content input[type=checkbox]:checked{background-color:var(--mc-link);border-color:var(--mc-link)}.module-content input[type=checkbox]:checked:before{content:"";transform-origin:0 100%;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);background-color:#fff;width:.65em;height:.65em}.dark .module-content input[type=checkbox]:checked:before{background-color:#0f172a}.module-content dl{margin-bottom:var(--mc-block-margin);grid-template-columns:auto 1fr;gap:.5rem 1rem;display:grid}.module-content dt{color:var(--mc-text-headings);grid-column:1;font-weight:600}.module-content dd{color:var(--mc-text);grid-column:2;margin:0}@media (max-width:640px){.module-content dl{grid-template-columns:1fr;gap:.25rem}.module-content dt{margin-top:.75rem}.module-content dd{padding-left:1rem}}.module-content blockquote{border-left:4px solid var(--mc-link);margin-bottom:var(--mc-block-margin);background:var(--mc-bg-muted);border-radius:0 var(--mc-radius) var(--mc-radius) 0;color:var(--mc-text-headings);padding:1.25rem 1.5rem;font-size:1.125rem;font-style:italic;box-shadow:inset 0 2px 4px #00000005}.module-content blockquote p{margin-bottom:.75rem}.module-content blockquote p:last-child{margin-bottom:0}.module-content .alert,.module-content .callout{margin-bottom:var(--mc-block-margin);border-radius:var(--mc-radius);border:1px solid #0000;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.module-content .alert-title{align-items:center;gap:.5rem;font-weight:700;display:flex}.module-content .alert-info{background:var(--mc-info-bg);border-color:var(--mc-info-border);color:var(--mc-info-text)}.module-content .alert-warn,.module-content .alert-warning{background:var(--mc-warn-bg);border-color:var(--mc-warn-border);color:var(--mc-warn-text)}.module-content .alert-error,.module-content .alert-danger{background:var(--mc-error-bg);border-color:var(--mc-error-border);color:var(--mc-error-text)}.module-content .alert-success,.module-content .alert-tip{background:var(--mc-success-bg);border-color:var(--mc-success-border);color:var(--mc-success-text)}.module-content .table-wrapper{border:1px solid var(--mc-border);border-radius:.5rem;max-width:100%;margin:2rem 0;overflow-x:auto;box-shadow:0 1px 3px #0000000d}.module-content table{border-collapse:collapse;text-align:left;width:100%;font-size:.9375rem}.module-content th{background-color:var(--mc-bg-muted);color:var(--mc-text-headings);border-bottom:1px solid var(--mc-border);white-space:nowrap;padding:.75rem 1rem;font-weight:600}.module-content td{border-bottom:1px solid var(--mc-border);vertical-align:top;padding:.75rem 1rem}.module-content tr:last-child td{border-bottom:none}.module-content tr:nth-child(2n) td{background-color:#00000004}.dark .module-content tr:nth-child(2n) td{background-color:#ffffff04}.module-content img{border-radius:var(--mc-radius);border:1px solid var(--mc-border);margin:var(--mc-block-margin) 0;max-width:100%;height:auto;display:block}.module-content figure{margin:var(--mc-block-margin) 0;display:block}.module-content figure img{margin-bottom:.5rem}.module-content figcaption{color:var(--mc-text-muted);text-align:center;font-size:.875rem;font-style:italic}.module-content .code-block-wrapper{border:1px solid var(--mc-code-border);background-color:var(--mc-code-bg);border-radius:.75rem;max-width:100%;margin:2rem 0;transition:box-shadow .2s ease-in-out;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.module-content .code-block-wrapper:hover{box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006}.module-content .code-block-header{background-color:var(--mc-code-header-bg);border-bottom:1px solid var(--mc-code-border);font-family:var(--mc-mono-font);-webkit-user-select:none;user-select:none;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem .75rem;font-size:.75rem;display:flex}.module-content .code-block-header-left{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.module-content .code-block-header-right{flex-shrink:0;align-items:center;gap:.5rem;margin-left:auto;display:flex}.module-content .code-block-language{color:var(--mc-text-muted);text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.module-content button.code-copy-btn,.module-content button.code-run-btn,.module-content button.code-download-btn,.module-content button.code-edit-btn,.module-content button.code-collapse-btn{color:var(--mc-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;gap:.375rem;padding:.35rem .5rem;transition:all .2s;display:flex}.module-content button.code-edit-btn{display:none!important}.module-content button.code-copy-btn:hover,.module-content button.code-run-btn:hover,.module-content button.code-download-btn:hover,.module-content button.code-edit-btn:hover,.module-content button.code-collapse-btn:hover{background-color:var(--mc-border);color:var(--mc-text-headings)}.module-content .code-copy-btn.copied{color:#10b981}.module-content .code-block-header-right svg,.module-content .code-block-header-left svg{flex-shrink:0;width:14px;height:14px;display:block}.module-content .copy-text{margin-left:.25rem;display:none}@media (min-width:640px){.module-content .copy-text{display:inline}}.module-content .code-copy-btn .check-icon{color:#10b981;display:none}.module-content .code-copy-btn.copied .check-icon{display:block}.module-content .code-copy-btn.copied .copy-icon{display:none}.module-content .code-block-content{grid-template-rows:1fr;transition:grid-template-rows .3s ease-out;display:grid}.module-content .code-block-wrapper.collapsed .code-block-content{grid-template-rows:0fr}.module-content .code-block-inner{overflow:hidden}.module-content .code-block-wrapper.collapsed .code-block-header{border-bottom:none}.module-content .chevron-icon{transition:transform .2s}.module-content .code-block-wrapper.collapsed .chevron-icon{transform:rotate(-90deg)}.module-content pre{font-family:var(--mc-mono-font);color:var(--mc-code-text);tab-size:2;scrollbar-width:thin;scrollbar-color:var(--mc-border) transparent;margin:0;padding:1.25rem 1.5rem;font-size:.9375rem;line-height:1.7;overflow-x:auto}.module-content pre::-webkit-scrollbar{height:8px}.module-content pre::-webkit-scrollbar-thumb{background-color:var(--mc-border);border-radius:4px}.module-content pre::-webkit-scrollbar-thumb:hover{background-color:var(--mc-border-hover)}.module-content :not(pre)>code{background-color:var(--mc-bg-muted);color:var(--mc-text-headings);border:1px solid var(--mc-border);font-size:.875em;font-weight:500;font-family:var(--mc-mono-font);white-space:pre-wrap;word-break:break-word;border-radius:.375rem;padding:.15rem .4rem}.module-content details{margin-bottom:var(--mc-block-margin);border:1px solid var(--mc-border);border-radius:var(--mc-radius);background-color:#0000;overflow:hidden}.module-content summary{cursor:pointer;background-color:var(--mc-bg-muted);color:var(--mc-text-headings);align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:600;list-style:none;transition:background-color .2s;display:flex}.module-content summary:hover{background-color:var(--mc-border)}.module-content summary::-webkit-details-marker{display:none}.module-content summary:before{content:"▶";font-size:.7rem;transition:transform .2s}.module-content details[open] summary:before{transform:rotate(90deg)}.module-content details[open]{border-bottom:1px solid var(--mc-border)}.module-content details>:not(summary){margin-bottom:0;padding:1rem}.module-content .footnotes{border-top:1px solid var(--mc-border);margin-top:4rem;padding-top:1.5rem;font-size:.875rem}.module-content .footnotes h2{color:var(--mc-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:0;font-size:1rem}.module-content .footnotes ol{padding-left:1rem}.module-content .footnote-item{color:var(--mc-text-muted)}.module-content .footnote-backref{color:var(--mc-link);margin-left:.25rem;text-decoration:none}.hljs-keyword,.hljs-selector-tag,.hljs-built_in,.hljs-name,.hljs-tag{color:var(--hl-keyword)}.hljs-function,.hljs-section,.hljs-title{color:var(--hl-function)}.hljs-string,.hljs-attribute,.hljs-symbol,.hljs-bullet,.hljs-addition,.hljs-variable,.hljs-template-tag,.hljs-template-variable{color:var(--hl-string)}.hljs-comment,.hljs-quote,.hljs-meta{color:var(--hl-comment);font-style:italic}.hljs-number,.hljs-literal,.hljs-type,.hljs-params{color:var(--hl-number)}.hljs-deletion{color:#ef4444}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.module-content .code-edit-btn{display:none!important}.module-content{color:#334155!important}.dark .module-content{color:var(--t-text)!important}
