:root {
    --docs-ink: #172033;
    --docs-muted: #5e6c80;
    --docs-subtle: #f5f7fa;
    --docs-surface: #ffffff;
    --docs-line: #d8e0ea;
    --docs-blue: #176b9b;
    --docs-blue-dark: #124d73;
    --docs-green: #1d7a57;
    --docs-gold: #a15d12;
    --docs-focus: #2c7be5;
    --docs-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    background: #eef2f6;
    color: var(--docs-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

button,
input {
    font: inherit;
}

a {
    color: inherit;
}

.docs-site {
    min-height: 100vh;
}

.docs-topbar {
    position: sticky;
    z-index: 20;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 64px;
    padding: 12px clamp(18px, 4vw, 48px);
    border-bottom: 1px solid rgba(216, 224, 234, 0.9);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
}

.docs-brand,
.docs-topnav,
.docs-topnav a {
    display: flex;
    align-items: center;
}

.docs-brand {
    min-width: 0;
    gap: 10px;
    color: var(--docs-ink);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.docs-brand span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.docs-brand-logo {
    flex: 0 0 auto;
    display: block;
    width: 118px;
    height: auto;
}

.docs-topnav {
    flex: 0 0 auto;
    gap: 8px;
}

.docs-language-switcher {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    min-height: 36px;
}

.docs-language-switcher label {
    color: var(--docs-muted);
    font-size: 13px;
    font-weight: 800;
}

.docs-language-switcher select {
    min-width: 112px;
    min-height: 36px;
    padding: 0 30px 0 10px;
    border: 1px solid #c7d6e3;
    border-radius: 8px;
    color: var(--docs-ink);
    background-color: var(--docs-surface);
    font-size: 13px;
    font-weight: 800;
}

.docs-topnav a {
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--docs-muted);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.docs-topnav a:hover,
.docs-topnav a:focus-visible {
    border-color: #c7d6e3;
    background: var(--docs-subtle);
    color: var(--docs-ink);
}

.docs-hero {
    display: grid;
    place-items: center;
    padding: 56px clamp(18px, 4vw, 48px) 42px;
    background: var(--docs-surface);
    text-align: center;
}

.docs-hero-copy {
    width: min(760px, calc(100vw - 36px));
    max-width: 100%;
    min-width: 0;
    display: grid;
    justify-items: center;
}

.docs-hero-copy p,
.docs-kicker {
    margin: 0 0 8px;
    color: var(--docs-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.docs-hero-copy h1 {
    width: 100%;
    max-width: 760px;
    margin: 0;
    color: var(--docs-ink);
    font-size: 34px;
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.docs-hero-copy span {
    display: block;
    width: 100%;
    max-width: 720px;
    margin-top: 14px;
    color: var(--docs-muted);
    font-size: 16px;
    line-height: 1.6;
}

.docs-category-button:focus-visible,
.docs-article-link:focus-visible,
.docs-home-section-header a:focus-visible,
.docs-home-guide-card:focus-visible,
.docs-home-topic-card:focus-visible,
.docs-panel-article:focus-visible,
.docs-reader-footer a:focus-visible,
.docs-outline-card a:focus-visible {
    outline: 3px solid rgba(44, 123, 229, 0.28);
    outline-offset: 2px;
}

.docs-home-main {
    width: 100%;
    max-width: 1320px;
    display: grid;
    gap: 26px;
    margin: 0 auto;
    padding: 26px clamp(18px, 4vw, 48px) 52px;
}

.docs-home-section {
    min-width: 0;
    border: 1px solid var(--docs-line);
    border-radius: 8px;
    background: var(--docs-surface);
    box-shadow: var(--docs-shadow);
}

.docs-home-section {
    display: grid;
    gap: 18px;
    padding: 22px;
}

.docs-home-section-header {
    min-width: 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
}

.docs-home-section-header div {
    min-width: 0;
}

.docs-home-section-header p {
    margin: 0 0 5px;
    color: var(--docs-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.docs-home-section-header h2 {
    margin: 0;
    color: var(--docs-ink);
    font-size: 24px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.docs-home-section-header a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid #b9d6e8;
    border-radius: 8px;
    color: var(--docs-blue-dark);
    background: #f2f8fc;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.docs-home-section-header a:hover {
    border-color: #89bdd8;
    background: #e6f2f9;
}

.docs-home-guide-grid,
.docs-home-topic-grid,
.docs-home-guide-list {
    min-width: 0;
    display: grid;
    gap: 12px;
}

.docs-home-guide-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.docs-home-topic-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.docs-home-guide-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.docs-home-guide-card,
.docs-home-topic-card {
    min-width: 0;
    min-height: 150px;
    color: var(--docs-ink);
    text-decoration: none;
    overflow: hidden;
}

.docs-home-guide-card:hover,
.docs-home-topic-card:hover {
    border-color: #b9d6e8;
    background: #f4f9fc;
}

.docs-home-guide-card .k-card-header,
.docs-home-topic-card .k-card-header,
.docs-home-guide-card .k-card-body,
.docs-home-topic-card .k-card-body,
.docs-home-guide-card .k-card-actions,
.docs-home-topic-card .k-card-actions {
    min-width: 0;
}

.docs-home-card-actions {
    justify-content: flex-end;
    margin-top: auto;
    text-align: right;
}

.docs-home-card-actions .k-card-action {
    flex: 0 0 auto;
    color: var(--docs-blue-dark);
    font-size: 13px;
    font-weight: 900;
    text-align: right;
}

.docs-home-guide-card .k-card-title,
.docs-home-topic-card .k-card-title {
    min-width: 0;
    margin: 0;
    color: var(--docs-ink);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.32;
    overflow-wrap: anywhere;
}

.docs-home-topic-card .k-card-header {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(20px, auto));
    column-gap: 12px;
    align-items: end;
}

.docs-home-topic-card .k-card-title {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.docs-home-guide-card .k-card-body p,
.docs-home-topic-card .k-card-body p {
    min-width: 0;
    margin: 0;
    color: var(--docs-muted);
    font-size: 13px;
    line-height: 1.52;
    overflow-wrap: anywhere;
}

.docs-home-guide-category {
    color: var(--docs-green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.docs-home-topic-count {
    display: inline-grid;
    grid-row: 1 / span 2;
    width: 44px;
    min-height: 44px;
    place-items: center;
    border: 1px solid #b8d9ef;
    border-radius: 8px;
    color: #0066aa;
    background: #e8f4fb;
    font-size: 13px;
    font-weight: 900;
}

.docs-home-topic-link {
    color: var(--docs-blue-dark);
}

.docs-home-topic-tabs {
    min-width: 0;
}

.docs-home-topic-tabs.k-tabstrip {
    border: 0;
    background: transparent;
}

.docs-home-topic-tabs .k-tabstrip-items-wrapper {
    max-width: 100%;
    border-color: var(--docs-line);
    overflow-x: auto;
}

.docs-home-topic-tabs .k-tabstrip-items {
    gap: 4px;
}

.docs-home-topic-tabs .k-item {
    min-width: 0;
}

.docs-home-topic-tabs .k-link {
    max-width: 210px;
    min-width: 0;
    color: var(--docs-muted);
    font-size: 13px;
    font-weight: 900;
    overflow-wrap: anywhere;
    white-space: normal;
}

.docs-home-topic-tabs .k-active .k-link {
    color: var(--docs-ink);
}

.docs-home-topic-tabs .k-content {
    min-width: 0;
    padding: 18px 0 0;
    border: 0;
    background: transparent;
}

.docs-home-tab-panel {
    min-width: 0;
    display: grid;
    gap: 0;
}

.docs-home-tab-intro {
    min-width: 0;
    display: grid;
    gap: 5px;
    margin-bottom: 12px;
    padding: 14px 16px;
    border: 1px solid #e1e9f0;
    border-radius: 8px;
    background: #fbfcfe;
}

.docs-home-tab-intro strong {
    color: var(--docs-ink);
    font-size: 16px;
}

.docs-home-tab-intro span {
    color: var(--docs-muted);
    font-size: 13px;
    line-height: 1.5;
}

.docs-layout {
    width: min(1680px, 100%);
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr) 280px;
    gap: 22px;
    margin: 0 auto;
    padding: 22px clamp(18px, 4vw, 48px) 48px;
}

.docs-library,
.docs-outline {
    min-width: 0;
    align-self: start;
    position: static;
    max-height: none;
    overflow: visible;
}

.docs-library {
    display: grid;
    gap: 14px;
}

.docs-library-header {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 2px;
}

.docs-library-header h2,
.docs-outline-card h2 {
    min-width: 0;
    margin: 0;
    color: var(--docs-ink);
    font-size: 15px;
    line-height: 1.3;
}

.docs-library-header span {
    flex: 0 0 auto;
    color: var(--docs-muted);
    font-size: 12px;
    font-weight: 800;
}

.docs-navigation-panel {
    border: 1px solid var(--docs-line);
    border-radius: 8px;
    background: var(--docs-surface);
    overflow: hidden;
}

.docs-navigation-panel.k-panelbar > .k-panelbar-header > .k-link {
    display: flex;
    align-items: stretch;
    padding: 0;
    color: inherit;
    background: transparent;
}

.docs-navigation-panel.k-panelbar > .k-panelbar-header > .k-link:hover,
.docs-navigation-panel.k-panelbar > .k-panelbar-header > .k-link.k-hover,
.docs-navigation-panel.k-panelbar > .k-panelbar-header > .k-link.k-selected,
.docs-navigation-panel.k-panelbar > .k-panelbar-header > .k-link.k-focus,
.docs-navigation-panel.k-panelbar > .k-panelbar-header.k-hover > .k-link,
.docs-navigation-panel.k-panelbar > .k-panelbar-header.k-selected > .k-link,
.docs-navigation-panel .k-panelbar-header:hover > .k-link {
    color: inherit;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.docs-navigation-panel .k-link {
    min-width: 0;
}

.docs-navigation-panel .k-panelbar-header {
    border-color: var(--docs-line);
}

.docs-navigation-panel .k-panelbar-content {
    padding: 0;
    border-color: var(--docs-line);
    background: #eef7fd;
}

.docs-navigation-panel .k-panelbar-group {
    display: grid;
    gap: 6px;
    padding: 10px 10px 12px 12px;
    background: #eef7fd;
}

.docs-navigation-panel [data-doc-nav-item] {
    margin-left: 18px;
}

.docs-navigation-panel .k-panelbar-group .k-panelbar-item,
.docs-navigation-panel .k-panelbar-group .k-item {
    min-width: 0;
}

.docs-panel-category {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    padding: 14px;
}

.docs-panel-category-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.docs-panel-category strong {
    color: var(--docs-ink);
    font-size: 14px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.docs-panel-category small,
.docs-panel-article small {
    color: var(--docs-muted);
    font-size: 12px;
    line-height: 1.45;
}

.docs-panel-count {
    display: inline-grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid #d6c7ad;
    border-radius: 8px;
    color: var(--docs-gold);
    background: #fff8ed;
    font-size: 12px;
    font-weight: 900;
}

.docs-panel-article {
    width: 100%;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    align-items: start;
    justify-content: stretch;
    min-width: 0;
    padding: 10px 11px !important;
    border-left: 0;
    border-radius: 6px;
    color: var(--docs-ink);
    text-decoration: none;
    white-space: normal !important;
}

.docs-navigation-panel .k-panelbar-group .docs-panel-article:hover,
.docs-navigation-panel .k-panelbar-group .docs-panel-article.k-hover,
.docs-navigation-panel .k-panelbar-group .k-hover > .docs-panel-article {
    color: var(--docs-ink);
    background: #e3f1fb !important;
    background-color: #e3f1fb !important;
    box-shadow: none !important;
}

.docs-navigation-panel .k-panelbar-group .docs-panel-article.active,
.docs-navigation-panel .k-panelbar-group .docs-panel-article.k-selected,
.docs-navigation-panel .k-panelbar-group .docs-panel-article.k-focus,
.docs-navigation-panel .k-panelbar-group .k-selected > .docs-panel-article,
.docs-navigation-panel .k-panelbar-group .k-focus > .docs-panel-article,
.docs-navigation-panel [data-doc-nav-item].k-selected .docs-panel-article,
.docs-navigation-panel [data-doc-nav-item].k-focus .docs-panel-article {
    color: var(--docs-ink);
    background: #d9edf9 !important;
    background-color: #d9edf9 !important;
    box-shadow: none !important;
}

.docs-navigation-panel .docs-panel-article.k-selected span,
.docs-navigation-panel .k-selected > .docs-panel-article span,
.docs-navigation-panel [data-doc-nav-item].k-selected .docs-panel-article span {
    color: var(--docs-ink);
}

.docs-navigation-panel .docs-panel-article.k-selected small,
.docs-navigation-panel .k-selected > .docs-panel-article small,
.docs-navigation-panel [data-doc-nav-item].k-selected .docs-panel-article small {
    color: var(--docs-muted);
}

.docs-panel-article span {
    min-width: 0;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.32;
    overflow-wrap: normal;
    word-break: normal;
}

.docs-panel-article small {
    display: block;
    width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}

.docs-category-list {
    display: grid;
    gap: 10px;
}

.docs-category {
    min-width: 0;
    border: 1px solid var(--docs-line);
    border-radius: 8px;
    background: var(--docs-surface);
    overflow: hidden;
}

.docs-category-button {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px;
    border: 0;
    background: transparent;
    color: var(--docs-ink);
    cursor: pointer;
    text-align: left;
}

.docs-category-button span:first-child {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.docs-category-button strong,
.docs-article-link span,
.docs-related-list strong,
.docs-reader-footer strong {
    min-width: 0;
    overflow-wrap: anywhere;
}

.docs-category-button strong {
    font-size: 14px;
    line-height: 1.3;
}

.docs-category-button small {
    color: var(--docs-muted);
    font-size: 12px;
    line-height: 1.45;
}

.docs-category-count {
    display: inline-grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid #d6c7ad;
    border-radius: 8px;
    color: var(--docs-gold);
    background: #fff8ed;
    font-size: 12px;
    font-weight: 900;
}

.docs-category.active .docs-category-button,
.docs-category-button:hover {
    background: #f6fafc;
}

.docs-category-articles {
    display: none;
    padding: 0 10px 12px;
}

.docs-category.active .docs-category-articles {
    display: grid;
    gap: 8px;
}

.docs-article-link {
    display: grid;
    gap: 4px;
    padding: 10px;
    border-left: 3px solid transparent;
    border-radius: 6px;
    color: var(--docs-ink);
    text-decoration: none;
}

.docs-article-link:hover {
    background: #f5f8fb;
}

.docs-article-link.active {
    border-left-color: var(--docs-blue);
    background: #eaf5fb;
}

.docs-article-link span {
    font-size: 13px;
    font-weight: 800;
}

.docs-article-link small {
    color: var(--docs-muted);
    font-size: 12px;
    line-height: 1.4;
}

.docs-reader {
    min-width: 0;
}

.docs-article:not(.is-active) {
    display: none;
}

.docs-reader article {
    min-width: 0;
    border: 1px solid var(--docs-line);
    border-radius: 8px;
    background: var(--docs-surface);
    box-shadow: var(--docs-shadow);
    overflow: hidden;
}

.docs-article-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 24px;
    padding: 30px 32px 24px;
    border-bottom: 1px solid #e9eef4;
}

.docs-article-header > div {
    min-width: 0;
}

.docs-article-header h2 {
    margin: 0;
    color: var(--docs-ink);
    font-size: 30px;
    line-height: 1.16;
    overflow-wrap: anywhere;
}

.docs-article-header p {
    max-width: 780px;
    margin: 12px 0 0;
    color: var(--docs-muted);
    font-size: 16px;
    line-height: 1.6;
}

.docs-article-meta {
    align-self: start;
    display: grid;
    gap: 10px;
    margin: 0;
}

.docs-article-meta div {
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #e3eaf1;
    border-radius: 8px;
    background: #fbfcfe;
}

.docs-article-meta dt {
    margin: 0 0 3px;
    color: var(--docs-muted);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.docs-article-meta dd {
    margin: 0;
    color: var(--docs-ink);
    font-size: 13px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.docs-section-stack {
    min-width: 0;
}

.docs-section {
    min-width: 0;
    padding: 28px 32px;
    scroll-margin-top: 90px;
}

.docs-section + .docs-section {
    border-top: 1px solid #e9eef4;
}

.docs-section h3 {
    margin: 0 0 12px;
    color: var(--docs-ink);
    font-size: 22px;
    line-height: 1.28;
}

.docs-section-body {
    color: #26364a;
    font-size: 16px;
    line-height: 1.74;
}

.docs-section-body p {
    margin: 0 0 13px;
}

.docs-section-body h4 {
    margin: 22px 0 8px;
    color: var(--docs-ink);
    font-size: 17px;
    line-height: 1.35;
}

.docs-section-body p:last-child,
.docs-section-body ul:last-child,
.docs-section-body ol:last-child,
.docs-section-body blockquote:last-child,
.docs-section-body .docs-table-wrapper:last-child,
.docs-section-body .docs-figure:last-child {
    margin-bottom: 0;
}

.docs-section-body ul,
.docs-section-body ol {
    margin: 0 0 13px 20px;
    padding: 0;
}

.docs-section-body li + li {
    margin-top: 7px;
}

.docs-section-body blockquote {
    margin: 0 0 14px;
    padding: 10px 14px;
    border-left: 4px solid #9ec7df;
    background: #f5f9fc;
    color: #334155;
}

.docs-section-body blockquote p {
    margin: 0;
}

.docs-section-body .docs-table-wrapper {
    max-width: 100%;
    margin: 0 0 16px;
    overflow-x: auto;
}

.docs-section-body table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.55;
}

.docs-section-body th,
.docs-section-body td {
    padding: 9px 11px;
    border: 1px solid var(--docs-line);
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.docs-section-body th {
    background: #f5f7fa;
    color: var(--docs-ink);
    font-weight: 700;
}

.docs-section-body tbody tr:nth-child(even) td {
    background: #fbfdff;
}

.docs-section-body .docs-figure {
    max-width: 100%;
    margin: 24px 0;
    overflow: hidden;
    border: 1px solid #dce5ee;
    border-radius: 6px;
    background: #f7f9fb;
    box-shadow: 0 10px 26px rgb(15 23 42 / 8%);
}

.docs-section-body .docs-figure img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    background: #fff;
}

.docs-section-body .docs-figure figcaption {
    padding: 10px 14px;
    border-top: 1px solid #dce5ee;
    color: #516174;
    font-size: 13px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.docs-section-body strong {
    color: var(--docs-ink);
}

.docs-empty-state {
    padding: 32px;
    color: #4b5c70;
}

.docs-empty-state h2 {
    margin: 0 0 8px;
    color: var(--docs-ink);
    font-size: 22px;
}

.docs-empty-state p {
    margin: 0;
}

.docs-reader-footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 22px 32px 30px;
    border-top: 1px solid #e9eef4;
}

.docs-reader-footer:empty {
    display: none;
}

.docs-reader-footer a {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--docs-line);
    border-radius: 8px;
    color: var(--docs-ink);
    text-decoration: none;
}

.docs-reader-footer a:hover {
    border-color: #b9d6e8;
    background: #f2f8fc;
}

.docs-reader-footer-spacer {
    min-width: 0;
}

.docs-reader-footer span,
.docs-related-list span {
    color: var(--docs-muted);
    font-size: 12px;
    font-weight: 800;
}

.docs-outline {
    display: grid;
    gap: 14px;
}

.docs-outline-card {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--docs-line);
    border-radius: 8px;
    background: var(--docs-surface);
}

.docs-outline-card nav,
.docs-related-list {
    display: grid;
    gap: 8px;
}

.docs-outline-card a {
    min-width: 0;
    padding: 9px 10px;
    border-radius: 6px;
    color: #334155;
    font-size: 13px;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.docs-outline-card a:hover {
    background: #eef7f3;
    color: var(--docs-green);
}

.docs-related-list a {
    display: grid;
    gap: 3px;
    border: 1px solid #e7edf3;
}

[hidden] {
    display: none !important;
}

@media (max-width: 1280px) {
    .docs-home-guide-grid,
    .docs-home-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .docs-layout {
        grid-template-columns: 320px minmax(0, 1fr);
    }

    .docs-outline {
        position: static;
        max-height: none;
        grid-column: 1 / -1;
        grid-row: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .docs-reader {
        grid-row: 1;
    }
}

@media (max-width: 960px) {
    .docs-topbar,
    .docs-hero {
        padding-right: 22px;
        padding-left: 22px;
    }

    .docs-home-main {
        padding-right: 22px;
        padding-left: 22px;
    }

    .docs-home-guide-list {
        grid-template-columns: 1fr;
    }

    .docs-layout,
    .docs-article-header {
        grid-template-columns: 1fr;
    }

    .docs-layout {
        padding-right: 22px;
        padding-left: 22px;
    }

    .docs-library,
    .docs-outline {
        position: static;
        max-height: none;
    }

    .docs-library {
        grid-row: 1;
    }

    .docs-reader {
        grid-row: 2;
    }

    .docs-outline {
        grid-column: auto;
        grid-row: 3;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .docs-topbar {
        align-items: stretch;
        flex-direction: column;
    }

    .docs-brand {
        width: 100%;
        font-size: 14px;
    }

    .docs-brand-logo {
        width: 104px;
    }

    .docs-topnav {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

    .docs-language-switcher {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        width: 100%;
    }

    .docs-language-switcher select {
        width: 100%;
        min-width: 0;
    }

    .docs-topnav a {
        justify-content: center;
        flex: 1 1 0;
        min-width: 0;
        min-height: 40px;
        padding-right: 8px;
        padding-left: 8px;
        line-height: 1.2;
        text-align: center;
        white-space: normal;
    }

    .docs-hero-copy h1 {
        font-size: 26px;
    }

    .docs-hero-copy {
        max-width: 320px;
    }

    .docs-section-body .docs-figure {
        margin: 18px 0;
        border-radius: 4px;
    }

    .docs-section-body .docs-figure figcaption {
        padding: 9px 11px;
        font-size: 12px;
    }

    .docs-home-guide-grid,
    .docs-home-topic-grid {
        grid-template-columns: 1fr;
    }

    .docs-home-main {
        padding-right: 0;
        padding-left: 0;
    }

    .docs-home-section {
        width: 100%;
        max-width: 100%;
        justify-self: stretch;
        padding-right: 22px;
        padding-left: 22px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .docs-home-main,
    .docs-home-section {
        overflow-x: hidden;
    }

    .docs-home-section-header {
        align-items: stretch;
        flex-direction: column;
    }

    .docs-home-section-header a {
        justify-content: center;
        width: 100%;
    }

    .docs-home-topic-tabs .k-link {
        max-width: none;
    }

    .docs-home-topic-tabs,
    .docs-home-topic-tabs .k-tabstrip-items-wrapper,
    .docs-home-topic-tabs .k-content,
    .docs-home-topic-tabs .k-tabstrip-content,
    .docs-home-tab-panel,
    .docs-home-guide-list,
    .docs-home-guide-card.k-card,
    .docs-home-topic-card.k-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .docs-home-topic-tabs .k-tabstrip-items {
        width: max-content;
        min-width: 100%;
    }

    .docs-home-topic-tabs.k-tabstrip {
        display: block !important;
        overflow: hidden;
    }

    .docs-home-topic-tabs .k-tabstrip-content,
    .docs-home-topic-tabs .k-content,
    .docs-home-topic-tabs .k-active {
        display: block !important;
        inline-size: 100% !important;
        max-inline-size: 100% !important;
        box-sizing: border-box;
    }

    .docs-home-guide-list {
        display: block;
    }

    .docs-home-guide-card.k-card,
    .docs-home-topic-card.k-card {
        display: block;
        box-sizing: border-box;
        margin-bottom: 12px;
    }

    .docs-home-guide-card .k-card-header,
    .docs-home-topic-card .k-card-header,
    .docs-home-guide-card .k-card-title,
    .docs-home-topic-card .k-card-title,
    .docs-home-guide-card .k-card-body,
    .docs-home-topic-card .k-card-body,
    .docs-home-guide-card .k-card-body p,
    .docs-home-topic-card .k-card-body p {
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .docs-reader-footer {
        grid-template-columns: 1fr;
    }

    .docs-article-header,
    .docs-section,
    .docs-reader-footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .docs-article-header h2 {
        font-size: 25px;
    }
}
