/* B\"H */
:root {
	--docs-bg: #fbfbfa;
	--docs-panel: #ffffff;
	--docs-text: #1f1f1d;
	--docs-muted: #6f706b;
	--docs-faint: #969791;
	--docs-line: #e7e7e3;
	--docs-line-strong: #d7d7d1;
	--docs-soft: #f4f4f1;
	--docs-accent: #3158a7;
	--docs-accent-soft: #edf2fc;
	--docs-green: #26724d;
	--docs-green-soft: #edf7f1;
	--docs-amber: #8c5b09;
	--docs-amber-soft: #fff7e8;
	--docs-red: #a1433f;
	--docs-red-soft: #fff0ef;
	--docs-radius: 12px;
	--docs-sidebar: 252px;
	--docs-toc: 210px;
	--docs-topbar: 58px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--docs-bg); color: var(--docs-text); font: 14px/1.62 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.docs-shell { display: grid; grid-template-columns: var(--docs-sidebar) minmax(0, 1fr); min-height: 100vh; }
.docs-sidebar { position: sticky; top: 0; height: 100vh; overflow: auto; border-right: 1px solid var(--docs-line); background: #fff; padding: 17px 12px 28px; z-index: 40; }
.docs-brand { display: flex; align-items: center; gap: 10px; padding: 5px 8px 17px; text-decoration: none; font-weight: 720; letter-spacing: -.01em; }
.docs-mark { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; background: #1f1f1d; color: #fff; font-size: 11px; }
.docs-nav-label { padding: 16px 9px 6px; color: var(--docs-faint); font-size: 10px; line-height: 1; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.docs-nav { display: grid; gap: 1px; }
.docs-nav a { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 32px; padding: 6px 9px; border-radius: 7px; text-decoration: none; color: #5f605c; font-size: 13px; }
.docs-nav a:hover { background: var(--docs-soft); color: #111; }
.docs-nav a.active { background: #ededeb; color: #111; font-weight: 650; }
.docs-nav a span:last-child { color: #aaa; font-size: 10px; }
.docs-main { min-width: 0; }
.docs-topbar { position: sticky; top: 0; z-index: 30; height: var(--docs-topbar); border-bottom: 1px solid var(--docs-line); background: rgba(251, 251, 250, .94); backdrop-filter: blur(16px); display: flex; align-items: center; gap: 14px; padding: 0 24px; }
.docs-menu { display: none; border: 0; background: transparent; width: 34px; height: 34px; border-radius: 7px; cursor: pointer; }
.docs-menu:hover { background: var(--docs-soft); }
.docs-crumb { font-size: 12px; color: var(--docs-muted); white-space: nowrap; }
.docs-crumb b { color: var(--docs-text); font-weight: 650; }
.docs-search-wrap { margin-left: auto; position: relative; width: min(440px, 46vw); }
.docs-search { width: 100%; height: 36px; border: 1px solid var(--docs-line); border-radius: 8px; background: #fff; padding: 0 34px 0 34px; outline: none; color: var(--docs-text); }
.docs-search:focus { border-color: #b9c5dd; box-shadow: 0 0 0 3px rgba(49, 88, 167, .08); }
.docs-search-icon { position: absolute; left: 11px; top: 9px; color: #999; pointer-events: none; }
.docs-kbd { position: absolute; right: 8px; top: 8px; border: 1px solid var(--docs-line); border-bottom-color: #d0d0ca; background: var(--docs-soft); color: #888; border-radius: 5px; font-size: 10px; padding: 1px 5px; }
.docs-layout { display: grid; grid-template-columns: minmax(0, 1fr) var(--docs-toc); gap: 48px; width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding: 54px 0 100px; }
.docs-content { min-width: 0; max-width: 860px; }
.docs-toc { position: sticky; top: calc(var(--docs-topbar) + 30px); height: max-content; max-height: calc(100vh - var(--docs-topbar) - 48px); overflow: auto; padding-left: 2px; }
.docs-toc-title { color: #9b9c97; font-size: 10px; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }
.docs-toc a { display: block; border-left: 1px solid var(--docs-line); padding: 5px 0 5px 12px; color: #81827d; text-decoration: none; font-size: 12px; line-height: 1.35; }
.docs-toc a:hover, .docs-toc a.active { color: #222; border-left-color: #555; }
.docs-eyebrow { color: var(--docs-accent); font-size: 10px; line-height: 1.2; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
.docs-hero { padding: 12px 0 46px; border-bottom: 1px solid var(--docs-line); margin-bottom: 44px; }
.docs-hero h1 { max-width: 800px; margin: 10px 0 16px; font-size: clamp(38px, 5vw, 58px); line-height: 1.02; letter-spacing: -.045em; font-weight: 650; }
.docs-lead { max-width: 790px; margin: 0; color: var(--docs-muted); font-size: 17px; line-height: 1.72; }
.docs-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.docs-badge { display: inline-flex; align-items: center; gap: 6px; min-height: 26px; padding: 4px 8px; border: 1px solid var(--docs-line); border-radius: 999px; background: #fff; color: #666; font-size: 11px; font-weight: 650; }
.docs-badge.deep { background: var(--docs-accent-soft); color: var(--docs-accent); border-color: #dce4f5; }
.docs-badge.active { background: var(--docs-green-soft); color: var(--docs-green); border-color: #d8eadf; }
.docs-badge.open { background: var(--docs-amber-soft); color: var(--docs-amber); border-color: #efdfbf; }
.docs-section { scroll-margin-top: calc(var(--docs-topbar) + 24px); margin: 0 0 52px; }
.docs-section-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: end; margin-bottom: 17px; }
.docs-section h2 { margin: 0; font-size: 25px; line-height: 1.18; letter-spacing: -.025em; font-weight: 650; }
.docs-section h3 { margin: 24px 0 8px; font-size: 16px; line-height: 1.3; }
.docs-section p { color: #555651; }
.docs-section ul, .docs-section ol { padding-left: 20px; color: #555651; }
.docs-section li { margin: 7px 0; }
.docs-card { border: 1px solid var(--docs-line); background: #fff; border-radius: var(--docs-radius); padding: 20px; }
.docs-card + .docs-card { margin-top: 12px; }
.docs-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.docs-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.docs-tile { border: 1px solid var(--docs-line); border-radius: 10px; background: #fff; padding: 17px; }
.docs-tile strong { display: block; margin-bottom: 5px; }
.docs-tile p { margin: 0; color: var(--docs-muted); font-size: 13px; }
.docs-note { margin-top: 14px; padding: 13px 15px; border: 1px solid #dce4f5; border-radius: 9px; background: #f6f8fc; color: #4f5662; }
.docs-note.warn { border-color: #ead8b6; background: var(--docs-amber-soft); color: #695126; }
.docs-note.danger { border-color: #efcfcc; background: var(--docs-red-soft); color: #74433f; }
.docs-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0; }
.docs-tag { border: 1px solid var(--docs-line); border-radius: 999px; background: #fff; padding: 4px 8px; color: #666; font-size: 11px; }
.docs-code { font: 12px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; background: #f1f1ee; border: 1px solid #e6e6e1; padding: 1px 5px; border-radius: 5px; color: #40413e; }
code { font: 12px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; background: #f1f1ee; border: 1px solid #e6e6e1; padding: 1px 5px; border-radius: 5px; color: #40413e; }
.docs-specimen { margin: 18px 0 8px; border: 1px solid var(--docs-line-strong); border-radius: 11px; overflow: hidden; background: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, .02); }
.docs-specimen-head { min-height: 44px; padding: 10px 13px; border-bottom: 1px solid var(--docs-line); display: flex; align-items: center; justify-content: space-between; gap: 10px; background: #fcfcfb; }
.docs-specimen-title { font-size: 12px; font-weight: 700; }
.docs-specimen-caption { color: #8a8b86; font-size: 11px; }
.ui-btn { min-height: 30px; border: 1px solid #d7d7d2; background: #fff; color: #333; border-radius: 7px; padding: 5px 9px; cursor: pointer; font-size: 11px; font-weight: 650; }
.ui-btn:hover { background: #f4f4f1; }
.ui-btn.primary { background: #20201e; border-color: #20201e; color: #fff; }
.ui-input { width: 100%; min-height: 32px; border: 1px solid #d9d9d4; border-radius: 7px; background: #fff; padding: 6px 9px; outline: none; }
.ui-input:focus { border-color: #aebbd4; box-shadow: 0 0 0 3px rgba(49, 88, 167, .07); }
.ui-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px; border-bottom: 1px solid var(--docs-line); }
.ui-actions { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.ui-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.ui-table th { background: #f7f7f4; color: #8a8b86; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; text-align: left; font-weight: 700; padding: 9px 11px; border-bottom: 1px solid var(--docs-line); }
.ui-table td { padding: 10px 11px; border-bottom: 1px solid var(--docs-line); color: #555; }
.ui-table tr:last-child td { border-bottom: 0; }
.ui-status { display: inline-flex; align-items: center; gap: 5px; border-radius: 999px; padding: 3px 7px; background: #f0f0ed; font-size: 10px; color: #666; }
.ui-status.green { background: var(--docs-green-soft); color: var(--docs-green); }
.ui-status.amber { background: var(--docs-amber-soft); color: var(--docs-amber); }
.ui-status.red { background: var(--docs-red-soft); color: var(--docs-red); }
.ui-kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--docs-line); border-bottom: 1px solid var(--docs-line); }
.ui-kpi { background: #fff; padding: 14px; }
.ui-kpi span { display: block; color: #8a8b86; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.ui-kpi strong { display: block; font-size: 20px; margin-top: 4px; letter-spacing: -.02em; }
.ui-builder { display: grid; grid-template-columns: 150px minmax(0, 1fr) 190px; min-height: 330px; }
.ui-pane { background: #fafaf8; padding: 11px; }
.ui-pane.left { border-right: 1px solid var(--docs-line); }
.ui-pane.right { border-left: 1px solid var(--docs-line); }
.ui-pane-label { color: #999; font-size: 9px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; margin: 2px 0 8px; }
.ui-canvas { background: #eeeeeb; padding: 20px; overflow: auto; }
.ui-page { width: min(520px, 100%); min-height: 270px; margin: 0 auto; background: #fff; border: 1px solid #dadad5; border-radius: 3px; padding: 18px; }
.ui-item { border: 1px solid #deded9; border-radius: 7px; background: #fff; padding: 10px; margin: 6px 0; cursor: pointer; }
.ui-item.active { border-color: #7f98c8; box-shadow: 0 0 0 2px rgba(49, 88, 167, .09); }
.ui-item small { color: #999; text-transform: uppercase; font-size: 9px; letter-spacing: .06em; }
.ui-stepper { display: grid; gap: 7px; padding: 12px; }
.ui-step { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 10px; border: 1px solid var(--docs-line); border-radius: 8px; }
.ui-step-num { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: #f0f0ed; font-size: 11px; font-weight: 700; }
.ui-step strong { display: block; font-size: 12px; }
.ui-step span { color: #888; font-size: 10px; }
.ui-rule { display: grid; grid-template-columns: 76px 1fr; gap: 10px; align-items: start; padding: 11px 12px; border-bottom: 1px solid var(--docs-line); }
.ui-rule:last-child { border-bottom: 0; }
.ui-rule-label { font-size: 10px; font-weight: 760; letter-spacing: .08em; color: #888; }
.ui-flow { display: flex; align-items: center; gap: 7px; overflow: auto; padding: 16px; }
.ui-node { min-width: 126px; border: 1px solid var(--docs-line); border-radius: 9px; background: #fff; padding: 10px; }
.ui-node strong { display: block; font-size: 11px; }
.ui-node span { display: block; color: #888; font-size: 10px; margin-top: 3px; }
.ui-arrow { color: #aaa; }
.ui-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 13px; }
.ui-field label { display: block; color: #777; font-size: 10px; margin-bottom: 4px; }
.ui-switch { width: 34px; height: 20px; padding: 3px; border-radius: 999px; background: #d5d5d0; cursor: pointer; }
.ui-switch::after { content: ""; display: block; width: 14px; height: 14px; border-radius: 50%; background: #fff; transition: transform .15s; }
.ui-switch.on { background: #222; }
.ui-switch.on::after { transform: translateX(14px); }
.ui-tabs { display: flex; gap: 17px; overflow: auto; padding: 0 12px; border-bottom: 1px solid var(--docs-line); }
.ui-tab { border: 0; background: transparent; padding: 10px 0 8px; color: #888; white-space: nowrap; font-size: 11px; cursor: pointer; }
.ui-tab.active { color: #222; border-bottom: 2px solid #222; }
.ui-empty { padding: 28px 16px; text-align: center; color: #888; font-size: 12px; }
.docs-footer { border-top: 1px solid var(--docs-line); padding: 24px 0 0; color: #999; font-size: 11px; }
.docs-hidden { display: none !important; }
.docs-mobile-overlay { display: none; }
@media (max-width: 1120px) {
	.docs-layout { grid-template-columns: minmax(0, 1fr); width: min(920px, calc(100% - 48px)); }
	.docs-toc { display: none; }
	.docs-content { max-width: none; }
}
@media (max-width: 820px) {
	:root { --docs-topbar: 54px; }
	.docs-shell { display: block; }
	.docs-sidebar { position: fixed; left: 0; top: 0; transform: translateX(-102%); transition: transform .18s ease; width: min(290px, 86vw); box-shadow: 14px 0 40px rgba(0, 0, 0, .12); }
	body.docs-nav-open .docs-sidebar { transform: translateX(0); }
	.docs-mobile-overlay { display: block; position: fixed; inset: 0; background: rgba(0, 0, 0, .24); z-index: 35; opacity: 0; pointer-events: none; transition: opacity .18s; }
	body.docs-nav-open .docs-mobile-overlay { opacity: 1; pointer-events: auto; }
	.docs-menu { display: grid; place-items: center; }
	.docs-topbar { padding: 0 12px; }
	.docs-crumb { display: none; }
	.docs-search-wrap { width: 100%; }
	.docs-layout { width: min(100% - 28px, 760px); padding: 36px 0 72px; }
	.docs-hero { padding-top: 5px; }
	.docs-hero h1 { font-size: clamp(35px, 11vw, 48px); }
	.docs-grid, .docs-grid.three { grid-template-columns: 1fr; }
	.ui-builder { grid-template-columns: 1fr; }
	.ui-pane.left { border-right: 0; border-bottom: 1px solid var(--docs-line); }
	.ui-pane.right { border-left: 0; border-top: 1px solid var(--docs-line); }
	.ui-kpis { grid-template-columns: 1fr; }
	.ui-form-grid { grid-template-columns: 1fr; }
	.docs-section-head { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
	.docs-layout { width: calc(100% - 22px); }
	.docs-card { padding: 16px; }
	.docs-specimen { margin-left: -3px; margin-right: -3px; }
	.ui-table-wrap { overflow-x: auto; }
	.ui-table { min-width: 560px; }
	.docs-kbd { display: none; }
}
