:root {
    --docs-header-height: 64px;
    --scroll-padding-top: calc(var(--docs-header-height) + 1rem);
    --docs-sidebar-width: 19rem;
    --docs-theme-color: #147fd6;
    --docs-accent: var(--docs-theme-color);
    --docs-accent-strong: var(--docs-theme-color);
    --docs-radius: 8px;
    --docs-prose-max-width: 100%;
    --docs-notice-rule-width: 4px;
    --base-font-family: "Segoe UI Variable Text", "Segoe UI", "Microsoft YaHei UI", "PingFang SC", sans-serif;
    --base-font-size: 16px;
    --base-line-height: 1.65;
    --theme-color: var(--docs-theme-color);
    --link-color: var(--docs-theme-color);
    --content-max-width: 78rem;
    --sidebar-width: var(--docs-sidebar-width);
    --sidebar-padding: 0;
    --sidebar-border-width: 0 1px 0 0;
    --sidebar-nav-margin: 0;
    --sidebar-nav-padding: 1rem 0.75rem;
    --sidebar-nav-indent: 0.8rem;
    --sidebar-nav-link-margin: 0.08rem 0;
    --sidebar-nav-row-height: 2.75rem;
    --sidebar-nav-link-padding: 0.25em 2.35rem 0.25em 1.25rem;
    --sidebar-nav-link-border-radius: 6px;
    --sidebar-nav-link-border-width: 0;
    --sidebar-nav-link-border-width--hover: 0;
    --sidebar-nav-link-border-width--active: 0;
    --sidebar-nav-link-font-weight: 400;
    --sidebar-nav-link-font-weight--hover: 400;
    --sidebar-nav-link-font-weight--active: 400;
    --sidebar-nav-link-text-decoration: none;
    --sidebar-nav-link-text-decoration--hover: none;
    --sidebar-nav-link-text-decoration--active: none;
    --sidebar-nav-pagelink-background: none;
    --sidebar-nav-pagelink-background--loaded: none;
    --sidebar-nav-pagelink-background--active: none;
    --sidebar-toggle-width: var(--docs-sidebar-width);
    --sidebar-toggle-height: 46px;
    --sidebar-toggle-icon-width: 18px;
    --sidebar-toggle-icon-height: 12px;
    --sidebar-toggle-icon-stroke-width: 2px;
    --sidebar-toggle-border-radius: 0;
    --sidebar-toggle-border-width: 0;
    --notice-border-width: 0 0 0 var(--docs-notice-rule-width);
    --callout-bg: #f5f7f9;
    --callout-border-color: #e2e5e9;
    --callout-border-radius: 3px;
    --callout-border-width: 1px;
    --callout-charm-bg: transparent;
    --callout-charm-border-radius: 50%;
    --callout-charm-color: #ffffff;
    --callout-charm-content: '';
    --callout-charm-font-size: 16px;
    --callout-charm-inset: 1em auto auto 15px;
    --callout-charm-size: 26px;
    --callout-charm-translate: 0;
    --callout-color: var(--base-color);
    --callout-padding: 1em 1em 1em calc(25px + var(--callout-charm-size));
    --heading-font-weight: 700;
    --heading-h1-font-size: clamp(2rem, 4vw, 2.75rem);
    --heading-h1-border-width: 0;
    --heading-h2-font-size: 1.776889rem;
    --heading-h2-border-width: 0 0 1px;
    --heading-h2-padding: 0 0 0.45rem;
    --heading-h2-margin: 2.4rem 0 1rem;
    --heading-h3-font-size: 1.333rem;
    --heading-h3-margin: 2rem 0 0.75rem;
    --heading-h4-font-size: 1rem;
    --heading-h5-font-size: 0.750188rem;
    --heading-h6-font-size: 0.562782rem;
    --heading-margin: 2.5rem 0 0;
    --border-radius-s: 6px;
    --border-radius-m: 8px;
    --duration-fast: 150ms;
    --duration-medium: 220ms;
    --sidebar-item-fade-duration: 180ms;
    --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
    --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
    --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);

    /* Bridge the site theme to Docsify v5's core design tokens. The official
       core is the base layer; everything in this file remains the site-owned
       top-level override. */
    --color-bg: var(--base-background-color);
    --color-text: var(--base-color);
    --border-color: var(--docs-header-border);
    --font-family: var(--base-font-family);
    --font-size: var(--base-font-size);
    --font-weight: 400;
    --line-height: var(--base-line-height);
    --sidebar-bg: var(--sidebar-background);
    --sidebar-color: var(--base-color);
    --sidebar-font-size: var(--base-font-size);
    --sidebar-link-color: var(--sidebar-nav-link-color);
    --sidebar-link-color-active: var(--sidebar-nav-link-color--active);
}

:root[data-theme='light'] {
    --base-background-color: #ffffff;
    --base-color: #1c1e21;
    --strong-color: #111318;
    --heading-color: #15171c;
    --docs-header-background: #ffffff;
    --docs-header-border: #e2e5e9;
    --docs-muted: #606770;
    --docs-hover: #f1f3f5;
    --docs-active: #e9f4ff;
    --sidebar-background: #f7f8fa;
    --sidebar-border-color: #e2e5e9;
    --sidebar-nav-link-color: #30343b;
    --sidebar-nav-link-color--hover: #111318;
    --sidebar-nav-link-color--active: var(--docs-theme-color);
    --sidebar-nav-link-background--hover: #eceff2;
    --sidebar-nav-link-background--active: #eceff2;
    --sidebar-toggle-background: #f7f8fa;
    --sidebar-toggle-icon-color: #525860;
    --search-input-background-color: #ffffff;
    --search-input-background-color--focus: #ffffff;
    --search-input-border-color: #d7dbe0;
    --search-input-color: #1c1e21;
    --search-input-placeholder-color: #717780;
    --search-input-background-image: url("data:image/svg+xml,%3Csvg height='20' width='20' viewBox='0 0 24 24' fill='none' stroke='%23717780' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='7.5'/%3E%3Cline x1='21' y1='21' x2='15.8' y2='15.8'/%3E%3C/svg%3E");
    --navbar-root-color: #30343b;
    --navbar-root-color--hover: #111318;
    --navbar-root-color--active: var(--docs-theme-color);
    --navbar-menu-background: #ffffff;
    --blockquote-background: #f5f7f9;
    --blockquote-border-color: var(--docs-theme-color);
    --docs-callout-note-background: color-mix(in srgb, var(--docs-accent), #ffffff 90%);
    --docs-callout-note-border: var(--docs-theme-color);
    --code-inline-background: #eef1f4;
    --code-inline-color: #353b43;
    --heading-h2-border-color: #e2e5e9;
    --table-row-odd-background: #f7f8fa;
    --table-row-even-background: #ffffff;
    --table-body-border-color: #e2e5e9;
    --docs-table-border: #c9cfd6;
    --docs-table-head-background: #f0f2f5;
    --hr-border: 1px solid #e2e5e9;
}

:root[data-theme='dark'] {
    --docs-theme-color: #55afff;
    --base-background-color: #18191a;
    --base-color: #e3e4e6;
    --strong-color: #ffffff;
    --heading-color: #f4f5f6;
    --docs-header-background: #202122;
    --docs-header-border: #343638;
    --docs-muted: #a5a9af;
    --docs-hover: #2a2c2f;
    --docs-active: #25384b;
    --sidebar-background: #1e1f20;
    --sidebar-border-color: #343638;
    --sidebar-nav-link-color: #d5d7da;
    --sidebar-nav-link-color--hover: #ffffff;
    --sidebar-nav-link-color--active: var(--docs-theme-color);
    --sidebar-nav-link-background--hover: #292b2d;
    --sidebar-nav-link-background--active: #292b2d;
    --sidebar-toggle-background: #1e1f20;
    --sidebar-toggle-icon-color: #c5c8cc;
    --search-input-background-color: #292b2d;
    --search-input-background-color--focus: #292b2d;
    --search-input-border-color: #3b3e41;
    --search-input-color: #f3f4f5;
    --search-input-placeholder-color: #9da1a6;
    --search-input-background-image: url("data:image/svg+xml,%3Csvg height='20' width='20' viewBox='0 0 24 24' fill='none' stroke='%239da1a6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='7.5'/%3E%3Cline x1='21' y1='21' x2='15.8' y2='15.8'/%3E%3C/svg%3E");
    --navbar-root-color: #e2e3e5;
    --navbar-root-color--hover: #ffffff;
    --navbar-root-color--active: var(--docs-theme-color);
    --navbar-menu-background: #242628;
    --blockquote-background: #232527;
    --blockquote-border-color: var(--docs-theme-color);
    --docs-callout-note-background: color-mix(in srgb, var(--base-background-color) 86%, var(--docs-theme-color));
    --docs-callout-note-border: var(--docs-theme-color);
    --code-inline-background: #2a2c2f;
    --code-inline-color: #e7e9eb;
    --heading-h2-border-color: #343638;
    --table-row-odd-background: #202224;
    --table-row-even-background: #18191a;
    --table-body-border-color: #393c3f;
    --docs-table-border: #555960;
    --docs-table-head-background: #27292e;
    --hr-border: 1px solid #343638;
}

html {
    scroll-padding-top: var(--scroll-padding-top);
}

body {
    min-width: 320px;
}

/* Docsify v5 core supplies the default shell. These declarations are the
   site-specific shell contract formerly supplied indirectly by Themeable. */
main {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

main > .content,
body:has(.sidebar.show) main > .content {
    position: static;
    inset: auto;
    left: auto;
    transition: margin-left var(--duration-medium) var(--ease-out),
        margin-right var(--duration-medium) var(--ease-out),
        transform var(--duration-medium) var(--ease-out);
}

main::before {
    content: none;
}

.sidebar {
    visibility: visible;
    display: flex;
    flex-direction: column;
    right: auto;
    left: 0;
    width: var(--docs-sidebar-width);
    overflow-x: hidden;
    overflow-y: auto;
    translate: none;
}

.sidebar-nav {
    margin: var(--sidebar-nav-margin);
    padding: var(--sidebar-nav-padding);
}

.sidebar-nav > *,
.sidebar-nav ul {
    margin-inline: 0;
}

.sidebar-nav ul {
    margin-block: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    margin: 0;
}

.sidebar-nav li > p {
    margin: 0;
}

.sidebar-nav li > a {
    margin: var(--sidebar-nav-link-margin);
    padding: var(--sidebar-nav-link-padding);
    color: var(--sidebar-nav-link-color);
}

.docs-header > .sidebar-toggle,
body:has(.sidebar.show) .docs-header > .sidebar-toggle {
    translate: none;
}

.docs-header button[type],
.sidebar button[type] {
    margin-block: 0;
    box-shadow: none;
    line-height: normal;
}

.docs-header button[type]:hover:not(:focus-visible),
.sidebar button[type]:hover:not(:focus-visible) {
    outline: none;
}

@media (min-width: 48em) {
    .sidebar + .content {
        margin-left: var(--docs-sidebar-width);
    }

    .sidebar {
        transform: translateX(0);
    }

    .sidebar:not(.show) {
        transform: translateX(calc(-1 * var(--docs-sidebar-width)));
    }

    .sidebar:not(.show) + .content {
        margin-left: 0;
    }
}

@media (max-width: 47.99em) {
    .sidebar {
        transform: none;
        translate: calc(-1 * var(--docs-sidebar-width));
    }

    body:has(.sidebar.show) .sidebar {
        transform: none;
        translate: 0;
    }
}

body.sidebar-breakpoint-sync .sidebar {
    transition-property: background-color, border-color;
}

body.sidebar-breakpoint-sync main > .content {
    transition: none;
}

body,
.docs-header,
.sidebar,
.markdown-section,
.search input {
    transition: background-color 180ms ease-out, color 180ms ease-out, border-color 180ms ease-out;
}

*:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--docs-accent) 72%, transparent);
    outline-offset: 2px;
}

#skip-to-content {
    position: fixed;
    z-index: 1000;
    inset-block-start: 0;
    inset-inline-start: 50%;
    padding: 0.65rem 1rem;
    border: 0;
    border-radius: 0 0 var(--docs-radius) var(--docs-radius);
    background: var(--docs-accent-strong);
    color: #ffffff;
    font: 650 0.875rem/1.35 var(--base-font-family);
    transform: translate(-50%, calc(-100% - 0.5rem));
    transition: transform var(--duration-fast) var(--ease-out);
}

#skip-to-content:focus-visible {
    transform: translate(-50%, 0);
}

.search .kbd-group {
    display: none !important;
}

.docs-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    height: var(--docs-header-height);
    padding: 0 1rem;
    border-bottom: 1px solid var(--docs-header-border);
    background: var(--docs-header-background);
}

.docs-brand {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex: 1 1 auto;
    max-width: 30rem;
    align-items: center;
    min-width: 0;
    gap: 0.7rem;
    color: var(--base-color);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
}

.docs-brand:hover {
    color: var(--base-color);
    text-decoration: none;
}

.docs-brand-logo {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    background: center / contain no-repeat url('../img/favicon/dark.png?v=f95be5719e08');
}

:root[data-theme='dark'] .docs-brand-logo {
    background-image: url('../img/favicon/white.png?v=f95be5719e08');
}

.docs-brand span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.docs-header-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-left: auto;
}

.header-aux-nav,
.header-aux-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-aux-list {
    gap: 0.2rem;
    list-style: none;
}

.header-aux-item {
    position: relative;
    margin: 0;
    padding: 0;
}

/* Docsify replaces _navbar.md during route changes. Hide newly rendered
   auxiliary candidates until JavaScript moves them into the utility cluster. */
nav.app-nav > ul > li:not([data-header-navigation-processed='true']):has(> ul),
nav.app-nav > ul > li:not([data-header-navigation-processed='true']):has(> a[target='_blank']) {
    display: none;
}

.docs-header > .sidebar-toggle {
    position: relative !important;
    z-index: 1;
    inset: auto;
    display: grid;
    flex: 0 0 40px;
    order: 0;
    place-items: center;
    width: 40px;
    max-width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid var(--docs-header-border);
    border-radius: var(--docs-radius);
    background: transparent;
    color: var(--sidebar-toggle-icon-color);
    transform: none;
}

.docs-header > .docs-brand {
    order: 1;
    margin: 0;
}

.docs-header > .docs-header-actions {
    order: 3;
}

.docs-header > .sidebar-toggle .sidebar-toggle-button {
    display: block;
    position: absolute;
    inset: 50% auto auto 50%;
    width: 22px;
    height: 18px;
    margin: 0;
    border: 0;
    background: transparent;
    color: inherit;
    transform: translate(-50%, -50%);
}

.docs-header > .sidebar-toggle .sidebar-toggle-button:hover {
    background: transparent;
    color: inherit;
}

.docs-header > .sidebar-toggle .sidebar-toggle-button span {
    position: absolute;
    top: calc(50% - var(--sidebar-toggle-icon-stroke-width) / 2);
    left: calc(50% - var(--sidebar-toggle-icon-width) / 2);
    width: var(--sidebar-toggle-icon-width);
    height: var(--sidebar-toggle-icon-stroke-width);
    margin-top: 0;
    border-radius: 0;
    background: currentColor;
    transform-origin: center;
    transition: opacity var(--duration-fast) var(--ease-out),
        transform var(--duration-medium) var(--ease-in-out);
}

.docs-header > .sidebar-toggle .sidebar-toggle-button span:nth-child(1) {
    transform: translateY(calc(-1 * var(--sidebar-toggle-icon-height) / 2));
}

.docs-header > .sidebar-toggle .sidebar-toggle-button span:nth-child(2) {
    display: block;
    opacity: 1;
    transform: scaleX(1);
}

.docs-header > .sidebar-toggle .sidebar-toggle-button span:nth-child(3) {
    transform: translateY(calc(var(--sidebar-toggle-icon-height) / 2));
}

.header-icon-link,
.theme-toggle,
.language-switcher-trigger,
.header-aux-trigger,
.header-aux-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.65rem;
    border: 0;
    border-radius: var(--docs-radius);
    background: transparent;
    color: var(--navbar-root-color);
    cursor: pointer;
    transition: background-color var(--duration-medium) var(--ease-out),
        color var(--duration-medium) var(--ease-out);
}

.header-icon-link:hover,
.theme-toggle:hover,
.language-switcher-trigger:hover,
.language-switcher-trigger[aria-expanded='true'],
.header-aux-trigger:hover,
.header-aux-trigger[aria-expanded='true'],
.header-aux-menu-toggle:hover,
.header-aux-menu-toggle[aria-expanded='true'] {
    background: var(--docs-hover);
    color: var(--navbar-root-color--hover);
    text-decoration: none;
}

.header-icon-link svg,
.theme-toggle svg,
.language-switcher svg {
    width: 20px;
    height: 20px;
}

.theme-toggle svg,
.language-switcher svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.theme-toggle .theme-icon {
    display: none;
}

:root[data-theme-mode='auto'] .theme-icon-auto,
:root[data-theme-mode='light'] .theme-icon-sun,
:root[data-theme-mode='dark'] .theme-icon-moon {
    display: block;
}

.theme-toggle .theme-auto-fill {
    fill: currentColor;
    stroke: none;
}

.language-switcher {
    position: relative;
}

.language-switcher-trigger {
    gap: 0.4rem;
    min-width: 0;
    font-size: 0.9rem;
    font-weight: 600;
}

.header-aux-trigger {
    gap: 0.35rem;
    max-width: 11rem;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.header-aux-item.has-parent-link {
    display: flex;
    align-items: center;
}

.header-aux-parent-link {
    border-radius: var(--docs-radius) 0 0 var(--docs-radius);
    padding-right: 0.45rem;
}

.header-aux-menu-toggle {
    flex: 0 0 34px;
    width: 34px;
    min-width: 34px;
    padding: 0;
    border-radius: 0 var(--docs-radius) var(--docs-radius) 0;
}

.header-aux-item.has-parent-link:has(> .header-aux-menu-toggle[aria-expanded='true']) > .header-aux-parent-link {
    background: var(--docs-hover);
    color: var(--navbar-root-color--hover);
}

.header-aux-trigger-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-aux-chevron {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 160ms ease-out;
}

.header-aux-item.is-open .header-aux-chevron {
    transform: rotate(180deg);
}

.language-switcher .chevron {
    width: 14px;
    height: 14px;
    transition: transform 160ms ease-out;
}

.language-switcher-trigger[aria-expanded='true'] .chevron {
    transform: rotate(180deg);
}

.language-menu[hidden],
.header-aux-menu[hidden] {
    display: none;
}

.language-menu,
.header-aux-menu {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    padding: 0.45rem;
    border: 1px solid var(--docs-header-border);
    border-radius: 10px;
    background: var(--navbar-menu-background);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    z-index: 130;
}

.language-menu {
    min-width: 10rem;
}

.header-aux-menu {
    width: max-content;
    min-width: 11rem;
    max-width: min(20rem, calc(100vw - 2rem));
    max-height: calc(100vh - var(--docs-header-height) - 1rem);
    margin: 0;
    overflow-y: auto;
    list-style: none;
    overscroll-behavior: contain;
}

.language-menu a,
.header-aux-menu a {
    display: block;
    padding: 0.55rem 0.7rem;
    border-radius: 6px;
    color: var(--base-color);
    font-size: 0.9rem;
    text-decoration: none;
}

.header-aux-nav .header-aux-menu a[data-auxiliary-parent-link='true'] {
    display: none;
}

.language-menu a:hover,
.header-aux-menu a:hover {
    background: var(--docs-hover);
    text-decoration: none;
}

.header-aux-trigger:focus-visible,
.header-aux-menu-toggle:focus-visible,
.header-aux-menu a:focus-visible {
    background: var(--docs-hover);
    outline: 2px solid var(--docs-accent);
    outline-offset: -2px;
}

.language-menu a.is-current {
    background: var(--docs-active);
    color: var(--navbar-root-color--active);
    font-weight: 650;
}

nav.app-nav {
    position: static;
    z-index: auto;
    order: 2;
    display: flex;
    flex: 0 0 auto;
    align-items: stretch;
    height: var(--docs-header-height);
    pointer-events: none;
    margin: 0;
    text-align: left;
}

.app-nav > ul {
    display: flex;
    align-items: stretch;
    gap: 0.15rem;
}

.app-nav > ul > li {
    display: flex;
    align-items: stretch;
    margin: 0;
}

.app-nav > ul > li > a,
.app-nav > ul > li > span {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 0.85rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--navbar-root-color);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    pointer-events: auto;
}

.app-nav > ul > li > a::after {
    position: absolute;
    right: 0.85rem;
    bottom: 0;
    left: 0.85rem;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--docs-theme-color);
    content: '';
    opacity: 0;
    transform: scaleX(0.5);
    transition: opacity 150ms ease-out, transform 150ms ease-out;
}

.app-nav > ul > li > a:hover,
.app-nav > ul > li > a.active-section {
    background: transparent;
    color: var(--navbar-root-color--active);
    text-decoration: none;
}

.app-nav > ul > li > a:hover::after,
.app-nav > ul > li > a.active-section::after {
    opacity: 1;
    transform: scaleX(1);
}

.sidebar {
    position: fixed;
    z-index: 50;
    top: var(--docs-header-height);
    height: calc(100vh - var(--docs-header-height));
    border-color: var(--sidebar-border-color);
    background: var(--sidebar-background);
    transition: background-color 180ms var(--ease-out),
        border-color 180ms var(--ease-out),
        transform var(--duration-medium) var(--ease-drawer);
}

.sidebar > h1 {
    display: none;
}

.sidebar .search {
    order: 0;
    margin: 0;
    padding: 0.85rem 0.75rem 0.65rem;
    border-bottom: 1px solid var(--sidebar-border-color);
}

.sidebar .search .input-wrap {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-inline: 0;
    overflow: hidden;
    border: 1px solid var(--search-input-border-color);
    border-radius: var(--docs-radius);
    background-color: var(--search-input-background-color);
    transition: background-color 180ms ease-out, border-color 180ms ease-out,
        box-shadow 180ms ease-out;
}

.sidebar .search .input-wrap:focus-within {
    border-color: var(--docs-accent);
    background-color: var(--search-input-background-color--focus);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--docs-accent) 22%, transparent);
}

.sidebar .search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0.7rem 0.8rem 0.7rem 2.4rem;
    border: 0;
    border-radius: inherit;
    background-color: var(--search-input-background-color);
    background-position: 0.75rem center;
    color: var(--search-input-color);
    box-shadow: none;
}

.sidebar .search input[type='search'] {
    min-width: 0;
    padding: 0.65em 1em 0.65em 50px;
    border: 0;
    background-color: transparent;
    background-image: var(--search-input-background-image);
    background-position: 21px center;
    background-repeat: no-repeat;
    background-size: 20px;
    color: var(--search-input-color);
    font-size: inherit;
    line-height: 1;
}

.sidebar .search input:focus,
.sidebar .search input:focus-visible {
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

/* The v5 search plugin ships this label for assistive technology. Themeable's
   v4 CSS does not include the matching utility from the v5 core theme. */
.sidebar .search .clear-button .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.sidebar .search .input-wrap > .clear-button {
    box-sizing: border-box;
    flex: 0 0 var(--_button-size, 20px);
    width: var(--_button-size, 20px);
    height: var(--_button-size, 20px);
    padding: 0;
}

/* Docsify v5 renders search results without the v4-only `.show` class. */
.sidebar .search .results-panel:not(:empty) {
    display: grid;
    gap: 0.55rem;
    margin-top: 0.7rem;
}

.sidebar .search .results-status {
    margin: 0.75rem 0 0;
    padding-inline: 0.5rem;
}

.sidebar .search .matching-post,
.sidebar .search .matching-post:last-child {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--sidebar-border-color) !important;
    border-radius: var(--docs-radius);
    background-color: color-mix(in srgb, var(--sidebar-background) 84%, var(--base-background-color));
}

.sidebar .search .matching-post > a {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    padding: 0.75rem 0.8rem;
    border-radius: inherit;
    color: var(--sidebar-nav-link-color);
    text-decoration: none;
    transition: color var(--duration-medium) ease;
}

.sidebar .search .matching-post > a::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: inherit;
    background-color: var(--sidebar-nav-link-background--hover);
    content: '';
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--sidebar-item-fade-duration) ease;
}

.sidebar .search .matching-post:hover > a,
.sidebar .search .matching-post:focus-within > a {
    color: var(--sidebar-nav-link-color--hover);
}

.sidebar .search .matching-post:hover > a::after,
.sidebar .search .matching-post:focus-within > a::after {
    opacity: 1;
}

.sidebar .search .matching-post > a:focus-visible {
    outline-offset: -3px;
}

.sidebar .search .matching-post .title {
    margin: 0 0 0.35rem;
    color: inherit;
    font-weight: var(--sidebar-nav-link-font-weight);
}

.sidebar .search .matching-post .content {
    color: var(--docs-muted);
    line-height: 1.55;
}

.sidebar-nav {
    flex: 1 1 auto;
    order: 1;
    overflow-y: auto;
}

.sidebar-nav ul ul {
    box-sizing: border-box;
    margin: 0 0 0 0.7rem;
    padding: 0.2rem 0 0.35rem 0.55rem;
    border-left: 1px solid var(--sidebar-border-color);
}

.sidebar-nav li {
    position: relative;
}

.sidebar-nav li > a {
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    min-height: var(--sidebar-nav-row-height);
    overflow: hidden;
    border: 0;
    border-radius: var(--sidebar-nav-link-border-radius);
    background-color: transparent;
    line-height: 1.35;
    text-decoration: none;
    transition: background-color var(--duration-medium) ease,
        color var(--duration-medium) ease;
}

.sidebar-nav li > a::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: inherit;
    background-color: var(--sidebar-nav-link-background--hover);
    content: '';
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--sidebar-item-fade-duration) ease;
}

.sidebar-nav li > a:hover {
    border: 0;
    background-color: transparent;
    text-decoration: none;
}

.sidebar-nav li > a:focus-visible,
.sidebar-nav li > a[href^='#/']:not([href*='?id=']):focus-visible {
    background-color: transparent;
    color: var(--sidebar-nav-link-color--hover);
    text-decoration: none;
}

.sidebar-nav li > a:focus-visible::after,
.sidebar-nav li > a[href^='#/']:not([href*='?id=']):focus-visible::after {
    opacity: 1;
}

.sidebar-nav li > a::before,
.sidebar-nav li > strong::before {
    display: none;
    content: none;
}

.sidebar-nav > ul > li > a {
    font-weight: var(--sidebar-nav-link-font-weight);
}

.sidebar-nav li.active > a,
.sidebar-nav a.is-current-document,
.sidebar-nav a.category-page-link.is-current {
    border: 0;
    background-color: transparent;
    color: var(--sidebar-nav-link-color--active);
    font-weight: var(--sidebar-nav-link-font-weight--active);
    text-decoration: none;
}

.sidebar-nav li.active > a[href^='#/']:not([href*='?id=']):not(.section-link),
.sidebar-nav a.is-current-document[href^='#/']:not([href*='?id=']):not(.section-link),
.sidebar-nav a.category-page-link.is-current[href^='#/']:not([href*='?id=']):not(.section-link) {
    background-color: transparent;
}

.sidebar-nav li.active > a::after,
.sidebar-nav a.is-current-document::after,
.sidebar-nav a.category-page-link.is-current::after {
    background-color: var(--sidebar-nav-link-background--active);
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .sidebar-nav li > a:hover,
    .sidebar-nav .sidebar-group.is-toggle-hovered > a {
        background-color: transparent;
        color: var(--sidebar-nav-link-color--hover);
        font-weight: var(--sidebar-nav-link-font-weight--hover);
    }

    .sidebar-nav li > a[href^='#/']:not([href*='?id=']):hover,
    .sidebar-nav .sidebar-group.is-toggle-hovered > a[href^='#/']:not([href*='?id=']) {
        background-color: transparent;
    }

    .sidebar-nav li > a:hover::after,
    .sidebar-nav .sidebar-group.is-toggle-hovered > a::after {
        opacity: 1;
    }

    .sidebar-nav li.active > a:hover,
    .sidebar-nav a.is-current-document:hover,
    .sidebar-nav a.category-page-link.is-current:hover,
    .sidebar-nav .sidebar-group.is-toggle-hovered > a.is-current-document,
    .sidebar-nav .sidebar-group.active.is-toggle-hovered > a {
        background-color: transparent;
        color: var(--sidebar-nav-link-color--active);
    }
}

.sidebar-nav .sidebar-group.is-toggle-focused > a {
    background-color: transparent;
    color: var(--sidebar-nav-link-color--hover);
}

.sidebar-nav .sidebar-group.is-toggle-focused > a::after {
    opacity: 1;
}

.sidebar-nav .sidebar-group.active.is-toggle-focused > a,
.sidebar-nav .sidebar-group.is-toggle-focused > a.is-current-document {
    background-color: transparent;
    color: var(--sidebar-nav-link-color--active);
}

.sidebar-group-toggle {
    position: absolute;
    z-index: 2;
    top: calc((var(--sidebar-nav-row-height) - 2rem) / 2);
    right: 0.28rem;
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--docs-muted);
    cursor: pointer;
    transition: background-color var(--duration-medium) ease,
        color var(--duration-medium) ease;
}

.sidebar-group-toggle:hover {
    background: var(--docs-hover);
    color: var(--base-color);
}

.sidebar-group-toggle svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transform: rotate(90deg);
    transition: transform var(--duration-fast) var(--ease-out);
}

.sidebar-group.is-collapsed > .sidebar-group-toggle svg {
    transform: rotate(0);
}

.sidebar-group-panel {
    overflow: hidden;
    opacity: 1;
    transition: height var(--duration-medium) var(--ease-out),
        opacity var(--duration-fast) var(--ease-out),
        padding-top var(--duration-medium) var(--ease-out),
        padding-bottom var(--duration-medium) var(--ease-out);
    will-change: height, opacity, padding-top, padding-bottom;
}

.sidebar-group-panel[hidden] {
    display: none;
}

.mobile-sidebar-menu,
.mobile-primary-nav,
.mobile-aux-nav {
    display: none;
}

.mobile-sidebar-tools {
    display: none;
}

.mobile-sidebar-shadow {
    display: none;
}

@media (min-width: 48em) {
    body.close .sidebar {
        transform: translateX(calc(-1 * var(--docs-sidebar-width)));
    }

    body.close .sidebar + .content {
        margin-left: 0;
    }

    body.close nav.app-nav {
        margin-left: 0;
    }
}

main > .content {
    padding-top: var(--docs-header-height);
}

body.has-page-toc main > .content {
    margin-right: 16rem;
}

.page-toc-rail {
    position: fixed;
    z-index: 40;
    top: var(--docs-header-height);
    right: 0;
    box-sizing: border-box;
    width: 16rem;
    height: calc(100vh - var(--docs-header-height));
    padding: 2.6rem 1.15rem 2rem;
    overflow-y: auto;
    border-left: 1px solid var(--docs-header-border);
    background: var(--base-background-color);
    opacity: 0;
    transform: translateX(0.6rem);
    transition: background-color 180ms ease-out, border-color 180ms ease-out,
        opacity 180ms ease-out, transform 220ms ease-out;
}

.page-toc-rail.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.page-toc-title {
    margin: 0 0 0.7rem;
    color: var(--docs-muted);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.page-toc-list,
.page-toc-list ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.page-toc-list li {
    margin: 0;
}

.page-toc-list li[data-toc-level='3'] > a {
    padding-left: 1rem;
    font-size: 0.82rem;
}

.page-toc-list li[data-toc-level='4'] > a,
.page-toc-list li[data-toc-level='5'] > a {
    padding-left: 1.45rem;
    font-size: 0.8rem;
}

.page-toc-list a.section-link {
    display: block;
    margin: 0.08rem 0;
    padding: 0.38rem 0.55rem;
    border-left: 2px solid transparent;
    border-radius: 0 5px 5px 0;
    color: var(--docs-muted);
    font-size: 0.86rem;
    line-height: 1.35;
    text-decoration: none;
}

.page-toc-list a.section-link:hover,
.page-toc-list a.section-link.active {
    border-left-color: var(--docs-accent);
    background: var(--docs-active);
    color: var(--docs-accent);
    text-decoration: none;
}

.markdown-section,
.app-nav:not(:empty) ~ main .markdown-section {
    width: auto;
    max-width: var(--content-max-width);
    margin: 0 auto;
    padding: 2.6rem clamp(1.5rem, 4vw, 4rem) 4rem;
}

.markdown-section > :first-child {
    margin-top: 0;
}

body.docs-route-pending .markdown-section {
    visibility: hidden;
}

.markdown-section h1 {
    margin: 0 0 0.75rem;
    font-size: var(--heading-h1-font-size);
    font-weight: 750;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.markdown-section :is(h2, h3, h4, h5, h6) {
    color: var(--heading-color);
    font-weight: var(--heading-font-weight);
    line-height: var(--base-line-height);
}

.markdown-section h2 {
    margin: var(--heading-h2-margin);
    padding: var(--heading-h2-padding);
    border-width: var(--heading-h2-border-width);
    border-style: solid;
    border-color: var(--heading-h2-border-color);
    font-size: var(--heading-h2-font-size);
}

.markdown-section h3 {
    margin: var(--heading-h3-margin);
    font-size: var(--heading-h3-font-size);
}

.markdown-section h4 {
    margin: var(--heading-margin);
    font-size: var(--heading-h4-font-size);
}

.markdown-section h5 {
    margin: var(--heading-margin);
    font-size: var(--heading-h5-font-size);
}

.markdown-section h6 {
    margin: var(--heading-margin);
    font-size: var(--heading-h6-font-size);
}

.markdown-section :is(h1, h2, h3, h4, h5, h6):first-child {
    margin-top: 0;
}

.markdown-section :is(h1, h2, h3, h4, h5) + :is(h2, h3, h4, h5, h6) {
    margin-top: 1rem;
}

.markdown-section figure,
.markdown-section p,
.markdown-section ol,
.markdown-section ul {
    margin: 1em 0;
}

.markdown-section li {
    margin: 0;
}

.markdown-section ol ol,
.markdown-section ol ul,
.markdown-section ul ol,
.markdown-section ul ul {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
}

.docs-breadcrumb {
    margin: 0 0 1rem;
    color: var(--docs-muted);
    font-size: 0.92rem;
}

.docs-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.docs-breadcrumb li {
    display: inline-flex;
    align-items: center;
    max-width: none;
}

.docs-breadcrumb li + li::before {
    margin: 0 0.55rem;
    color: var(--docs-muted);
    content: '›';
}

.docs-breadcrumb a {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    color: var(--base-color);
    font-weight: 400;
    text-decoration: none;
    transition: background-color var(--duration-fast) var(--ease-out),
        color var(--duration-fast) var(--ease-out);
}

.docs-breadcrumb span[aria-current='page'] {
    color: var(--docs-theme-color);
    font-weight: 550;
    text-decoration: none;
}

.docs-breadcrumb span[aria-current='page'] {
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: var(--docs-active);
}

.docs-breadcrumb .docs-breadcrumb-home {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border-radius: 999px;
    color: var(--base-color);
}

.docs-breadcrumb-home svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.docs-breadcrumb .docs-breadcrumb-home:hover {
    background: var(--docs-hover);
    color: var(--docs-theme-color);
    text-decoration: none;
}

.docs-breadcrumb a:hover,
.docs-breadcrumb a:focus-visible {
    background: var(--docs-hover);
    color: var(--docs-theme-color);
    text-decoration: none;
}

.docs-breadcrumb a:focus-visible {
    outline: 2px solid var(--docs-theme-color);
    outline-offset: 2px;
}

.category-page-intro {
    margin: 0 0 1.5rem;
    color: var(--docs-muted);
}

.category-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.markdown-section .category-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 5.75rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid var(--docs-header-border);
    border-radius: 10px;
    background: color-mix(in srgb, var(--sidebar-background) 75%, var(--base-background-color));
    color: var(--base-color);
    text-decoration: none;
    transition: border-color 160ms ease-out, background-color 160ms ease-out, transform 160ms ease-out;
}

.markdown-section .category-card:hover {
    border-color: var(--docs-accent);
    background: color-mix(in srgb, var(--docs-active) 50%, var(--base-background-color));
    color: var(--base-color);
    text-decoration: none;
    transform: translateY(-2px);
}

.category-card-icon {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.9rem;
    border-radius: 8px;
    background: var(--docs-active);
    color: var(--docs-accent);
    transition: background-color 160ms ease-out;
}

.category-card-icon.has-site-icon {
    background: rgba(240, 242, 245, 0.2);
}

:root[data-theme='light'] .category-card-icon.has-site-icon {
    color-scheme: light;
}

:root[data-theme='dark'] .category-card-icon.has-site-icon {
    color-scheme: dark;
}

.category-card-icon svg,
.category-card-arrow {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.category-card-site-icon {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.category-card-copy {
    min-width: 0;
}

.category-card-copy strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--strong-color);
    font-size: 1rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.category-card-description {
    display: block;
    margin-top: 0.25rem;
    color: var(--docs-muted);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.category-card-arrow {
    margin-left: 0.75rem;
    color: var(--docs-muted);
    transition: transform 160ms ease-out;
}

.category-card:hover .category-card-arrow {
    color: var(--docs-accent);
    transform: translateX(0.2rem);
}

.category-card:hover .category-card-arrow--external {
    transform: translate(0.14rem, -0.14rem);
}

.markdown-section h2,
.markdown-section h3,
.markdown-section h4 {
    letter-spacing: -0.015em;
}

.markdown-section p,
.markdown-section li {
    max-width: var(--docs-prose-max-width);
}

.markdown-section a:not([class]) {
    text-decoration: none;
    text-underline-offset: 0.18em;
}

.markdown-section a:not([class]):hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.markdown-section .docs-breadcrumb a:hover,
.markdown-section .docsify-pagination-container a:hover {
    text-decoration: none;
}

.markdown-section .docsify-tabs__tab {
    line-height: normal;
}

.markdown-section :is(h1, h2, h3, h4, h5, h6) > a {
    text-decoration: none;
    text-underline-offset: auto;
}

.markdown-section :is(h1, h2, h3, h4, h5, h6) > a.anchor {
    color: inherit;
}

.markdown-section :is(h1, h2, h3, h4, h5, h6) > a:not(.anchor) {
    color: var(--link-color);
}

.markdown-section :is(h1, h2, h3, h4, h5, h6) > a:hover {
    text-decoration: underline;
    text-decoration-color: currentColor;
    text-decoration-thickness: auto;
}

.markdown-section :is(h1, h2, h3, h4, h5, h6) > a.anchor:hover {
    color: inherit;
}

.markdown-section :is(h1, h2, h3, h4, h5, h6) > a:not(.anchor):hover {
    color: var(--link-color-hover);
}

/* Docsify's UI Kit page keeps each swatch directly above its rendered markup.
   These four rules come from the official UI Kit page rather than core.css;
   horizontal overflow stays local to the palette on narrow screens. */
.markdown-section .ui-kit-color {
    display: flex;
    max-width: 100%;
    gap: 10px;
    overflow-x: auto;
    font-size: var(--font-size-s);
    overscroll-behavior-inline: contain;
}

.markdown-section .ui-kit-color figure {
    flex-grow: 1;
    margin: 0;
    padding: 0;
}

.markdown-section .ui-kit-color figure > div {
    height: 4rem;
    border-radius: var(--border-radius);
}

.markdown-section .ui-kit-color figcaption {
    padding: 0.5em 0;
    text-align: center;
}

/* Themeable v4 forces inline code onto one line. Keep fenced code scrollable,
   but allow inline code to wrap with the surrounding prose on narrow screens. */
.markdown-section code:not([class*='lang-']):not([class*='language-']) {
    white-space: break-spaces;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.markdown-section blockquote,
.markdown-section .callout {
    box-sizing: border-box;
    width: 100%;
    max-width: var(--docs-prose-max-width);
}

.markdown-section blockquote {
    overflow: visible;
    margin: 2em 0;
    padding: 1.5em;
    border-style: solid;
    border-left-width: var(--docs-notice-rule-width);
    border-left-color: var(--blockquote-border-color);
    border-radius: 0 var(--docs-radius) var(--docs-radius) 0;
    background: var(--blockquote-background);
}

/* Docsify v5 callouts. Legacy ?> and !> markers are normalized to Note and
 * Caution before rendering so the five standard semantic classes stay intact.
 */
.markdown-section .callout {
    position: relative;
    margin: 1.5rem 0;
    padding: var(--callout-padding);
    border: solid var(--callout-border-color);
    border-width: var(--callout-border-width);
    border-radius: var(--callout-border-radius);
    background: var(--callout-bg);
    color: var(--callout-color);
}

.markdown-section .callout::before {
    position: absolute;
    inset: var(--callout-charm-inset);
    width: var(--callout-charm-size);
    height: var(--callout-charm-size);
    translate: var(--callout-charm-translate);
    border-radius: var(--callout-charm-border-radius);
    background: var(--callout-charm-bg);
    color: var(--callout-charm-color);
    content: var(--callout-charm-content);
    font-size: var(--callout-charm-font-size);
    font-weight: 600;
    line-height: var(--callout-charm-size);
    text-align: center;
}

.markdown-section .callout.caution {
    --callout-bg: #fef2f2;
    --callout-border-color: #fca5a5;
    --callout-charm-bg: #ef4444 center no-repeat url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="13" height="13" fill="white"><path d="M10 14C10 15.1 9.1 16 8 16 6.9 16 6 15.1 6 14 6 12.9 6.9 12 8 12 9.1 12 10 12.9 10 14Z"/><path d="M10 1.6C10 1.2 9.8 0.9 9.6 0.7 9.2 0.3 8.6 0 8 0 7.4 0 6.8 0.2 6.5 0.6 6.2 0.9 6 1.2 6 1.6 6 1.7 6 1.8 6 1.9L6.8 9.6C6.9 9.9 7 10.1 7.2 10.2 7.4 10.4 7.7 10.5 8 10.5 8.3 10.5 8.6 10.4 8.8 10.3 9 10.1 9.1 9.9 9.2 9.6L10 1.9C10 1.8 10 1.7 10 1.6Z"/></svg>');
}

.markdown-section .callout.important {
    --callout-bg: #f5f3ff;
    --callout-border-color: #ddd6fe;
    --callout-charm-bg: #8b5cf6 center no-repeat url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" fill="white"><path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Zm0 2.445L6.615 5.5a.75.75 0 0 1-.564.41l-3.097.45 2.24 2.184a.75.75 0 0 1 .216.664l-.528 3.084 2.769-1.456a.75.75 0 0 1 .698 0l2.77 1.456-.53-3.084a.75.75 0 0 1 .216-.664l2.24-2.183-3.096-.45a.75.75 0 0 1-.564-.41L8 2.694Z"/></svg>');
}

.markdown-section .callout.note {
    --callout-bg: var(--docs-callout-note-background);
    --callout-border-color: var(--docs-callout-note-border);
    --callout-charm-bg: var(--docs-theme-color) center no-repeat url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="14" height="14" fill="white"><path d="M9.1 0C10.2 0 10.7 0.7 10.7 1.6 10.7 2.6 9.8 3.6 8.6 3.6 7.6 3.6 7 3 7 2 7 1.1 7.7 0 9.1 0Z"/><path d="M5.8 16C5 16 4.4 15.5 5 13.2L5.9 9.1C6.1 8.5 6.1 8.2 5.9 8.2 5.7 8.2 4.6 8.6 3.9 9.1L3.5 8.4C5.6 6.6 7.9 5.6 8.9 5.6 9.8 5.6 9.9 6.6 9.5 8.2L8.4 12.5C8.2 13.2 8.3 13.5 8.5 13.5 8.7 13.5 9.6 13.2 10.4 12.5L10.9 13.2C8.9 15.2 6.7 16 5.8 16Z"/></svg>');
}

.markdown-section .callout.tip {
    --callout-bg: #f0fdfa;
    --callout-border-color: #99f6e4;
    --callout-charm-bg: #14b8a6 center no-repeat url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="14" height="14" fill="white"><path d="M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z"/></svg>');
}

.markdown-section .callout.warning {
    --callout-bg: #fffbeb;
    --callout-border-color: #fde68a;
    --callout-charm-bg: #fcd34d center no-repeat url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="13" height="13" fill="%23a16207"><path d="M10 14C10 15.1 9.1 16 8 16 6.9 16 6 15.1 6 14 6 12.9 6.9 12 8 12 9.1 12 10 12.9 10 14Z"/><path d="M10 1.6C10 1.2 9.8 0.9 9.6 0.7 9.2 0.3 8.6 0 8 0 7.4 0 6.8 0.2 6.5 0.6 6.2 0.9 6 1.2 6 1.6 6 1.7 6 1.8 6 1.9L6.8 9.6C6.9 9.9 7 10.1 7.2 10.2 7.4 10.4 7.7 10.5 8 10.5 8.3 10.5 8.6 10.4 8.8 10.3 9 10.1 9.1 9.9 9.2 9.6L10 1.9C10 1.8 10 1.7 10 1.6Z"/></svg>');
}

:root[data-theme='dark'] .markdown-section .callout.caution {
    --callout-bg: color-mix(in srgb, var(--base-background-color) 86%, #ef4444);
    --callout-border-color: #991b1b;
}

:root[data-theme='dark'] .markdown-section .callout.important {
    --callout-bg: color-mix(in srgb, var(--base-background-color) 86%, #8b5cf6);
    --callout-border-color: #5b21b6;
}

:root[data-theme='dark'] .markdown-section .callout.note {
    --callout-bg: var(--docs-callout-note-background);
    --callout-border-color: var(--docs-callout-note-border);
}

:root[data-theme='dark'] .markdown-section .callout.tip {
    --callout-bg: color-mix(in srgb, var(--base-background-color) 86%, #14b8a6);
    --callout-border-color: #115e59;
}

:root[data-theme='dark'] .markdown-section .callout.warning {
    --callout-bg: color-mix(in srgb, var(--base-background-color) 86%, #fcd34d);
    --callout-border-color: #a16207;
}

.markdown-section .callout > :first-child {
    margin-top: 0;
}

.markdown-section .callout > :last-child {
    margin-bottom: 0;
}

.markdown-section .callout .callout {
    margin: 1rem 0;
}

.markdown-section .callout strong {
    color: inherit;
}

.markdown-section .callout a {
    color: var(--docs-accent);
}

.markdown-section .callout code:not([class*='lang-']):not([class*='language-']) {
    background: rgba(0, 0, 0, 0.05);
    color: inherit;
}

:root[data-theme='dark'] .markdown-section .callout code:not([class*='lang-']):not([class*='language-']) {
    background: var(--code-inline-background);
}

:root[data-theme='dark'] .markdown-section .callout pre[data-lang] {
    background: var(--base-background-color);
}

.markdown-section img {
    height: auto;
    object-fit: contain;
}

.markdown-section table {
    display: block;
    width: 100%;
    margin: 1rem 0;
    overflow: auto;
    border: 1px solid var(--docs-table-border);
    border-spacing: 0;
    border-collapse: collapse;
    background: var(--base-background-color);
}

.markdown-section thead {
    border: 0;
    background: var(--docs-table-head-background);
}

.markdown-section tbody {
    border: 0;
}

.markdown-section th,
.markdown-section td {
    padding: 0.75em 0.5em;
    border: 1px solid var(--docs-table-border);
}

.markdown-section th:not([align]) {
    text-align: left;
}

.markdown-section th {
    color: var(--strong-color);
    font-weight: 600;
}

.markdown-section tbody tr:nth-child(odd) {
    background: var(--table-row-odd-background);
}

.markdown-section tbody tr:nth-child(even) {
    background: var(--table-row-even-background);
}

.markdown-section .responsive-table-value {
    display: contents;
}

.markdown-section .table-wrapper {
    overflow-x: auto;
}

.markdown-section .table-wrapper table {
    display: table;
    width: 100%;
}

.markdown-section .table-wrapper td::before {
    display: none;
}

@media (max-width: 30em) {
    .markdown-section .table-wrapper tbody,
    .markdown-section .table-wrapper tr,
    .markdown-section .table-wrapper td {
        display: block;
    }

    .markdown-section .table-wrapper table {
        border: 0;
        background: transparent;
    }

    .markdown-section .table-wrapper thead {
        display: none;
    }

    .markdown-section .table-wrapper tr {
        padding: 0.75em 0.5em;
        border: 1px solid var(--docs-table-border);
    }

    .markdown-section .table-wrapper tr:not(:last-child) {
        border-bottom: 0;
    }

    .markdown-section .table-wrapper td {
        display: grid;
        grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
        align-items: start;
        column-gap: 0.75rem;
        min-height: 2.3rem;
        padding: 0.4rem;
        border: 0;
        border-bottom: 1px solid var(--docs-table-border);
        line-height: 1.4;
        overflow-wrap: anywhere;
    }

    .markdown-section .table-wrapper td::before {
        content: attr(data-table-label);
        display: block;
        grid-column: 1;
        grid-row: 1;
        float: none;
        width: auto;
        min-width: 0;
        margin-left: 0;
        overflow-wrap: anywhere;
    }

    .markdown-section .table-wrapper .responsive-table-value {
        display: block;
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .markdown-section .table-wrapper td:last-child {
        border-bottom: 0;
    }
}

body .docsify-pagination-container {
    border-top: 1px solid var(--docs-header-border);
    gap: 1rem;
}

.docsify-pagination-container:empty {
    display: none;
}

.pagination-item {
    min-width: min(19rem, 100%);
    padding: 1rem 1.15rem;
    border: 1px solid var(--docs-header-border);
    border-radius: 10px;
}

.pagination-item:hover {
    border-color: var(--docs-accent);
}

@media (max-width: 71rem) {
    body.has-page-toc main > .content {
        margin-right: 0;
    }

    .page-toc-rail {
        position: static;
        order: 3;
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        max-height: 34vh;
        padding: 0.8rem 0.75rem 1rem;
        border-top: 1px solid var(--sidebar-border-color);
        border-left: 0;
        background: color-mix(in srgb, var(--sidebar-background) 96%, var(--base-background-color));
        transform: translateY(0.4rem);
    }

    .page-toc-rail.is-visible {
        transform: translateY(0);
    }

    .page-toc-title {
        margin-bottom: 0.45rem;
    }

    .docs-brand {
        max-width: 22rem;
    }

    .app-nav > ul > li > a,
    .app-nav > ul > li > span {
        padding-inline: 0.65rem;
    }
}

@media (max-width: 64rem) {
    .docs-header > .sidebar-toggle[aria-expanded='true'] .sidebar-toggle-button span:nth-child(1) {
        transform: translateY(0) rotate(45deg);
    }

    .docs-header > .sidebar-toggle[aria-expanded='true'] .sidebar-toggle-button span:nth-child(2) {
        opacity: 0;
        transform: scaleX(0.45);
    }

    .docs-header > .sidebar-toggle[aria-expanded='true'] .sidebar-toggle-button span:nth-child(3) {
        transform: translateY(0) rotate(-45deg);
    }
}

@media (min-width: 48em) and (max-width: 64rem) {
    .sidebar + .content,
    body:has(.sidebar.show) .sidebar + .content {
        margin-left: 0;
    }

    .mobile-sidebar-shadow {
        display: block;
        position: fixed;
        z-index: 49;
        top: var(--docs-header-height);
        bottom: 0;
        left: var(--docs-sidebar-width);
        width: calc(100vw - var(--docs-sidebar-width));
        opacity: 0;
        pointer-events: none;
        transform: translateX(calc(-1 * var(--docs-sidebar-width)));
        transition: opacity var(--duration-medium) var(--ease-drawer),
            transform var(--duration-medium) var(--ease-drawer);
    }

    .mobile-sidebar-shadow::before {
        position: absolute;
        inset: 0 auto 0 0;
        width: 1.5rem;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0));
        content: '';
        pointer-events: none;
    }

    body:has(.sidebar.show) .mobile-sidebar-shadow {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }
}

@media (max-width: 47.99em) {
    :root {
        --docs-header-height: 58px;
        --docs-sidebar-width: min(86vw, 21rem);
    }

    html.mobile-sidebar-scroll-locked,
    body.mobile-sidebar-scroll-locked {
        overflow: hidden;
        overscroll-behavior: none;
    }

    body.mobile-sidebar-scroll-locked {
        position: fixed;
        top: calc(-1 * var(--docs-mobile-sidebar-scroll-y, 0px));
        right: 0;
        left: 0;
        width: 100%;
    }

    .docs-header {
        z-index: 120;
        gap: 0.45rem;
        padding: 0 0.6rem;
    }

    .docs-brand {
        flex: 1 1 0;
        max-width: none;
    }

    .docs-brand > span:not(.docs-brand-logo) {
        display: block;
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
        font-size: 0.92rem;
    }

    nav.app-nav {
        display: none;
    }

    .language-switcher,
    .header-aux-nav,
    .header-icon-link {
        display: none;
    }

    .theme-toggle {
        min-width: 38px;
        height: 38px;
    }

    .docs-header > .sidebar-toggle,
    body.close .docs-header > .sidebar-toggle {
        flex-basis: 38px;
        width: 38px;
        max-width: 38px;
        height: 38px;
    }

    .sidebar {
        z-index: 105;
        bottom: auto;
        height: calc(100vh - var(--docs-header-height));
        height: calc(100dvh - var(--docs-header-height));
        box-shadow: none;
        transition: translate 250ms ease, background-color 180ms var(--ease-out),
            border-color 180ms var(--ease-out);
    }

    body.mobile-sidebar-scroll-locked .sidebar-nav {
        overscroll-behavior-y: contain;
    }

    body.close .sidebar + .content {
        transform: none;
    }

    .mobile-sidebar-shadow {
        display: block;
        position: fixed;
        z-index: 104;
        top: var(--docs-header-height);
        bottom: auto;
        left: var(--docs-sidebar-width);
        width: calc(100vw - var(--docs-sidebar-width));
        height: calc(100vh - var(--docs-header-height));
        height: calc(100dvh - var(--docs-header-height));
        content: '';
        opacity: 0;
        pointer-events: none;
        transform: translateX(calc(-1 * var(--docs-sidebar-width)));
        transition: opacity 250ms ease, transform 250ms ease;
    }

    .mobile-sidebar-shadow::before {
        position: absolute;
        inset: 0 auto 0 0;
        width: 1.5rem;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0));
        content: '';
        pointer-events: none;
    }

    body.close .mobile-sidebar-shadow {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    body.mobile-sidebar-scroll-locked .mobile-sidebar-shadow {
        touch-action: none;
    }

    body.ready-transition.ready-fix > .mobile-sidebar-shadow {
        opacity: 0;
        transition: opacity 250ms ease, transform 250ms ease;
    }

    body.ready-transition.ready-fix.close > .mobile-sidebar-shadow {
        opacity: 1;
    }

    .sidebar .search {
        padding-top: 0.75rem;
    }

    .sidebar .mobile-sidebar-menu {
        box-sizing: border-box;
        flex: 0 0 auto;
        order: 1;
        display: block;
        align-self: stretch;
        min-width: 0;
        margin: 0;
        padding: 0;
    }

    .sidebar .mobile-primary-nav {
        flex: 0 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: minmax(var(--sidebar-nav-row-height), auto);
        align-content: start;
        gap: 0.25rem;
        min-height: 0;
        margin: 0;
        padding: 0.7rem 0.75rem 0.35rem;
        background: transparent;
    }

    .sidebar .mobile-primary-nav a {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        min-height: var(--sidebar-nav-row-height);
        padding: 0.45rem 0.65rem;
        border-radius: 6px;
        background: transparent;
        color: var(--sidebar-nav-link-color);
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.35;
        text-decoration: none;
        white-space: normal;
        transition: background-color var(--duration-medium) ease;
    }

    .sidebar .mobile-primary-nav a.active-section {
        background-color: var(--sidebar-nav-link-background--active);
        color: var(--sidebar-nav-link-color--active);
        text-decoration: none;
    }

    .sidebar .mobile-primary-nav a:focus-visible {
        background-color: var(--sidebar-nav-link-background--hover);
        color: var(--sidebar-nav-link-color--hover);
        outline: 2px solid var(--docs-accent);
        outline-offset: -2px;
    }

    .sidebar .mobile-primary-nav a:active {
        background-color: var(--sidebar-nav-link-background--hover);
        color: var(--sidebar-nav-link-color--hover);
    }

    .mobile-sidebar-tools {
        box-sizing: border-box;
        flex: 0 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) var(--sidebar-nav-row-height);
        align-items: start;
        gap: 0.35rem 0.45rem;
        min-width: 0;
        margin: 0;
        padding: 0.2rem 0.75rem 0.7rem;
        border-bottom: 1px solid var(--sidebar-border-color);
    }

    .sidebar .mobile-language-list {
        order: 0;
        display: flex;
        align-items: center;
        min-width: 0;
        min-height: var(--sidebar-nav-row-height);
        margin: 0;
        padding: 0;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        background: transparent;
        scrollbar-width: none;
        white-space: nowrap;
    }

    .mobile-language-list::-webkit-scrollbar {
        display: none;
    }

    .mobile-language-icon {
        flex: 0 0 auto;
        width: 20px;
        height: 20px;
        margin: 0 0.25rem 0 0.35rem;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.8;
    }

    .sidebar .mobile-language-link {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        min-height: var(--sidebar-nav-row-height);
        padding: 0 0.45rem;
        border-radius: 6px;
        background-color: transparent;
        color: var(--sidebar-nav-link-color);
        font-size: 0.86rem;
        font-weight: 400;
        line-height: 1.25;
        text-decoration: none;
        touch-action: manipulation;
        transition: background-color var(--duration-medium) ease;
    }

    .sidebar .mobile-language-link.is-current {
        color: var(--sidebar-nav-link-color--active);
    }

    .sidebar .mobile-language-link:focus-visible {
        background-color: var(--sidebar-nav-link-background--hover);
        color: var(--sidebar-nav-link-color--hover);
        outline: 2px solid var(--docs-accent);
        outline-offset: -2px;
    }

    .mobile-language-divider {
        flex: 0 0 auto;
        color: var(--sidebar-border-color);
        font-size: 0.85rem;
        line-height: 1;
        user-select: none;
    }

    .mobile-github-link {
        grid-column: 2;
        grid-row: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: var(--sidebar-nav-row-height);
        height: var(--sidebar-nav-row-height);
        border-radius: 6px;
        background-color: transparent;
        color: var(--sidebar-nav-link-color);
        text-decoration: none;
        touch-action: manipulation;
        transition: background-color var(--duration-medium) ease;
    }

    .mobile-github-link svg {
        width: 20px;
        height: 20px;
    }

    .mobile-github-link:focus-visible {
        background-color: var(--sidebar-nav-link-background--hover);
        color: var(--sidebar-nav-link-color--hover);
        outline: 2px solid var(--docs-accent);
        outline-offset: -2px;
    }

    .mobile-expanded-menu {
        grid-column: 1 / -1;
        min-width: 0;
        padding-top: 0.45rem;
        border-top: 1px solid var(--sidebar-border-color);
    }

    .mobile-expanded-menu-list {
        display: flex;
        align-items: center;
        gap: 0;
        margin: 0;
        padding: 0;
        overflow-x: auto;
        list-style: none;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
    }

    .mobile-expanded-menu-list li {
        flex: 0 0 auto;
        margin: 0;
        padding: 0;
    }

    .mobile-expanded-menu-list .mobile-expanded-menu-divider {
        display: flex;
        align-items: center;
        align-self: stretch;
        padding: 0 0.1rem;
        color: var(--sidebar-border-color);
        font-size: 0.85rem;
        line-height: 1;
        user-select: none;
    }

    .mobile-expanded-menu-list a {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        width: max-content;
        min-height: var(--sidebar-nav-row-height);
        padding: 0.45rem 0.65rem;
        border-radius: 6px;
        background: transparent;
        color: var(--sidebar-nav-link-color);
        font-size: 0.86rem;
        font-weight: 400;
        line-height: 1.35;
        text-decoration: none;
        overflow-wrap: anywhere;
        transition: background-color var(--duration-medium) ease;
    }

    .mobile-expanded-menu-list a:focus-visible {
        background-color: var(--sidebar-nav-link-background--hover);
        color: var(--sidebar-nav-link-color--hover);
        outline: 2px solid var(--docs-accent);
        outline-offset: -2px;
    }

    .sidebar-nav,
    .page-toc-rail {
        flex: 1 1 0;
        min-height: 0;
    }

    .sidebar-nav {
        order: 2;
    }

    .page-toc-rail {
        order: 3;
        max-height: none;
    }

    main > .content {
        margin-left: 0;
    }

    .markdown-section,
    .app-nav:not(:empty) ~ main .markdown-section {
        padding: 2rem 1.15rem 3rem;
    }

    .markdown-section h1 {
        font-size: 2rem;
    }

    .docs-breadcrumb {
        margin-bottom: 1.5rem;
        font-size: 0.86rem;
    }

    .category-card-grid {
        grid-template-columns: 1fr;
    }

    .markdown-section .category-card {
        min-height: 5.25rem;
        padding: 1rem;
    }

    body .docsify-pagination-container {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        overflow: visible;
        gap: 1rem;
        padding-top: 2rem;
    }

    body .docsify-pagination-container .pagination-item {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        max-width: none;
        margin: 0;
    }

    body .docsify-pagination-container .pagination-item > a {
        display: block;
        width: 100%;
    }

    aside.toc-nav {
        display: none;
    }
}

@media (max-width: 47.99em) and (hover: hover) and (pointer: fine) {
    .sidebar .mobile-primary-nav a:hover {
        background-color: var(--sidebar-nav-link-background--hover);
        text-decoration: none;
    }

    .sidebar .mobile-primary-nav a.active-section:hover {
        background-color: var(--sidebar-nav-link-background--active);
        color: var(--sidebar-nav-link-color--active);
    }

    .sidebar .mobile-language-link:hover,
    .mobile-expanded-menu-list a:hover,
    .mobile-github-link:hover {
        background-color: var(--sidebar-nav-link-background--hover);
        text-decoration: none;
    }

    .sidebar .mobile-language-link.is-current:hover {
        color: var(--sidebar-nav-link-color--active);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .sidebar {
        transition-property: background-color, border-color !important;
        transition-duration: 120ms !important;
    }

    .mobile-sidebar-shadow {
        transition-property: opacity !important;
        transition-duration: 120ms !important;
    }

    .docs-header > .sidebar-toggle .sidebar-toggle-button span {
        transition-property: opacity !important;
        transition-duration: 120ms !important;
    }

    .sidebar-nav li > a,
    .sidebar-nav li > a::after,
    .sidebar-group-toggle,
    .sidebar .mobile-primary-nav a,
    .sidebar .mobile-language-link,
    .mobile-expanded-menu-list a,
    .mobile-github-link {
        transition-property: background-color, color !important;
        transition-duration: 120ms !important;
        transition-timing-function: ease !important;
    }
}
