:root{--background:#eeeeee;--foreground:#171717;--surface:#ffffff;--surface-muted:#f6f6f6;--surface-subtle:#eeeeee;--text-primary:#171717;--text-secondary:#555555;--text-muted:#777777;--text-subtle:#999999;--border-strong:#171717;--border-default:#888888;--border-muted:#bfbfbf;--border-subtle:#aaaaaa;--shadow-default:#cccccc;--shadow-strong:#bbbbbb;--shadow-muted:#dddddd;--focus-ring:rgba(0,0,0,0.2);--inline-code-bg:rgba(175,184,193,0.2);--code-block-bg:#eff1f5;--code-block-border:#bcc0cc;--code-label-fg:#8c8fa1;--code-label-bg:#e6e9ef;--background-rgb:255,255,255;--border-rgb:170,170,170}@media(prefers-color-scheme:dark){:root:not([data-theme]){--background:#0a0a0a;--foreground:#ededed;--surface:#121212;--surface-muted:#161616;--surface-subtle:#1a1a1a;--text-primary:#ededed;--text-secondary:#c7c7c7;--text-muted:#a1a1a1;--text-subtle:#8c8c8c;--border-strong:#6b6b6b;--border-default:#4b4b4b;--border-muted:#3d3d3d;--border-subtle:#444444;--shadow-default:#222222;--shadow-strong:#303030;--shadow-muted:#222222;--focus-ring:rgba(255,255,255,0.26);--inline-code-bg:rgba(110,118,129,0.4);--code-block-bg:#282a36;--code-block-border:#44475a;--code-label-fg:#6272a4;--code-label-bg:#343746;--background-rgb:18,18,18;--border-rgb:68,68,68}}:root[data-theme=dark]{--background:#0a0a0a;--foreground:#ededed;--surface:#121212;--surface-muted:#161616;--surface-subtle:#1a1a1a;--text-primary:#ededed;--text-secondary:#c7c7c7;--text-muted:#a1a1a1;--text-subtle:#8c8c8c;--border-strong:#6b6b6b;--border-default:#4b4b4b;--border-muted:#3d3d3d;--border-subtle:#444444;--shadow-default:#222222;--shadow-strong:#303030;--shadow-muted:#222222;--focus-ring:rgba(255,255,255,0.26);--inline-code-bg:rgba(110,118,129,0.4);--code-block-bg:#282a36;--code-block-border:#44475a;--code-label-fg:#6272a4;--code-label-bg:#343746;--background-rgb:18,18,18;--border-rgb:68,68,68}html{color-scheme:light}@media(prefers-color-scheme:dark){html:not([data-theme]){color-scheme:dark}}html[data-theme=dark]{color-scheme:dark}html[data-theme=light]{color-scheme:light}body,html{-webkit-text-size-adjust:100%;font-size:14px;max-width:100vw;overflow-x:hidden;color:var(--foreground);background:var(--background);background-color:var(--background)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,body{font-family:ui-sans-serif,-apple-system,system-ui,Segoe UI,Helvetica,Apple Color Emoji,Arial,sans-serif,Segoe UI Emoji,Segoe UI Symbol}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.radix-themes{--cursor-button:pointer;--cursor-checkbox:pointer;--cursor-disabled:default;--cursor-link:pointer;--cursor-menu-item:pointer;--cursor-radio:pointer;--cursor-slider-thumb:grab;--cursor-slider-thumb-active:grabbing;--cursor-switch:pointer;--default-font-family:ui-sans-serif,-apple-system,system-ui,Segoe UI,Helvetica,Apple Color Emoji,Arial,sans-serif,Segoe UI Emoji,Segoe UI Symbol;--default-font-weight:400;--default-font-size:14px;--font-weight-light:300;--font-weight-normal:400;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--radius-factor:0.5;--color-background:var(--gray-0)}a{color:var(--gray-12)}h1,h2,h3,h4,h5,h6{font-size:1rem;font-weight:700;line-height:1.2;margin-top:0;margin-bottom:.5em;color:inherit}h2{padding-top:1.2rem;text-decoration:underline}hr{margin-top:1.2rem}ol,ul{padding-left:1rem}.shiki{margin:1.5rem 0;padding:1rem;border-radius:0;overflow-x:auto;font-size:12px;line-height:1.6;border:1px solid var(--code-block-border);box-shadow:2px 2px var(--shadow-muted);background-color:var(--code-block-bg)}.shiki,.shiki *{font-family:Berkeley Mono,monospace!important}.shiki code{background:none;padding:0;border-radius:0;font-size:inherit}.inline-code{background-color:var(--inline-code-bg);padding:.2em .4em;border-radius:3px;font-family:Berkeley Mono,monospace!important;font-size:85%}:root.light .shiki,:root[data-theme=light] .shiki{background-color:var(--code-block-bg)!important}:root.dark .shiki,:root.dark .shiki span,:root[data-theme=dark] .shiki,:root[data-theme=dark] .shiki span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important}@media(prefers-color-scheme:dark){:root:not([data-theme]) .shiki,:root:not([data-theme]) .shiki span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important}}.shiki[data-language]:before{content:attr(data-language);position:absolute;top:0;right:0;padding:.25rem .5rem;font-size:12px;font-weight:500;color:var(--code-label-fg);background-color:var(--code-label-bg);border-bottom-left-radius:4px}.shiki[data-language]{position:relative;padding-top:2rem}.mx-divider_divider__rVZsR{width:100%;overflow:visible;height:1px;margin:.5rem 0;color:var(--text-secondary);border:none;border-bottom:1px solid var(--border-strong);box-sizing:border-box}.mx-divider_variant-dashed__wSvqW{border-bottom:1px dashed var(--border-strong)}