:root {
  color-scheme: light;

  --ok-font-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", sans-serif;
  --ok-font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --ok-header-height: 48px;
  --ok-mobile-header-height: 68px;
  --ok-sidebar-width: min(340px, calc(100vw - 36px));
  --ok-note-panel-default-width: min(calc(65ch + 68px), calc(100vw - 44px));
  --ok-note-panel-min-width: min(360px, calc(100vw - 24px));

  --ok-color-text: #202322;
  --ok-color-document-text: #3f4542;
  --ok-color-muted: #707773;
  --ok-color-border: #e3e6e4;
  --ok-color-page: #fafbfa;
  --ok-color-surface: #ffffff;
  --ok-color-accent: #0b7a53;
  --ok-color-accent-rgb: 11, 122, 83;
  --ok-color-accent-strong: #075f40;
  --ok-color-accent-soft: rgba(var(--ok-color-accent-rgb), .11);
  --ok-color-accent-softer: rgba(var(--ok-color-accent-rgb), .065);
  --ok-color-accent-selected: rgba(var(--ok-color-accent-rgb), .09);
  --ok-color-accent-focus: rgba(var(--ok-color-accent-rgb), .12);
  --ok-color-accent-focus-strong: rgba(var(--ok-color-accent-rgb), .2);
  --ok-color-accent-border: rgba(var(--ok-color-accent-rgb), .28);
  --ok-color-accent-border-strong: rgba(var(--ok-color-accent-rgb), .46);
  --ok-color-focus-ring: #08704c;
  --ok-color-shadow: rgba(24, 28, 26, .075);
  --ok-color-danger: #a44b28;

  --ok-color-header-bg: rgba(255, 255, 255, .9);
  --ok-color-viewer-canvas: #f4f5f4;
  --ok-color-viewer-header-bg: rgba(244, 245, 244, .9);

  --ok-color-control-text: #6f7672;
  --ok-color-control-hover-text: #292d2b;
  --ok-color-control-hover-border: #d3d7d5;
  --ok-color-control-hover-bg: #e9ecea;
  --ok-color-close-text: #747b77;
  --ok-color-close-hover-border: #d3d7d5;
  --ok-color-close-hover-bg: #e9ecea;

  --ok-color-sidebar: #f7f8f7;
  --ok-color-sidebar-header: rgba(247, 248, 247, .94);
  --ok-color-sidebar-row: #e3e6e4;
  --ok-color-sidebar-border: #e0e3e1;
  --ok-color-sidebar-text: #505652;
  --ok-color-sidebar-tree-hover-bg: #e9ecea;

  --ok-color-search-input-border: #d5d9d7;
  --ok-color-search-input-bg: rgba(255, 255, 255, .92);
  --ok-color-search-shortcut-border: #dde0de;
  --ok-color-search-shortcut-bg: #f1f3f2;
  --ok-color-search-shortcut-text: #737a76;
  --ok-color-search-popover-border: #e0e3e1;
  --ok-color-search-popover-bg: #ffffff;
  --ok-color-search-popover-shadow: rgba(24, 28, 26, .13);
  --ok-color-search-result-border: transparent;
  --ok-color-search-result-hover-border: transparent;
  --ok-color-search-result-hover-bg: #f2f4f3;

  --ok-color-card-border: #e2e5e3;
  --ok-color-card-bg: #ffffff;
  --ok-color-card-hover-bg: #f1f5f3;

  --ok-color-rail-track: rgba(95, 95, 95, .12);
  --ok-color-rail-thumb: rgba(74, 74, 74, .34);
  --ok-color-rail-thumb-hover: rgba(54, 54, 54, .62);

  --ok-color-tree-text: #59615d;
  --ok-color-tree-directory-bg: #eceeec;
  --ok-color-tree-directory-text: #3f4642;
  --ok-color-tree-directory-marker: #89908c;
  --ok-color-tree-badge-border: #d4d8d5;
  --ok-color-tree-badge-text: #737b76;

  --ok-color-note-resize-hitarea: rgba(0, 0, 0, .001);
  --ok-color-note-resize-active: rgba(var(--ok-color-accent-rgb), .38);
  --ok-color-note-chrome-bg: rgba(255, 255, 255, .92);
  --ok-color-note-close-text: #7b827e;
  --ok-color-note-close-hover-border: #d3d7d5;
  --ok-color-note-close-hover-text: #292d2b;

  --ok-color-editor-trigger-border: #d7dbd8;
  --ok-color-editor-trigger-bg: #fbfcfb;
  --ok-color-editor-trigger-text: #59615d;
  --ok-color-editor-trigger-shadow: rgba(255, 255, 255, .7);
  --ok-color-editor-trigger-separator: #e3e6e4;
  --ok-color-editor-trigger-focus-border: #b9c1bc;
  --ok-color-editor-mark-border: #e0e3e1;
  --ok-color-editor-mark-bg: #ffffff;
  --ok-color-editor-mark-text: #1f2724;
  --ok-color-editor-caret: #68706c;
  --ok-color-editor-menu-border: #e0e3e1;
  --ok-color-editor-menu-bg: #ffffff;
  --ok-color-editor-menu-shadow: rgba(24, 28, 26, .14);
  --ok-color-editor-menu-item-text: #2d322f;
  --ok-color-editor-menu-item-hover-bg: #f1f3f2;
  --ok-color-editor-option-border: #dce0dd;
  --ok-color-editor-option-bg: #f8f9f8;
  --ok-color-editor-option-text: #515955;
  --ok-color-editor-menu-separator: #e7e9e8;

  --ok-color-code-inline-bg: #eef1ef;
  --ok-color-code-block-bg: #151917;
  --ok-color-code-block-text: #f3f7f4;
  --ok-color-syntax-keyword: #8fd3ff;
  --ok-color-syntax-string: #a7e08f;
  --ok-color-syntax-number: #ffd479;
  --ok-color-syntax-comment: #8c9a93;

  --ok-color-graph-edge: rgba(128, 138, 133, .25);
  --ok-color-graph-edge-muted: rgba(128, 138, 133, .11);
  --ok-color-graph-edge-active: rgba(var(--ok-color-accent-rgb), .78);
  --ok-color-graph-node-bg: #fafbfa;
  --ok-color-graph-node-border: #adb4b0;
  --ok-color-graph-node-active-border: var(--ok-color-accent);
  --ok-color-graph-label: #656d69;
  --ok-color-graph-label-active: #292d2b;
}

:root[data-viewer-theme="night"] {
  color-scheme: dark;
  --ok-color-text: #f1f3f2;
  --ok-color-document-text: #d2d7d4;
  --ok-color-muted: #929a96;
  --ok-color-border: #2b302d;
  --ok-color-page: #111412;
  --ok-color-surface: #191d1b;
  --ok-color-accent: #68e0ad;
  --ok-color-accent-rgb: 104, 224, 173;
  --ok-color-accent-strong: #a1f2ce;
  --ok-color-focus-ring: #68e0ad;
  --ok-color-shadow: rgba(0, 0, 0, .28);
  --ok-color-danger: #ff9f78;
  --ok-color-header-bg: rgba(17, 20, 18, .9);
  --ok-color-viewer-canvas: #0d100e;
  --ok-color-viewer-header-bg: rgba(13, 16, 14, .9);
  --ok-color-control-text: #9aa29e;
  --ok-color-control-hover-text: #f3f5f4;
  --ok-color-control-hover-border: #3a413d;
  --ok-color-control-hover-bg: #242925;
  --ok-color-close-text: #969e9a;
  --ok-color-close-hover-border: #3c433f;
  --ok-color-close-hover-bg: #252a27;
  --ok-color-sidebar: #141715;
  --ok-color-sidebar-header: rgba(20, 23, 21, .94);
  --ok-color-sidebar-row: #292e2b;
  --ok-color-sidebar-border: #292e2b;
  --ok-color-sidebar-text: #bdc4c0;
  --ok-color-sidebar-tree-hover-bg: #252a27;
  --ok-color-search-input-border: #333936;
  --ok-color-search-input-bg: rgba(25, 29, 27, .94);
  --ok-color-search-shortcut-border: #383e3a;
  --ok-color-search-shortcut-bg: #252a27;
  --ok-color-search-shortcut-text: #a0a8a4;
  --ok-color-search-popover-border: #303632;
  --ok-color-search-popover-bg: #191d1b;
  --ok-color-search-popover-shadow: rgba(0, 0, 0, .42);
  --ok-color-search-result-border: transparent;
  --ok-color-search-result-hover-border: transparent;
  --ok-color-search-result-hover-bg: #252a27;
  --ok-color-card-border: #303632;
  --ok-color-card-bg: #191d1b;
  --ok-color-card-hover-bg: #222925;
  --ok-color-rail-track: rgba(200, 211, 205, .14);
  --ok-color-rail-thumb: rgba(196, 207, 201, .34);
  --ok-color-rail-thumb-hover: rgba(218, 228, 223, .62);
  --ok-color-tree-text: #aeb6b2;
  --ok-color-tree-directory-bg: #252a27;
  --ok-color-tree-directory-text: #d0d5d2;
  --ok-color-tree-directory-marker: #7f9088;
  --ok-color-tree-badge-border: #3b423e;
  --ok-color-tree-badge-text: #9ca49f;
  --ok-color-note-chrome-bg: rgba(25, 29, 27, .92);
  --ok-color-note-close-text: #9aa19d;
  --ok-color-note-close-hover-border: #3c433f;
  --ok-color-note-close-hover-text: #f0f3f1;
  --ok-color-editor-trigger-border: #383f3b;
  --ok-color-editor-trigger-bg: #1d211f;
  --ok-color-editor-trigger-text: #b9c0bc;
  --ok-color-editor-trigger-shadow: rgba(255, 255, 255, .04);
  --ok-color-editor-trigger-separator: #333936;
  --ok-color-editor-trigger-focus-border: #59635d;
  --ok-color-editor-mark-border: #3a413d;
  --ok-color-editor-mark-bg: #242925;
  --ok-color-editor-mark-text: #eff2f0;
  --ok-color-editor-caret: #b0b7b3;
  --ok-color-editor-menu-border: #303632;
  --ok-color-editor-menu-bg: #191d1b;
  --ok-color-editor-menu-shadow: rgba(0, 0, 0, .42);
  --ok-color-editor-menu-item-text: #e2e9e5;
  --ok-color-editor-menu-item-hover-bg: #252a27;
  --ok-color-editor-option-border: #3a413d;
  --ok-color-editor-option-bg: #222724;
  --ok-color-editor-option-text: #c2cec7;
  --ok-color-editor-menu-separator: #2d322f;
  --ok-color-code-inline-bg: #252a27;
  --ok-color-code-block-bg: #090b0a;
  --ok-color-code-block-text: #eff6f2;
  --ok-color-syntax-comment: #8ba099;
  --ok-color-graph-edge: rgba(164, 177, 170, .22);
  --ok-color-graph-edge-muted: rgba(164, 177, 170, .1);
  --ok-color-graph-edge-active: rgba(var(--ok-color-accent-rgb), .78);
  --ok-color-graph-node-bg: #191d1b;
  --ok-color-graph-node-border: #57605b;
  --ok-color-graph-node-active-border: var(--ok-color-accent);
  --ok-color-graph-label: #adb5b1;
  --ok-color-graph-label-active: #eff6f2;
}

:root[data-viewer-theme="paper"] {
  --ok-color-text: #26231f;
  --ok-color-document-text: #35312b;
  --ok-color-muted: #756f64;
  --ok-color-border: #ddd3c0;
  --ok-color-page: #f7f1e6;
  --ok-color-surface: #fffaf0;
  --ok-color-accent: #9b4f1f;
  --ok-color-accent-rgb: 155, 79, 31;
  --ok-color-accent-strong: #743a16;
  --ok-color-focus-ring: #854317;
  --ok-color-shadow: rgba(68, 48, 28, .12);
  --ok-color-viewer-canvas: #eee6d8;
  --ok-color-viewer-header-bg: rgba(238, 230, 216, .92);
  --ok-color-control-text: #756f64;
  --ok-color-control-hover-text: #35312b;
  --ok-color-control-hover-border: #d4c6ac;
  --ok-color-control-hover-bg: #e7dcc9;
  --ok-color-close-text: #7b7367;
  --ok-color-close-hover-border: #d4c6ac;
  --ok-color-close-hover-bg: #e7dcc9;
  --ok-color-sidebar: #eee6d8;
  --ok-color-sidebar-header: rgba(238, 230, 216, .94);
  --ok-color-sidebar-row: #d8cbb6;
  --ok-color-sidebar-border: #d9ccb8;
  --ok-color-sidebar-text: #5d564d;
  --ok-color-sidebar-tree-hover-bg: #e0d1ba;
  --ok-color-search-input-border: #d6c8b0;
  --ok-color-search-input-bg: #fffaf0;
  --ok-color-search-shortcut-border: #ddcfb7;
  --ok-color-search-shortcut-bg: #f1e8d9;
  --ok-color-search-shortcut-text: #756f64;
  --ok-color-search-popover-border: #ddd0ba;
  --ok-color-search-popover-bg: #fffaf0;
  --ok-color-search-result-hover-bg: #f2e8d6;
  --ok-color-card-bg: #fffaf0;
  --ok-color-card-hover-bg: #f1e7d5;
  --ok-color-tree-directory-bg: #e5d8c4;
  --ok-color-note-chrome-bg: rgba(255, 250, 240, .92);
  --ok-color-editor-trigger-border: #dacdb7;
  --ok-color-editor-trigger-bg: #fffaf0;
  --ok-color-editor-trigger-text: #675f54;
  --ok-color-editor-trigger-separator: #e5d9c5;
  --ok-color-editor-menu-border: #ddd0ba;
  --ok-color-editor-menu-bg: #fffaf0;
  --ok-color-editor-menu-item-hover-bg: #f2e8d6;
  --ok-color-editor-menu-separator: #e8ddca;
  --ok-color-code-inline-bg: #efe3cf;
  --ok-color-code-block-bg: #201915;
}

:root[data-viewer-theme="ocean"] {
  --ok-color-text: #18272d;
  --ok-color-document-text: #263840;
  --ok-color-muted: #60757e;
  --ok-color-border: #cbdde3;
  --ok-color-page: #eef6f8;
  --ok-color-surface: #fbfeff;
  --ok-color-accent: #0f6f8f;
  --ok-color-accent-rgb: 15, 111, 143;
  --ok-color-accent-strong: #094f66;
  --ok-color-focus-ring: #0c6684;
  --ok-color-shadow: rgba(21, 54, 64, .12);
  --ok-color-viewer-canvas: #e6f0f3;
  --ok-color-viewer-header-bg: rgba(230, 240, 243, .92);
  --ok-color-control-text: #60757e;
  --ok-color-control-hover-text: #263840;
  --ok-color-control-hover-border: #bfd4dc;
  --ok-color-control-hover-bg: #d8e8ed;
  --ok-color-close-text: #687c84;
  --ok-color-close-hover-border: #bfd4dc;
  --ok-color-close-hover-bg: #d8e8ed;
  --ok-color-sidebar: #e6f0f3;
  --ok-color-sidebar-header: rgba(230, 240, 243, .94);
  --ok-color-sidebar-row: #c6dbe2;
  --ok-color-sidebar-border: #c7dae0;
  --ok-color-sidebar-text: #425d67;
  --ok-color-sidebar-tree-hover-bg: #d0e3e9;
  --ok-color-search-input-border: #bfd3da;
  --ok-color-search-input-bg: #fbfeff;
  --ok-color-search-shortcut-border: #c9dbe1;
  --ok-color-search-shortcut-bg: #e8f2f5;
  --ok-color-search-shortcut-text: #60757e;
  --ok-color-search-popover-border: #c7dae0;
  --ok-color-search-popover-bg: #fbfeff;
  --ok-color-search-result-hover-bg: #e9f4f7;
  --ok-color-card-hover-bg: #ebf6f8;
  --ok-color-tree-directory-bg: #d4e5ea;
  --ok-color-note-chrome-bg: rgba(251, 254, 255, .92);
  --ok-color-editor-trigger-border: #c7dae0;
  --ok-color-editor-trigger-bg: #fbfeff;
  --ok-color-editor-trigger-text: #4c6872;
  --ok-color-editor-trigger-separator: #d5e4e8;
  --ok-color-editor-menu-border: #c7dae0;
  --ok-color-editor-menu-bg: #fbfeff;
  --ok-color-editor-menu-item-hover-bg: #e9f4f7;
  --ok-color-editor-menu-separator: #dce9ec;
  --ok-color-code-inline-bg: #dcecf0;
  --ok-color-code-block-bg: #07161b;
}

:root[data-viewer-theme="rose"] {
  --ok-color-text: #2c2025;
  --ok-color-document-text: #3c3035;
  --ok-color-muted: #78666e;
  --ok-color-border: #e5d4db;
  --ok-color-page: #fbf3f6;
  --ok-color-surface: #fffafd;
  --ok-color-accent: #b33b6b;
  --ok-color-accent-rgb: 179, 59, 107;
  --ok-color-accent-strong: #872a4f;
  --ok-color-focus-ring: #a73461;
  --ok-color-shadow: rgba(75, 32, 48, .12);
  --ok-color-viewer-canvas: #f2e8ed;
  --ok-color-viewer-header-bg: rgba(242, 232, 237, .92);
  --ok-color-control-text: #78666e;
  --ok-color-control-hover-text: #3c3035;
  --ok-color-control-hover-border: #dbc8d0;
  --ok-color-control-hover-bg: #eadce2;
  --ok-color-close-text: #806d75;
  --ok-color-close-hover-border: #dbc8d0;
  --ok-color-close-hover-bg: #eadce2;
  --ok-color-sidebar: #f2e8ed;
  --ok-color-sidebar-header: rgba(242, 232, 237, .94);
  --ok-color-sidebar-row: #deccd4;
  --ok-color-sidebar-border: #decbd3;
  --ok-color-sidebar-text: #604d55;
  --ok-color-sidebar-tree-hover-bg: #e7d6de;
  --ok-color-search-input-border: #dbc8d0;
  --ok-color-search-input-bg: #fffafd;
  --ok-color-search-shortcut-border: #e2d1d8;
  --ok-color-search-shortcut-bg: #f6ebf0;
  --ok-color-search-shortcut-text: #78666e;
  --ok-color-search-popover-border: #decbd3;
  --ok-color-search-popover-bg: #fffafd;
  --ok-color-search-result-hover-bg: #faeef3;
  --ok-color-card-hover-bg: #f8edf2;
  --ok-color-tree-directory-bg: #ead9e0;
  --ok-color-note-chrome-bg: rgba(255, 250, 253, .92);
  --ok-color-editor-trigger-border: #decbd3;
  --ok-color-editor-trigger-bg: #fffafd;
  --ok-color-editor-trigger-text: #68545d;
  --ok-color-editor-trigger-separator: #eadbe1;
  --ok-color-editor-menu-border: #decbd3;
  --ok-color-editor-menu-bg: #fffafd;
  --ok-color-editor-menu-item-hover-bg: #faeef3;
  --ok-color-editor-menu-separator: #eee0e6;
  --ok-color-code-inline-bg: #f0e1e7;
  --ok-color-code-block-bg: #201217;
}

:root{--ok-viewport-height: 100vh}@supports (height: 100svh){:root{--ok-viewport-height: 100svh}}*{box-sizing:border-box}html{background:var(--ok-color-viewer-canvas);-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;color:var(--ok-color-text);background:var(--ok-color-page);font-family:var(--ok-font-body);font-feature-settings:"cv02","cv03","cv04","cv11";font-synthesis:none;letter-spacing:-.006em;line-height:1.55;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body.viewer-document{height:var(--ok-viewport-height);overflow:hidden}body.viewer-asset-document{overflow:auto}header{display:flex;min-height:var(--ok-header-height);justify-content:space-between;align-items:center;gap:16px;padding:14px 22px;border-bottom:1px solid var(--ok-color-border);background:var(--ok-color-header-bg);color:var(--ok-color-muted);font-size:13px}body.viewer-document>header{position:relative;height:var(--ok-header-height);min-height:0;z-index:6;justify-content:center;padding:0 22px;border-bottom:0;background:var(--ok-color-viewer-header-bg);backdrop-filter:blur(18px) saturate(1.08);-webkit-backdrop-filter:blur(18px) saturate(1.08);transition:transform .22s cubic-bezier(.22,.8,.2,1)}body.viewer-document.is-sidebar-open>header{transform:translate(var(--ok-sidebar-width))}.header-left{position:absolute;left:22px;top:50%;display:inline-flex;min-width:0;align-items:center;gap:10px;transform:translateY(-50%)}.brand{overflow:hidden;color:var(--ok-color-text);font-size:13px;font-weight:680;letter-spacing:-.014em;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.asset-open-raw{position:absolute;right:22px;color:var(--ok-color-muted);font-weight:700;text-decoration:none}.asset-open-raw:hover{color:var(--ok-color-accent)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.sidebar-toggle{display:inline-flex;flex:0 0 auto;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ok-color-control-text);cursor:pointer;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.sidebar-toggle:hover,body.is-sidebar-open .sidebar-toggle{border-color:var(--ok-color-control-hover-border);background:var(--ok-color-control-hover-bg);color:var(--ok-color-control-hover-text)}.sidebar-toggle:focus-visible{outline:2px solid var(--ok-color-focus-ring);outline-offset:2px}.sidebar-toggle-icon{width:19px;height:19px}.sidebar-shortcut{display:inline-flex;min-width:44px;height:22px;align-items:center;justify-content:center;border:1px solid var(--ok-color-search-shortcut-border);border-radius:5px;background:var(--ok-color-search-shortcut-bg);color:var(--ok-color-search-shortcut-text);font:600 11px/1 var(--ok-font-body);pointer-events:none}.control-icon{display:block;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.viewer-settings{position:absolute;top:50%;right:22px;z-index:8;transform:translateY(-50%)}.viewer-settings-trigger{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ok-color-control-text);cursor:pointer;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.viewer-settings-trigger:hover,.viewer-settings-trigger[aria-expanded=true]{border-color:var(--ok-color-control-hover-border);background:var(--ok-color-control-hover-bg);color:var(--ok-color-control-hover-text)}.viewer-settings-trigger:focus-visible{outline:2px solid var(--ok-color-focus-ring);outline-offset:2px}.viewer-settings-icon{width:18px;height:18px}.viewer-settings-menu{position:absolute;top:calc(100% + 9px);right:0;display:grid;gap:10px;width:min(304px,calc(100vw - 36px));max-height:calc(var(--ok-viewport-height) - var(--ok-header-height) - 20px);overflow:auto;overscroll-behavior:contain;padding:12px;border:1px solid var(--ok-color-editor-menu-border);border-radius:12px;background:var(--ok-color-editor-menu-bg);box-shadow:0 12px 32px var(--ok-color-editor-menu-shadow),0 2px 8px var(--ok-color-shadow)}.viewer-settings-menu[hidden]{display:none}.viewer-settings-title{color:var(--ok-color-muted);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.theme-options{display:grid;grid-template-columns:1fr 1fr;gap:6px}.theme-option{display:flex;min-width:0;min-height:36px;align-items:center;gap:9px;padding:7px 9px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ok-color-editor-menu-item-text);cursor:pointer;font:600 12px/1 var(--ok-font-body);text-align:left;transition:background-color .14s ease,color .14s ease}.theme-option:hover{background:var(--ok-color-editor-menu-item-hover-bg)}.theme-option:focus-visible{outline:2px solid var(--ok-color-focus-ring);outline-offset:1px}.theme-option.is-selected{border-color:var(--ok-color-accent-border);background:var(--ok-color-accent-selected);color:var(--ok-color-accent-strong)}.theme-swatch{flex:0 0 auto;width:18px;height:18px;border:1px solid var(--ok-color-editor-option-border);border-radius:999px;background:linear-gradient(135deg,#f0f0f0 0,#f0f0f0 50%,#0f7a4d 50%);box-shadow:0 0 0 2px var(--ok-color-editor-option-bg)}.theme-swatch-default{background:linear-gradient(135deg,#f4f5f4 0,#f4f5f4 50%,#0b7a53 50%)}.theme-swatch-night{background:linear-gradient(135deg,#0d100e 0,#0d100e 50%,#68e0ad 50%)}.theme-swatch-paper{background:linear-gradient(135deg,#f7f1e6 0,#f7f1e6 50%,#9b4f1f 50%)}.theme-swatch-ocean{background:linear-gradient(135deg,#eef6f8 0,#eef6f8 50%,#0f6f8f 50%)}.theme-swatch-rose{background:linear-gradient(135deg,#fbf3f6 0,#fbf3f6 50%,#b33b6b 50%)}.theme-swatch-custom{background:conic-gradient(from 90deg,var(--ok-color-accent),var(--ok-color-surface),var(--ok-color-text),var(--ok-color-accent))}.theme-custom-fields{display:grid;grid-template-columns:1fr 1fr;gap:7px 8px;padding-top:8px;border-top:1px solid var(--ok-color-editor-menu-separator)}.theme-custom-fields[hidden]{display:none}.theme-custom-fields label{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px;color:var(--ok-color-muted);font-size:12px;font-weight:700}.theme-custom-fields input{flex:0 0 auto;width:34px;height:26px;padding:0;overflow:hidden;border:1px solid var(--ok-color-editor-trigger-border);border-radius:5px;background:transparent;cursor:pointer}.theme-custom-fields input:focus-visible{border-color:var(--ok-color-editor-trigger-focus-border);box-shadow:0 0 0 2px var(--ok-color-accent-focus);outline:none}.viewer-settings-section{display:grid;gap:7px;padding-top:9px;border-top:1px solid var(--ok-color-editor-menu-separator)}.viewer-setting-toggle{position:relative;display:flex;min-width:0;align-items:center;justify-content:space-between;gap:14px;padding:7px 8px;border-radius:6px;color:var(--ok-color-editor-menu-item-text);cursor:pointer}.viewer-setting-toggle:hover{background:var(--ok-color-editor-menu-item-hover-bg)}.viewer-setting-copy{display:grid;min-width:0;gap:3px}.viewer-setting-copy strong{color:inherit;font-size:12px;line-height:1.2}.viewer-setting-copy small{color:var(--ok-color-muted);font-size:11px;line-height:1.3}.viewer-setting-toggle input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.viewer-setting-switch{position:relative;flex:0 0 auto;width:34px;height:20px;border:1px solid var(--ok-color-editor-trigger-border);border-radius:999px;background:var(--ok-color-page);transition:border-color .14s ease,background-color .14s ease}.viewer-setting-switch:after{position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:999px;background:var(--ok-color-muted);content:"";transition:background-color .14s ease,transform .14s ease}.viewer-setting-toggle input:checked+.viewer-setting-switch{border-color:var(--ok-color-accent-border-strong);background:var(--ok-color-accent-soft)}.viewer-setting-toggle input:checked+.viewer-setting-switch:after{background:var(--ok-color-accent);transform:translate(14px)}.viewer-setting-toggle input:focus-visible+.viewer-setting-switch{box-shadow:0 0 0 3px var(--ok-color-accent-focus);outline:1px solid var(--ok-color-accent-border-strong)}.viewer-setting-select{display:grid;gap:5px;padding:7px 8px;border-radius:6px;color:var(--ok-color-editor-menu-item-text)}.viewer-setting-select:hover,.viewer-setting-select:focus-within{background:var(--ok-color-editor-menu-item-hover-bg)}.viewer-setting-select select{width:100%;min-height:30px;padding:5px 28px 5px 8px;border:1px solid var(--ok-color-editor-trigger-border);border-radius:6px;background:var(--ok-color-editor-trigger-bg);color:var(--ok-color-editor-trigger-text);cursor:pointer;font:12px/1.2 var(--ok-font-body)}.viewer-setting-select select:focus-visible{border-color:var(--ok-color-editor-trigger-focus-border);box-shadow:0 0 0 2px var(--ok-color-accent-focus);outline:2px solid var(--ok-color-focus-ring);outline-offset:1px}.viewer-settings-footer{position:sticky;bottom:-12px;display:flex;justify-content:flex-end;margin:0 -12px -12px;padding:10px 12px 12px;border-top:1px solid var(--ok-color-editor-menu-separator);background:var(--ok-color-editor-menu-bg);box-shadow:0 -10px 18px var(--ok-color-editor-menu-bg)}.viewer-settings-reset{min-height:30px;padding:5px 9px;border:1px solid var(--ok-color-editor-trigger-border);border-radius:7px;background:var(--ok-color-editor-trigger-bg);color:var(--ok-color-editor-trigger-text);cursor:pointer;font:700 11px/1 var(--ok-font-body)}.viewer-settings-reset:hover{border-color:var(--ok-color-editor-trigger-focus-border);background:var(--ok-color-code-inline-bg);color:var(--ok-color-text)}.viewer-settings-reset:focus-visible{outline:2px solid var(--ok-color-focus-ring);outline-offset:2px}.file-sidebar{position:fixed;top:0;bottom:0;left:0;z-index:7;display:flex;width:var(--ok-sidebar-width);flex-direction:column;border-right:1px solid var(--ok-color-sidebar-border);background:var(--ok-color-sidebar);box-shadow:12px 0 36px var(--ok-color-shadow);transform:translate(-100%);transition:transform .22s cubic-bezier(.22,.8,.2,1)}body.is-sidebar-open .file-sidebar{transform:translate(0)}.file-sidebar-head{display:flex;min-height:var(--ok-header-height);align-items:center;justify-content:space-between;gap:12px;padding:0 14px 0 18px;border-bottom:1px solid var(--ok-color-sidebar-border);background:var(--ok-color-sidebar-header);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:var(--ok-color-sidebar-text);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.file-sidebar-actions{display:inline-flex;align-items:center;gap:4px}.file-sidebar-collapse{min-height:28px;padding:5px 7px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--ok-color-sidebar-text);cursor:pointer;font:650 10px/1 var(--ok-font-body);letter-spacing:0;text-transform:none}.file-sidebar-collapse:hover{border-color:var(--ok-color-close-hover-border);background:var(--ok-color-close-hover-bg);color:var(--ok-color-control-hover-text)}.file-sidebar-collapse:focus-visible{outline:2px solid var(--ok-color-focus-ring);outline-offset:2px}.file-sidebar-close{display:inline-flex;flex:0 0 auto;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--ok-color-close-text);cursor:pointer}.file-sidebar-close:hover{border-color:var(--ok-color-close-hover-border);background:var(--ok-color-close-hover-bg);color:var(--ok-color-control-hover-text)}.file-sidebar-close:focus-visible{outline:2px solid var(--ok-color-focus-ring);outline-offset:2px}.search.header-search{position:relative;z-index:6;width:min(460px,42vw);min-width:240px;margin:0}.search-field{position:relative;display:flex;align-items:center}.header-search .search-input{height:36px;min-height:0;padding:7px 48px 7px 12px;border-color:var(--ok-color-search-input-border);border-radius:9px;background:var(--ok-color-search-input-bg);box-shadow:0 1px 2px var(--ok-color-shadow);font-size:13px;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.header-search .search-shortcut{position:absolute;right:7px;display:inline-flex;min-width:32px;height:22px;align-items:center;justify-content:center;border:1px solid var(--ok-color-search-shortcut-border);border-radius:5px;background:var(--ok-color-search-shortcut-bg);color:var(--ok-color-search-shortcut-text);font:600 11px/1 var(--ok-font-body);pointer-events:none}.header-search .search-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.header-search .search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:7;gap:2px;max-height:min(430px,58vh);overflow:auto;overscroll-behavior:contain;padding:7px;border:0;border-radius:12px;background:var(--ok-color-search-popover-bg);box-shadow:0 16px 36px var(--ok-color-search-popover-shadow),0 3px 10px var(--ok-color-shadow)}.header-search .search-result{gap:4px;padding:10px 11px;border:0;border-radius:8px;background:transparent}.header-search .search-result:hover,.header-search .search-result:focus-visible,.header-search .search-result.is-active{border-color:var(--ok-color-search-result-hover-border);background:var(--ok-color-search-result-hover-bg)}.header-search .search-result-title{color:var(--ok-color-text);font-size:13px;font-weight:700;line-height:1.25}.header-search .search-result-meta{color:var(--ok-color-muted);font-size:11px;letter-spacing:.01em;line-height:1.3}.header-search .search-result-snippet{color:var(--ok-color-document-text);font-size:12px;line-height:1.4}.search-result-title-row{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px}.search-result-count{flex:0 0 auto;padding:2px 6px;border:1px solid var(--ok-color-accent-border);border-radius:999px;background:var(--ok-color-accent-softer);color:var(--ok-color-accent-strong);font-size:10px;font-weight:700;line-height:1.2}.search-result-headings{overflow:hidden;color:var(--ok-color-muted);font-size:11px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.search-result-highlight{padding:0;border-radius:2px;background:var(--ok-color-accent-soft);color:inherit;font:inherit}.header-search .search-empty{padding:18px 14px;color:var(--ok-color-muted);font-size:12px;line-height:1.4;text-align:center}.navigation-mode-toggle{position:absolute;top:50%;right:62px;z-index:8;display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ok-color-control-text);cursor:pointer;transform:translateY(-50%);transition:border-color .14s ease,background-color .14s ease,color .14s ease}.navigation-mode-toggle:hover,.navigation-mode-toggle[data-mode=beside]{border-color:var(--ok-color-control-hover-border);background:var(--ok-color-control-hover-bg);color:var(--ok-color-control-hover-text)}.navigation-mode-toggle:focus-visible{outline:2px solid var(--ok-color-focus-ring);outline-offset:2px}.navigation-mode-icon{width:18px;height:18px}.navigation-mode-icon-split,.navigation-mode-toggle[data-mode=beside] .navigation-mode-icon-single{display:none}.navigation-mode-toggle[data-mode=beside] .navigation-mode-icon-split{display:block}.file-sidebar-tree{flex:1 1 auto;width:100%;overflow:auto;padding:8px 10px 20px;scrollbar-color:var(--ok-color-rail-thumb) transparent;scrollbar-width:thin}main{width:min(960px,calc(100% - 32px));margin:0 auto;padding:34px 0 56px}.asset-workspace{width:min(1180px,calc(100% - 32px));min-height:calc(var(--ok-viewport-height) - var(--ok-header-height));padding:22px 0 44px}.asset-panel.document{max-width:none;min-height:min(760px,calc(var(--ok-viewport-height) - 118px));padding:0 28px 30px;overflow:hidden;border:1px solid var(--ok-color-border);border-radius:12px;background:var(--ok-color-surface);box-shadow:0 1px 2px var(--ok-color-shadow),0 12px 36px var(--ok-color-shadow)}.asset-panel .note-chrome{margin:0 -28px 22px;padding-left:28px}.asset-kind{flex:0 0 auto;color:var(--ok-color-muted);font-family:var(--ok-font-mono);font-size:12px}.asset-frame{display:block;width:100%;height:min(78vh,900px);border:1px solid var(--ok-color-border);border-radius:6px;background:var(--ok-color-surface)}.asset-image{display:block;max-width:100%;height:auto;margin:0 auto;border:1px solid var(--ok-color-border);border-radius:6px;background:var(--ok-color-surface)}.asset-video,.asset-audio{display:block;width:100%}.asset-download{margin:0;color:var(--ok-color-muted)}.workspaces{margin:0 0 28px}.sidebar-label{margin:0 0 8px;color:var(--ok-color-muted);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.workspace-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:9px}.workspace{display:grid;gap:2px;min-width:0;padding:10px 11px;border:1px solid var(--ok-color-card-border);border-radius:6px;background:var(--ok-color-card-bg);color:inherit;text-decoration:none}.workspace:hover,.workspace:focus-visible,.workspace.active{border-color:var(--ok-color-accent-border);background:var(--ok-color-card-hover-bg);outline:none}.workspace-name{overflow:hidden;color:var(--ok-color-text);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.workspace-root{overflow:hidden;color:var(--ok-color-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.note-workspace{position:relative;display:flex;width:100%;height:calc(var(--ok-viewport-height) - var(--ok-header-height));margin:0;padding:0;overflow:auto hidden;background:var(--ok-color-viewer-canvas);scroll-behavior:smooth;overscroll-behavior-x:contain;transition:transform .22s cubic-bezier(.22,.8,.2,1)}body.viewer-document.is-sidebar-open>.note-workspace{transform:translate(var(--ok-sidebar-width))}.note-stack{position:relative;z-index:1;display:flex;flex:0 0 auto;align-self:stretch;align-items:stretch;gap:16px;min-width:max-content;min-height:0;padding:16px max(24px,calc((100vw - 1180px)/2)) 24px 24px}.note-workspace.is-single-panel .note-stack{box-sizing:border-box;flex-basis:100%;min-width:100%;justify-content:center;padding-left:max(24px,calc((100vw - 1180px)/2));padding-right:max(24px,calc((100vw - 1180px)/2))}.note-workspace.is-single-panel,.note-workspace.is-multi-panel{scrollbar-width:none}.note-workspace.is-single-panel::-webkit-scrollbar,.note-workspace.is-multi-panel::-webkit-scrollbar{width:0;height:0}.note-workspace.is-single-panel .note-stack,.note-workspace.is-multi-panel .note-stack{padding-bottom:50px}.note-workspace.is-space-panning,.note-workspace.is-drag-scrolling{scroll-behavior:auto}.note-workspace.is-empty{overflow-x:hidden;overflow-y:auto}.note-workspace.is-empty .note-stack{display:none}.workspace-scroll-rail{position:fixed;right:max(190px,calc((100vw - 1180px)/2));bottom:11px;left:22px;z-index:4;display:flex;height:18px;align-items:center;padding:7px 0;opacity:.58;transition:transform .22s cubic-bezier(.22,.8,.2,1),opacity .16s ease}.workspace-scroll-rail[hidden]{display:none}body.viewer-document.is-sidebar-open>.workspace-scroll-rail{transform:translate(var(--ok-sidebar-width))}.workspace-scroll-rail:hover,.workspace-scroll-rail:focus-within,.workspace-scroll-rail.is-rail-dragging{opacity:1}.workspace-scroll-track{position:relative;flex:1 1 auto;height:1px;border-radius:999px;background:var(--ok-color-rail-track);cursor:pointer}.workspace-scroll-thumb{position:absolute;top:50%;left:0;min-width:44px;height:3px;border:0;border-radius:999px;background:var(--ok-color-rail-thumb);cursor:grab;transform:translate(var(--thumb-x, 0px),-50%);transition:height .14s ease,background-color .14s ease}.workspace-scroll-thumb:hover,.workspace-scroll-thumb:focus-visible,.workspace-scroll-rail.is-rail-dragging .workspace-scroll-thumb{height:5px;background:var(--ok-color-rail-thumb-hover);outline:none}.workspace-scroll-rail.is-rail-dragging .workspace-scroll-thumb{cursor:grabbing}.powered-by-openknowledge{position:fixed;right:22px;bottom:14px;z-index:4;color:var(--ok-color-muted);font-size:10px;font-weight:650;line-height:1;text-decoration:none;opacity:.82;transition:color .16s ease,opacity .16s ease,transform .22s cubic-bezier(.22,.8,.2,1)}body.viewer-document.is-sidebar-open>.powered-by-openknowledge{transform:translate(var(--ok-sidebar-width))}.powered-by-openknowledge:hover,.powered-by-openknowledge:focus-visible{color:var(--ok-color-accent);opacity:1;outline:none}.knowledge-empty{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:auto;background:var(--ok-color-viewer-canvas)}.knowledge-empty[hidden]{display:none}.knowledge-empty-inner{display:grid;min-height:100%;grid-template-columns:minmax(210px,260px) minmax(0,1fr);gap:28px;padding:32px max(24px,calc((100vw - 1420px)/2)) 42px}.knowledge-empty-pane{min-width:0;min-height:0}.knowledge-graph-sidebar{position:sticky;top:26px;align-self:start;padding:12px 24px 12px 4px;border-right:1px solid var(--ok-color-border)}.knowledge-graph-info{display:grid;gap:7px}.knowledge-graph-info h2{margin:0;padding:0;border:0;color:var(--ok-color-text);font-size:15px;line-height:1.3}.knowledge-graph-info p{margin:0;color:var(--ok-color-muted);font-size:12px;line-height:1.5}.knowledge-graph-info .knowledge-graph-status{margin-top:9px;padding-top:12px;border-top:1px solid var(--ok-color-border);color:var(--ok-color-accent-strong);font-weight:700;overflow-wrap:anywhere}.knowledge-empty-graph{position:sticky;top:26px;align-self:start;min-height:min(640px,calc(var(--ok-viewport-height) - 132px));overflow:hidden}.knowledge-graph-canvas{display:block;width:100%;height:min(640px,calc(var(--ok-viewport-height) - 132px));min-height:440px;outline:none}.knowledge-graph-canvas:focus-visible{outline:2px solid var(--ok-color-accent-border-strong);outline-offset:-3px}.knowledge-tree{width:min(720px,100%);color:var(--ok-color-tree-text);font-family:var(--ok-font-body);font-size:13px}.tree-row{display:flex;min-height:30px;align-items:center;gap:8px;padding:4px 9px 4px var(--indent);border-radius:7px;color:inherit;text-decoration:none}.tree-row[hidden]{display:none}.tree-directory{margin:7px 0 1px;background:transparent;color:var(--ok-color-tree-directory-text);cursor:pointer;font-weight:650;letter-spacing:-.006em}.file-sidebar .tree-directory{background:transparent;color:var(--ok-color-sidebar-text)}.tree-directory:before{content:none}.tree-directory:hover,.tree-directory:focus-visible{background:var(--ok-color-accent-softer);color:var(--ok-color-accent-strong);outline:none}.tree-directory:focus-visible{box-shadow:inset 0 0 0 2px var(--ok-color-focus-ring)}.tree-directory-icon{flex:0 0 auto;width:14px;height:14px;transform:rotate(-90deg);transition:transform .14s ease}.tree-directory[aria-expanded=true] .tree-directory-icon{transform:rotate(0)}.tree-file:hover{background:var(--ok-color-accent-softer);color:var(--ok-color-accent)}.tree-file.is-current-file{background:var(--ok-color-accent-selected);color:var(--ok-color-accent-strong);font-weight:700}.file-sidebar .tree-file:hover{background:var(--ok-color-sidebar-tree-hover-bg)}.tree-file-name{flex:0 1 auto;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-file-system{flex:0 0 auto;padding:1px 5px;border:1px solid var(--ok-color-tree-badge-border);border-radius:999px;color:var(--ok-color-tree-badge-text);font-size:10px;line-height:1.2;text-transform:lowercase}h1{margin:0 0 10px;font-size:34px;line-height:1.15}h2{margin-top:32px;padding-top:16px;border-top:1px solid var(--ok-color-border)}h3{margin-top:26px}hr{margin:28px 0;border:0;border-top:1px solid var(--ok-color-border)}.lede{margin:0 0 26px;color:var(--ok-color-muted)}.error{color:var(--ok-color-danger)}.search{position:relative;margin:0 0 22px}.search-label{display:block;margin:0 0 7px;color:var(--ok-color-muted);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.search-input{width:100%;min-height:42px;border:1px solid var(--ok-color-search-input-border);border-radius:6px;background:var(--ok-color-surface);color:var(--ok-color-text);font:inherit;padding:8px 11px}.search-input:focus{border-color:var(--ok-color-accent-border-strong);box-shadow:0 0 0 3px var(--ok-color-accent-focus);outline:2px solid var(--ok-color-focus-ring);outline-offset:1px}.search-status{min-height:20px;margin-top:8px;color:var(--ok-color-muted);font-size:13px}.search-results{display:grid;gap:7px;margin-top:8px}.search-results[hidden]{display:none}.search-result{display:grid;gap:2px;padding:10px 11px;border:1px solid var(--ok-color-card-border);border-radius:6px;background:var(--ok-color-card-bg);color:inherit;text-decoration:none}.search-result:hover,.search-result:focus-visible,.search-result.is-active{border-color:var(--ok-color-accent-border);background:var(--ok-color-card-hover-bg);outline:none}.search-result-title{color:var(--ok-color-text);font-weight:700}.search-result-meta,.search-result-snippet,.search-result-headings{color:var(--ok-color-muted);font-size:13px}.list{border-top:1px solid var(--ok-color-border)}.row{display:grid;grid-template-columns:minmax(180px,1fr) minmax(160px,.7fr);gap:12px;padding:12px 0;border-bottom:1px solid var(--ok-color-border);color:inherit;text-decoration:none}.row:hover .path{color:var(--ok-color-accent)}.path{font-family:var(--ok-font-mono);font-size:14px}.meta,.issue{color:var(--ok-color-muted);font-size:13px}.issue{grid-column:1 / -1;color:var(--ok-color-danger)}.document{max-width:780px}.note-panel.document{position:relative;flex:0 0 var(--note-panel-width, var(--ok-note-panel-default-width));max-width:none;min-width:var(--ok-note-panel-min-width);min-height:0;padding:0 34px 34px;overflow-x:hidden;overflow-y:auto;border:1px solid var(--ok-color-border);border-radius:12px;background:var(--ok-color-surface);box-shadow:0 1px 2px var(--ok-color-shadow),0 12px 36px var(--ok-color-shadow);outline:none;scroll-padding-top:66px;scrollbar-color:var(--ok-color-rail-thumb) transparent;scrollbar-width:thin}.note-panel:focus{border-color:var(--ok-color-accent-border);box-shadow:0 0 0 3px var(--ok-color-accent-focus),0 1px 2px var(--ok-color-shadow),0 12px 36px var(--ok-color-shadow)}.note-panel.is-entering{animation:note-enter .28s cubic-bezier(.22,.8,.2,1)}body.is-view-transitioning .note-panel.is-entering{animation:none}.note-resize-handle{position:absolute;top:0;bottom:0;z-index:3;width:14px;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--ok-color-note-resize-hitarea);color:transparent;cursor:ew-resize;pointer-events:auto;touch-action:none;transform:translateY(var(--note-panel-scroll-top, 0px));will-change:transform}.note-resize-handle-left{left:-7px}.note-resize-handle-right{right:8px}.note-resize-handle:after{position:absolute;top:10px;bottom:10px;left:6px;width:2px;border-radius:999px;background:transparent;content:"";transition:background-color .12s ease}.note-resize-handle-right:after{left:auto;right:-9px}.note-resize-handle:hover:after,.note-resize-handle:focus-visible:after,.note-panel.is-panel-resizing .note-resize-handle:after{background:var(--ok-color-note-resize-active)}.note-resize-handle:focus-visible{outline:none}body.is-panel-resizing,body.is-panel-resizing *{cursor:ew-resize!important;-webkit-user-select:none;user-select:none}.note-chrome{position:sticky;top:0;z-index:5;display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:14px;margin:0 -34px 28px;padding:0 12px 0 34px;border-bottom:1px solid var(--ok-color-border);background:var(--ok-color-note-chrome-bg);backdrop-filter:blur(16px) saturate(1.04);-webkit-backdrop-filter:blur(16px) saturate(1.04)}.note-path{display:flex;flex:1 1 auto;min-width:0;align-items:center;gap:2px;overflow:hidden;color:var(--ok-color-muted);font-family:var(--ok-font-mono);font-size:11.5px;letter-spacing:-.01em;white-space:nowrap}.note-breadcrumb-link,.note-breadcrumb-label{min-width:0;overflow:hidden;padding:3px 4px;border-radius:5px;color:inherit;text-decoration:none;text-overflow:ellipsis}.note-breadcrumb-link:hover,.note-breadcrumb-link:focus-visible{background:var(--ok-color-code-inline-bg);color:var(--ok-color-accent-strong);outline:none}.note-breadcrumb-link:focus-visible{box-shadow:0 0 0 2px var(--ok-color-accent-focus)}.note-breadcrumb-current{color:var(--ok-color-text);font-weight:650}.note-breadcrumb-separator{flex:0 0 auto;color:var(--ok-color-muted);opacity:.52}.note-actions{display:flex;flex:0 0 auto;align-items:center;gap:7px}.source-open{display:inline-flex;flex:0 0 auto;width:32px;height:30px;align-items:center;justify-content:center;border:1px solid var(--ok-color-editor-trigger-border);border-radius:8px;background:var(--ok-color-editor-trigger-bg);color:var(--ok-color-editor-trigger-text);box-shadow:0 1px 0 var(--ok-color-editor-trigger-shadow) inset;text-decoration:none;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.source-open:hover{border-color:var(--ok-color-editor-trigger-focus-border);background:var(--ok-color-code-inline-bg);color:var(--ok-color-text)}.source-open:focus-visible{outline:2px solid var(--ok-color-focus-ring);outline-offset:2px}.source-icon{width:17px;height:17px;fill:currentColor;stroke:none}.editor-picker{position:relative;flex:0 0 auto}.note-panel:not(.is-active-panel) .editor-picker{display:none}.editor-trigger{display:inline-flex;min-width:58px;height:30px;align-items:stretch;justify-content:center;overflow:hidden;border:1px solid var(--ok-color-editor-trigger-border);border-radius:8px;background:var(--ok-color-editor-trigger-bg);color:var(--ok-color-editor-trigger-text);line-height:1;box-shadow:0 1px 0 var(--ok-color-editor-trigger-shadow) inset}.editor-open,.editor-menu-trigger{display:inline-flex;height:100%;align-items:center;justify-content:center;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;line-height:1;text-decoration:none}.editor-open{min-width:32px;padding:0 6px}.editor-menu-trigger{width:25px;padding:0;border-left:1px solid var(--ok-color-editor-trigger-separator)}.editor-open:hover,.editor-open:focus-visible,.editor-menu-trigger:hover,.editor-menu-trigger:focus-visible{background:var(--ok-color-code-inline-bg);color:var(--ok-color-text);outline:none}.editor-trigger:focus-within{border-color:var(--ok-color-editor-trigger-focus-border);outline:2px solid var(--ok-color-focus-ring);outline-offset:2px}.editor-open .editor-mark{border:0;background:transparent}.editor-mark{display:inline-flex;min-width:20px;height:20px;align-items:center;justify-content:center;border:1px solid var(--ok-color-editor-mark-border);border-radius:5px;background:var(--ok-color-editor-mark-bg);color:var(--ok-color-editor-mark-text);font-size:10px;font-weight:700;line-height:1}.editor-mark[data-has-icon=true]{min-width:22px;height:22px;background:var(--ok-color-editor-mark-bg)}.editor-icon{display:block;width:18px;height:18px;border-radius:4px;object-fit:contain}.editor-caret{width:14px;height:14px;color:var(--ok-color-editor-caret)}.editor-menu{position:absolute;top:calc(100% + 9px);right:0;z-index:4;width:max-content;min-width:210px;max-width:min(280px,calc(100vw - 36px));max-height:min(420px,calc(var(--ok-viewport-height) - 90px));overflow:auto;overscroll-behavior:contain;padding:6px;border:1px solid var(--ok-color-editor-menu-border);border-radius:11px;background:var(--ok-color-editor-menu-bg);box-shadow:0 12px 32px var(--ok-color-editor-menu-shadow),0 2px 8px var(--ok-color-shadow)}.editor-menu[hidden]{display:none}.editor-menu-item{display:flex;width:100%;min-height:36px;align-items:center;gap:10px;padding:7px 9px;border:0;border-radius:8px;background:transparent;color:var(--ok-color-editor-menu-item-text);cursor:pointer;font:inherit;text-align:left}.editor-menu-item:hover{background:var(--ok-color-editor-menu-item-hover-bg)}.editor-menu-item:focus-visible{outline:2px solid var(--ok-color-focus-ring);outline-offset:-2px}.editor-menu-item.is-selected{background:var(--ok-color-accent-selected);color:var(--ok-color-accent-strong)}.editor-option-mark{display:inline-flex;flex:0 0 24px;height:22px;align-items:center;justify-content:center;border:1px solid var(--ok-color-editor-option-border);border-radius:5px;background:var(--ok-color-editor-option-bg);color:var(--ok-color-editor-option-text);font-size:10px;font-weight:700;line-height:1}.editor-option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-menu-separator{height:1px;margin:6px 4px;background:var(--ok-color-editor-menu-separator)}.note-close{display:inline-flex;flex:0 0 auto;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ok-color-note-close-text);cursor:pointer;font:inherit;line-height:1;text-decoration:none;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.note-close:hover{border-color:var(--ok-color-note-close-hover-border);background:var(--ok-color-code-inline-bg);color:var(--ok-color-note-close-hover-text)}.note-close:focus-visible{outline:2px solid var(--ok-color-focus-ring);outline-offset:2px}.note-close-icon{width:16px;height:16px}.note-body{max-width:var(--ok-note-body-max-width, 70ch);margin:0 auto;padding-bottom:10vh;font-size:var(--ok-document-font-size, 15.5px);line-height:var(--ok-document-line-height, 1.62);letter-spacing:var(--ok-document-letter-spacing, normal)}html[data-viewer-underlines=off] .note-body a,.note-body a{text-decoration:none!important;text-decoration-line:none!important}html[data-viewer-underlines=on] .note-body a,body.is-links-underlined .note-body a{text-decoration:underline!important;text-decoration-line:underline!important;text-decoration-thickness:.08em;text-underline-offset:.16em}html[data-viewer-contrast=high]{--ok-color-document-text: var(--ok-color-text) !important;--ok-color-muted: var(--ok-color-text) !important;--ok-color-border: var(--ok-color-text) !important;--ok-color-focus-ring: var(--ok-color-text) !important;--ok-color-control-text: var(--ok-color-text) !important}body.is-frontmatter-hidden .ok-frontmatter{display:none}.ok-frontmatter{margin:0 0 30px;overflow:hidden;border:1px solid var(--ok-color-border);border-radius:10px;background:var(--ok-color-surface)}.ok-frontmatter-summary{display:flex;min-height:42px;align-items:center;gap:10px;padding:8px 13px;color:var(--ok-color-text);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;transition:background-color .14s ease}.ok-frontmatter-summary::-webkit-details-marker{display:none}.ok-frontmatter-summary:after{width:7px;height:7px;margin:-4px 2px 0 auto;border-right:1.5px solid var(--ok-color-muted);border-bottom:1.5px solid var(--ok-color-muted);content:"";transform:rotate(45deg);transition:transform .14s ease}.ok-frontmatter[open]>.ok-frontmatter-summary:after{margin-top:3px;transform:rotate(225deg)}.ok-frontmatter-summary:hover{background:var(--ok-color-control-hover-bg)}.ok-frontmatter-summary:focus-visible{outline:2px solid var(--ok-color-focus-ring);outline-offset:-2px}.ok-frontmatter-title{font-size:13px;font-weight:650;letter-spacing:-.006em}.ok-frontmatter-count{color:var(--ok-color-muted);font-size:11px}.ok-frontmatter-body{padding:11px 14px 14px;border-top:1px solid var(--ok-color-border);background:var(--ok-color-page)}.document .ok-frontmatter-notice{margin:0 0 10px;padding:7px 9px;border-radius:6px;background:var(--ok-color-accent-softer);color:var(--ok-color-muted);font-size:12px}.ok-frontmatter-map{display:grid;gap:0;margin:0}.ok-frontmatter-row{display:grid;grid-template-columns:minmax(96px,.34fr) minmax(0,1fr);gap:12px;padding:8px 0;border-bottom:1px solid var(--ok-color-border)}.ok-frontmatter-row:last-child{border-bottom:0}.ok-frontmatter-key{min-width:0;margin:0}.ok-frontmatter-key code{display:inline;padding:0;background:transparent;color:var(--ok-color-text);font-size:12px;overflow-wrap:anywhere}.ok-frontmatter-value{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:6px 8px;margin:0;color:var(--ok-color-document-text)}.ok-frontmatter-scalar{min-width:0;overflow-wrap:anywhere}.ok-frontmatter-string{white-space:pre-wrap}.ok-frontmatter-multiline{display:block;width:100%;padding:7px 9px;border-radius:6px;background:var(--ok-color-code-inline-bg);font-family:var(--ok-font-mono);font-size:12px}.ok-frontmatter-number{font-family:var(--ok-font-mono);font-size:12px;font-variant-numeric:tabular-nums}.ok-frontmatter-null,.ok-frontmatter-empty{color:var(--ok-color-muted);font-family:var(--ok-font-mono);font-size:12px;font-style:italic}.ok-frontmatter-boolean{display:inline-flex;align-items:center;gap:5px;padding:3px 7px;border-radius:999px;background:var(--ok-color-accent-soft);color:var(--ok-color-accent-strong);font:700 11px/1 var(--ok-font-mono)}.ok-frontmatter-boolean[data-value=false]{background:var(--ok-color-code-inline-bg);color:var(--ok-color-muted)}.ok-frontmatter-boolean-dot{width:6px;height:6px;border-radius:999px;background:currentColor}.ok-frontmatter-link{min-width:0;overflow-wrap:anywhere}.document .ok-frontmatter-chips{display:flex;min-width:0;flex-wrap:wrap;gap:5px;margin:0;padding:0;list-style:none}.document .ok-frontmatter-chip{display:inline-flex;min-width:0;align-items:center;margin:0;padding:4px 8px;border:1px solid var(--ok-color-border);border-radius:999px;background:var(--ok-color-surface);color:var(--ok-color-document-text);font-size:11px;line-height:1.2}.document .ok-frontmatter-tag{padding:0;overflow:hidden}.ok-frontmatter-tag-link{display:inline-flex;min-width:0;align-items:center;padding:4px 8px;border-radius:inherit;color:inherit;text-decoration:none;transition:background-color .14s ease,color .14s ease}.ok-frontmatter-tag-link:hover,.ok-frontmatter-tag-link:focus-visible{background:var(--ok-color-accent-soft);color:var(--ok-color-accent-strong);outline:none}.ok-frontmatter-tag-link:focus-visible{box-shadow:inset 0 0 0 2px var(--ok-color-focus-ring)}.ok-frontmatter-chip .ok-frontmatter-boolean{padding:0;background:transparent}.ok-frontmatter-value>.ok-frontmatter-map,.ok-frontmatter-list-value>.ok-frontmatter-map{width:100%;padding:2px 0 0 10px;border-left:2px solid var(--ok-color-border)}.ok-frontmatter-value>.ok-frontmatter-map .ok-frontmatter-row,.ok-frontmatter-list-value>.ok-frontmatter-map .ok-frontmatter-row{grid-template-columns:minmax(86px,.3fr) minmax(0,1fr);padding:7px 0 7px 9px}.document .ok-frontmatter-list{display:grid;width:100%;gap:8px;margin:2px 0 0;padding:0;list-style:none}.document .ok-frontmatter-list-item{display:grid;grid-template-columns:22px minmax(0,1fr);gap:8px;margin:0;padding:8px;border:1px solid var(--ok-color-border);border-radius:6px;background:var(--ok-color-surface)}.ok-frontmatter-index{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:999px;background:var(--ok-color-code-inline-bg);color:var(--ok-color-muted);font:700 10px/1 var(--ok-font-mono)}.ok-frontmatter-list-value{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:6px 8px}.document p,.document li{color:var(--ok-color-document-text)}.document h1{margin:0 0 20px;color:var(--ok-color-text);font-size:30px;font-weight:700;letter-spacing:-.03em;line-height:1.16}.document h2{margin:40px 0 13px;padding-top:0;border-top:0;color:var(--ok-color-text);font-size:21px;font-weight:680;letter-spacing:-.018em;line-height:1.25}.document h3{margin:28px 0 10px;color:var(--ok-color-text);font-size:17px;font-weight:680;letter-spacing:-.012em;line-height:1.3}.document h1 code,.document h2 code,.document h3 code{padding:0;border-radius:0;background:transparent;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit}.document p{margin:0 0 16px}.document ul,.document ol{margin:10px 0 20px;padding-left:22px}.document li{padding-left:2px;line-height:1.48}.document li+li{margin-top:6px}.document li::marker{color:var(--ok-color-muted)}.document h2+ul,.document h2+ol,.document h3+ul,.document h3+ol{margin-top:8px}a{color:var(--ok-color-accent);text-underline-offset:3px}a:focus-visible{outline:2px solid var(--ok-color-focus-ring);outline-offset:2px}.note-body a{border-radius:4px;transition:background-color .16s ease,color .16s ease}.note-body a:hover,.note-body a.is-active-note{background:var(--ok-color-accent-soft)}.note-body a.is-active-note{color:var(--ok-color-accent-strong)}.ok-search-highlight{border-radius:4px;background:#f59e0b57;box-shadow:0 0 0 2px #f59e0b70;color:inherit}strong{color:var(--ok-color-text);font-weight:700}blockquote{margin:20px 0;padding:2px 0 2px 18px;border-left:3px solid var(--ok-color-border);color:var(--ok-color-muted)}blockquote p{color:var(--ok-color-muted)}.ok-agent-footer{margin-top:32px;padding-top:18px;border-top:1px solid var(--ok-color-border);color:var(--ok-color-muted);font-size:14px;opacity:.82}.ok-agent-footer blockquote{margin:0;padding:0;border-left:0;color:inherit}.ok-agent-footer blockquote p,.ok-agent-footer li,.ok-agent-footer strong{color:inherit}.ok-agent-footer a{color:var(--ok-color-muted);text-decoration-color:var(--ok-color-border)}.ok-agent-footer a:hover{background:transparent;color:var(--ok-color-accent)}code{padding:1px 4px;border-radius:4px;background:var(--ok-color-code-inline-bg);font-family:var(--ok-font-mono);font-size:.9em;letter-spacing:-.012em}pre,.code-block{overflow-x:auto;margin:22px 0 26px;padding:16px 18px;border:1px solid var(--ok-color-border);border-radius:10px;background:var(--ok-color-code-block-bg);color:var(--ok-color-code-block-text);font:400 .94em/1.6 var(--ok-font-mono);box-shadow:0 8px 24px var(--ok-color-shadow)}pre code,.code-block code{display:block;min-width:max-content;padding:0;background:transparent;color:inherit;font:inherit;white-space:pre}.code-block{position:relative;scrollbar-color:var(--ok-color-rail-thumb) transparent;-moz-tab-size:2;tab-size:2}.code-block[data-language]{padding-top:34px}.code-block[data-language]:before{position:absolute;top:11px;left:18px;color:var(--ok-color-syntax-comment);content:attr(data-language);font:600 11px/1 var(--ok-font-body);opacity:.78}.ok-mermaid{display:grid;gap:10px;margin:22px 0 26px}.ok-mermaid .code-block{margin:0}.ok-mermaid-output{width:100%;overflow:auto;padding:18px;border:1px solid var(--ok-color-border);border-radius:10px;background:var(--ok-color-surface);box-shadow:0 8px 24px var(--ok-color-shadow);scrollbar-color:var(--ok-color-rail-thumb) transparent}.ok-mermaid-output[hidden],.ok-mermaid-error[hidden],.ok-mermaid [data-mermaid-source][hidden]{display:none}.ok-mermaid-output svg{display:block;width:100%;max-width:100%;height:auto;margin:0 auto}.ok-mermaid-error{margin:0;padding:9px 11px;border:1px solid var(--ok-color-border);border-radius:7px;background:var(--ok-color-accent-softer);color:var(--ok-color-danger);font-size:12px;line-height:1.45}.asset-code .code-block,.asset-text .code-block{margin:0;min-height:440px}.ok-table-wrap{--ok-table-inner-radius: 6px;max-width:100%;margin:24px 0 28px;overflow:visible;border:1px solid var(--ok-color-border);border-radius:7px;background:var(--ok-color-surface)}.ok-table-scroller{overflow-x:auto;border-radius:0 0 var(--ok-table-inner-radius) var(--ok-table-inner-radius)}.ok-table-wrap>.ok-table-scroller:first-child{border-radius:var(--ok-table-inner-radius)}.ok-table{width:100%;min-width:max-content;border-collapse:separate;border-spacing:0;color:var(--ok-color-document-text);font-size:14px;line-height:1.42}.ok-table th,.ok-table td{max-width:360px;padding:9px 11px;border:0;border-right:1px solid var(--ok-color-border);border-bottom:1px solid var(--ok-color-border);text-align:left;vertical-align:top;overflow-wrap:anywhere}.ok-table th:last-child,.ok-table td:last-child{border-right:0}.ok-table tbody tr:last-child td{border-bottom:0}.ok-table th{background:var(--ok-color-code-inline-bg);color:var(--ok-color-text);font-size:12px;font-weight:700;letter-spacing:0}.ok-table tbody tr:nth-child(2n) td{background:var(--ok-color-page)}.ok-table tbody tr:hover td{background:var(--ok-color-accent-softer)}.ok-table [data-align=center]{text-align:center}.ok-table [data-align=right]{text-align:right}.ok-table code{overflow-wrap:anywhere;white-space:normal;word-break:break-word}.ok-table th[data-ok-table-sort]{cursor:pointer;-webkit-user-select:none;user-select:none}.ok-table th[data-ok-table-sort]:focus-visible{outline:2px solid var(--ok-color-accent-focus-strong);outline-offset:-2px}.ok-table-sort-indicator{position:relative;display:inline-block;width:8px;height:13px;margin-left:6px;color:var(--ok-color-muted);vertical-align:-2px;opacity:.58}.ok-table-sort-indicator:before,.ok-table-sort-indicator:after{position:absolute;left:0;width:0;height:0;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.ok-table-sort-indicator:before{top:1px;border-bottom:5px solid currentColor}.ok-table-sort-indicator:after{bottom:1px;border-top:5px solid currentColor}.ok-table th[data-sort-direction=asc] .ok-table-sort-indicator:before,.ok-table th[data-sort-direction=desc] .ok-table-sort-indicator:after{color:var(--ok-color-accent);opacity:1}.ok-table th[data-sort-direction=asc] .ok-table-sort-indicator:after,.ok-table th[data-sort-direction=desc] .ok-table-sort-indicator:before{opacity:.2}.ok-table-tools{position:relative;z-index:2;display:flex;align-items:center;gap:8px;padding:7px 8px;border-bottom:1px solid var(--ok-color-border);border-radius:var(--ok-table-inner-radius) var(--ok-table-inner-radius) 0 0;background:var(--ok-color-surface)}.ok-table-tools input,.ok-table-tools select{height:30px;border:1px solid var(--ok-color-search-input-border);border-radius:6px;background:var(--ok-color-search-input-bg);color:var(--ok-color-text);font:12px/1 var(--ok-font-body)}.ok-table-tools input:focus,.ok-table-tools select:focus{border-color:var(--ok-color-accent-border-strong);box-shadow:0 0 0 2px var(--ok-color-accent-focus);outline:2px solid var(--ok-color-focus-ring);outline-offset:1px}.ok-table-search{flex:1 1 150px;min-width:0;padding:5px 8px}.ok-table-filter-menu{position:relative;flex:0 0 auto}.ok-table-filter-menu[open]{z-index:3}.ok-table-filter-trigger{display:inline-flex;height:30px;align-items:center;gap:8px;padding:0 9px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--ok-color-editor-trigger-text);cursor:pointer;font:700 12px/1 var(--ok-font-body);list-style:none;-webkit-user-select:none;user-select:none}.ok-table-filter-trigger::-webkit-details-marker{display:none}.ok-table-filter-trigger:after{width:6px;height:6px;margin-top:-3px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;content:"";transform:rotate(45deg)}.ok-table-filter-trigger:hover{border-color:var(--ok-color-editor-trigger-border);background:var(--ok-color-code-inline-bg);color:var(--ok-color-text)}.ok-table-filter-menu[open] .ok-table-filter-trigger{border-color:var(--ok-color-editor-trigger-focus-border);background:var(--ok-color-code-inline-bg);color:var(--ok-color-text)}.ok-table-filter-menu[open] .ok-table-filter-trigger:after{margin-top:3px;transform:rotate(225deg)}.ok-table-filter-trigger:focus-visible{border-color:var(--ok-color-editor-trigger-focus-border);box-shadow:0 0 0 2px var(--ok-color-accent-focus);outline:2px solid var(--ok-color-focus-ring);outline-offset:1px}.ok-table-filter-panel{position:absolute;top:calc(100% + 6px);right:0;display:grid;gap:8px;width:min(280px,calc(100vw - 48px));padding:8px;border:1px solid var(--ok-color-editor-menu-border);border-radius:8px;background:var(--ok-color-editor-menu-bg);box-shadow:0 16px 38px var(--ok-color-editor-menu-shadow)}.ok-table-filter-list{display:grid;gap:8px;min-width:0}.ok-table-filter-list select{width:100%;max-width:none;padding:5px 26px 5px 8px}.ok-table-clear{height:30px;padding:0 9px;border:1px solid var(--ok-color-editor-trigger-border);border-radius:6px;background:var(--ok-color-editor-trigger-bg);color:var(--ok-color-editor-trigger-text);cursor:pointer;font:700 12px/1 var(--ok-font-body);text-align:center}.ok-table-clear:hover,.ok-table-clear:focus-visible{border-color:var(--ok-color-editor-trigger-focus-border);background:var(--ok-color-code-inline-bg);color:var(--ok-color-text);outline:none}.ok-table-clear:disabled{cursor:default;opacity:.48}.ok-table-count{margin-left:auto;color:var(--ok-color-muted);font-size:12px;white-space:nowrap}.tok-keyword{color:var(--ok-color-syntax-keyword);font-weight:700}.tok-string{color:var(--ok-color-syntax-string)}.tok-number{color:var(--ok-color-syntax-number)}.tok-comment{color:var(--ok-color-syntax-comment);font-style:italic}.tok-command{color:var(--ok-color-syntax-keyword);font-weight:inherit}.tok-flag{color:var(--ok-color-syntax-number)}.tok-variable{color:var(--ok-color-syntax-string)}ul,ol{padding-left:22px}.empty{color:var(--ok-color-muted)}.note-error{color:var(--ok-color-danger)}.theme-custom-fields input:focus-visible,.viewer-setting-select select:focus-visible,.viewer-setting-toggle input:focus-visible+.viewer-setting-switch,.header-search .search-result:focus-visible,.workspace:focus-visible,.workspace-scroll-thumb:focus-visible,.powered-by-openknowledge:focus-visible,.knowledge-graph-canvas:focus-visible,.search-result:focus-visible,.note-resize-handle:focus-visible,.ok-table th[data-ok-table-sort]:focus-visible,.ok-table-clear:focus-visible{outline:2px solid var(--ok-color-focus-ring);outline-offset:2px}@keyframes note-enter{0%{opacity:.001;transform:translate(34px) scale(.985)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes stack-view-old{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:.72;transform:translate(-18px) scale(.992)}}@keyframes stack-view-new{0%{opacity:.001;transform:translate(22px) scale(.992)}to{opacity:1;transform:translate(0) scale(1)}}@supports (view-transition-name: none){.note-workspace{view-transition-name:note-workspace}::view-transition-old(root),::view-transition-new(root){animation:none}::view-transition-old(note-workspace),::view-transition-new(note-workspace){animation-duration:.24s;animation-timing-function:cubic-bezier(.22,.8,.2,1);mix-blend-mode:normal}::view-transition-old(note-workspace){animation-name:stack-view-old}::view-transition-new(note-workspace){animation-name:stack-view-new}}@media(prefers-reduced-motion:reduce){.note-workspace{scroll-behavior:auto}.note-panel.is-entering{animation:none}.note-body a{transition:none}}html[data-viewer-motion=reduced] *,html[data-viewer-motion=reduced] *:before,html[data-viewer-motion=reduced] *:after{scroll-behavior:auto!important}html[data-viewer-motion=reduced] *,html[data-viewer-motion=reduced] *:before,html[data-viewer-motion=reduced] *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}@media(prefers-reduced-motion:reduce){html[data-viewer-motion=system] *,html[data-viewer-motion=system] *:before,html[data-viewer-motion=system] *:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}html[data-viewer-motion=full] .note-workspace{scroll-behavior:smooth}html[data-viewer-motion=full] .note-panel.is-entering{animation:note-enter .28s cubic-bezier(.22,.8,.2,1)}html[data-viewer-motion=full] .note-body a{transition:background-color .16s ease,color .16s ease}@media(hover:hover)and (pointer:fine){.note-workspace.is-multi-panel{cursor:grab}.note-workspace.is-multi-panel .note-panel{cursor:auto}.note-workspace.is-multi-panel.is-space-panning,.note-workspace.is-multi-panel.is-space-panning *{cursor:grab}.note-workspace.is-multi-panel.is-drag-scrolling,.note-workspace.is-multi-panel.is-drag-scrolling *{cursor:grabbing;-webkit-user-select:none;user-select:none}}@media(max-width:680px){header{display:block}body:not(.viewer-document) header span{display:block;margin-top:4px;overflow-wrap:anywhere}.row{grid-template-columns:1fr}body.viewer-document header{display:flex;height:var(--ok-mobile-header-height);justify-content:flex-end;padding:0 12px}.header-left{left:12px;max-width:42%}.brand{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-shortcut{display:none}.navigation-mode-toggle{right:52px}.viewer-settings{right:12px}.search.header-search{width:min(34vw,280px);min-width:0;margin-right:84px}.header-search .search-shortcut{display:none}.header-search .search-input{padding-right:10px}.header-search .search-results{left:auto;width:min(320px,calc(100vw - 24px))}.viewer-settings-menu{width:min(300px,calc(100vw - 24px))}.note-workspace{height:calc(var(--ok-viewport-height) - var(--ok-mobile-header-height))}.note-stack{gap:12px;padding:8px 12px 12px}.note-workspace.is-single-panel .note-stack{padding-left:12px;padding-right:12px}.note-workspace.is-single-panel .note-stack,.note-workspace.is-multi-panel .note-stack{padding-bottom:18px}.workspace-scroll-rail{right:12px;bottom:8px;left:12px}.powered-by-openknowledge{right:12px;bottom:28px;font-size:8px}body.viewer-document.is-sidebar-open>.workspace-scroll-rail,body.viewer-document.is-sidebar-open>.powered-by-openknowledge{display:none}.knowledge-empty-inner{grid-template-columns:1fr;gap:22px;padding:28px 14px 44px}.knowledge-graph-sidebar{position:relative;top:auto;padding:0 0 18px;border-right:0;border-bottom:1px solid var(--ok-color-border)}.knowledge-empty-graph{position:relative;top:auto;min-height:380px}.knowledge-graph-canvas{height:380px;min-height:380px}.note-panel.document{--ok-note-panel-default-width: calc(100vw - 24px) ;--ok-note-panel-min-width: min(360px, calc(100vw - 24px) );padding:0 22px 28px;border-radius:11px}.note-chrome{margin:0 -22px 24px;padding:0 10px 0 22px}.document h1{font-size:28px}.ok-frontmatter-row,.ok-frontmatter-value>.ok-frontmatter-map .ok-frontmatter-row,.ok-frontmatter-list-value>.ok-frontmatter-map .ok-frontmatter-row{grid-template-columns:1fr;gap:5px}.ok-frontmatter-value>.ok-frontmatter-map,.ok-frontmatter-list-value>.ok-frontmatter-map{padding-left:6px}.ok-table-tools{gap:6px;padding:6px}.ok-table-search{flex-basis:110px}.ok-table-filter-trigger{padding:0 8px}.ok-table-filter-panel{width:min(260px,calc(100vw - 36px))}}.note-body h1{font-size:calc(30px * var(--ok-document-scale, 1))}.note-body h2{font-size:calc(21px * var(--ok-document-scale, 1))}.note-body h3{font-size:calc(17px * var(--ok-document-scale, 1))}.note-body li{line-height:var(--ok-document-line-height, 1.62)}.note-body .ok-frontmatter-title{font-size:calc(13px * var(--ok-document-scale, 1))}.note-body .ok-frontmatter-count,.note-body .ok-frontmatter-notice,.note-body .ok-frontmatter-key code,.note-body .ok-frontmatter-multiline,.note-body .ok-frontmatter-number,.note-body .ok-frontmatter-null,.note-body .ok-frontmatter-empty{font-size:calc(12px * var(--ok-document-scale, 1))}.note-body .ok-frontmatter-chip{font-size:calc(11px * var(--ok-document-scale, 1))}.note-body .ok-table{font-size:calc(14px * var(--ok-document-scale, 1))}.note-body .ok-table th{font-size:calc(12px * var(--ok-document-scale, 1))}.note-body .ok-agent-footer{font-size:calc(14px * var(--ok-document-scale, 1))}@media(max-width:680px){.note-body h1{font-size:calc(28px * var(--ok-document-scale, 1))}}@media(max-width:680px),(hover:none)and (pointer:coarse){.workspace-scroll-rail,.powered-by-openknowledge{display:none}}
