:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--sidebar:#fafafa;--hover:#0000000b;--line:#ececec;--text:#1a1a1a;--muted:#9a9a9a;--icon:#8a8a8a;--soft:#f7f7f7;--danger:#b42318;--card:#fff;--canvas-bg:#f5f4f0;--popover:#fffffffa;--edge:#d2d2d2;--edge-strong:#111;--hl-red:#eb575733;--hl-beige:#d6aa5c3d}.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#1c1c1c;--sidebar:#161616;--hover:#ffffff0f;--line:#333;--text:#ececec;--muted:#7d7d7d;--icon:#8a8a8a;--soft:#242424;--danger:#f87171;--card:#242424;--canvas-bg:#181817;--popover:#262626fa;--edge:#4a4a4a;--edge-strong:#e6e6e6;--hl-red:#f8717147;--hl-beige:#d6b27042}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans)}.sidebar-window-drag-region{display:none}.is-desktop-shell .airgraph-sidebar{padding-top:30px}.is-desktop-shell .sidebar-window-drag-region{pointer-events:auto;height:30px;display:block;position:absolute;top:0;left:0;right:0}.sidebar-pin-drop-line{pointer-events:none;z-index:10;background:#2383e28c;border-radius:999px;height:3px;position:absolute;left:8px;right:8px}.sidebar-pin-drop-line.is-above{top:-2px}.sidebar-pin-drop-line.is-below{bottom:-2px}.sidebar-pin-drop-line.is-indent{left:28px}.sidebar-pin-drop-into{background:#2383e21a}.dark .sidebar-pin-drop-into{background:#2383e238}@layer base{button,input,select{font:inherit}button{cursor:pointer}}.custom-board{background-color:var(--canvas-bg);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;position:absolute;inset:0;overflow:hidden}.custom-board:active{cursor:grabbing}.custom-board.is-comment-tool{--comment-tool-cursor:url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5.5h15a3 3 0 0 1 3 3V17a3 3 0 0 1-3 3h-8.8L6 25v-5H5a3 3 0 0 1-3-3V8.5a3 3 0 0 1 3-3Z' fill='white' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 11h10M8 15h7' stroke='%23111' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") 6 24, copy;cursor:var(--comment-tool-cursor)}.custom-board.is-comment-tool:active,.custom-board.is-comment-tool .custom-board-world,.custom-board.is-comment-tool .board-node,.custom-board.is-comment-tool .board-node-prop{cursor:var(--comment-tool-cursor)}.custom-board-world{transform-origin:0 0;position:absolute;top:0;left:0}.custom-board-edges{pointer-events:none;position:absolute;top:-700px;left:-700px;overflow:visible}.board-marquee{z-index:5;pointer-events:none;background:#3b82f61a;border:1px solid #3b82f6b3;border-radius:2px;position:absolute}.board-section{border:1.5px dashed var(--line);background:var(--hover);pointer-events:none;border-radius:16px;position:absolute}.board-section-header{background:var(--card);border:1px solid var(--line);max-width:calc(100% - 16px);height:24px;color:var(--text);pointer-events:auto;cursor:grab;-webkit-user-select:none;user-select:none;border-radius:9px;align-items:center;gap:2px;padding:0 4px 0 8px;display:inline-flex;position:absolute;top:7px;left:8px}.board-section-header:active{cursor:grabbing}.board-section-title{white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:12px;font-weight:500;line-height:1;overflow:hidden}.board-section-title-input{color:var(--text);background:0 0;border:none;outline:none;width:160px;padding:0;font-size:12px;font-weight:500;line-height:1}.board-section-delete{width:18px;height:18px;color:var(--muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;place-items:center;transition:opacity .12s,color .12s,background .12s;display:grid}.board-section-header:hover .board-section-delete{opacity:1}.board-section-delete:hover{color:var(--danger);background:var(--hover)}.board-section-delete svg{width:13px;height:13px}.board-section-resize{border:0 solid var(--edge);appearance:none;pointer-events:auto;touch-action:none;opacity:.42;background:0 0;width:18px;height:18px;padding:0;transition:opacity .12s;position:absolute}.board-section-resize:hover{opacity:1}.board-section-resize-nw{cursor:nwse-resize;border-top-width:2px;border-left-width:2px;border-top-left-radius:15px;top:0;left:0}.board-section-resize-ne{cursor:nesw-resize;border-top-width:2px;border-right-width:2px;border-top-right-radius:15px;top:0;right:0}.board-section-resize-sw{cursor:nesw-resize;border-bottom-width:2px;border-left-width:2px;border-bottom-left-radius:15px;bottom:0;left:0}.board-section-resize-se{cursor:nwse-resize;border-bottom-width:2px;border-right-width:2px;border-bottom-right-radius:15px;bottom:0;right:0}.board-edge{fill:none;stroke:var(--edge);stroke-width:1.5px;vector-effect:non-scaling-stroke;pointer-events:none}.board-edge.is-selected{stroke:var(--edge-strong);stroke-width:2.4px}.board-edge.is-dashed{stroke-dasharray:6 6}.board-edge-hit{fill:none;stroke:#0000;stroke-width:16px;vector-effect:non-scaling-stroke;cursor:pointer;pointer-events:stroke}.edge-endpoint{pointer-events:all;cursor:grab}.edge-endpoint:active{cursor:grabbing}.edge-endpoint-dot{fill:var(--card);stroke:var(--edge-strong);stroke-width:1.5px;vector-effect:non-scaling-stroke;transition:fill .12s}.edge-endpoint:hover .edge-endpoint-dot{fill:var(--edge-strong)}.canvas-bottom-bar{z-index:20;align-items:flex-end;gap:10px;display:flex;position:absolute;bottom:18px;right:18px}.canvas-toolbar{border:1px solid var(--line);background:var(--popover);color:#6f6f6f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:10px;flex:none;align-items:center;gap:8px;height:36px;padding:0 8px;font-size:12px;display:flex;box-shadow:0 8px 20px #0000000a}.canvas-toolbar button{background:var(--soft);height:26px;color:var(--text);border:0;border-radius:8px;padding:0 9px;font-size:12px;font-weight:500}.canvas-toolbar-icon{place-items:center;width:28px;padding:0;display:grid}.canvas-toolbar-icon svg{width:15px;height:15px}.canvas-search{flex-direction:column;width:320px;display:flex}.canvas-search-field{border:1px solid var(--line);background:var(--popover);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:10px;align-items:center;gap:8px;height:36px;padding:0 12px;display:flex;box-shadow:0 8px 20px #0000000a}.canvas-search-field:focus-within{border-color:var(--edge-strong)}.canvas-search-icon{color:var(--muted);flex-shrink:0;display:flex}.canvas-search-field input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:13px}.canvas-search-field input::placeholder{color:var(--muted)}.canvas-search-results{border:1px solid var(--line);background:var(--popover);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:10px;flex-direction:column;gap:1px;max-height:280px;margin-bottom:8px;padding:4px;display:flex;overflow-y:auto;box-shadow:0 12px 28px #0000001a}.canvas-search-result{width:100%;height:34px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;padding:0 8px;font-size:13px;display:flex}.canvas-search-result.is-active{background:var(--soft)}.canvas-search-result-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.canvas-search-empty{color:var(--muted);padding:9px 10px;font-size:13px}.menu-title{width:100%;height:34px;color:var(--text);background:0 0;border:0;outline:0;padding:0 8px;font-size:14px;font-weight:500}.menu-title::placeholder{color:var(--muted);font-weight:400}.context-menu-error{color:var(--danger);padding:2px 8px;font-size:12px;line-height:1.35}.drill-action-btn{color:#fff;background:#1a1a1a;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:34px;margin-top:4px;font-size:13px;font-weight:500;display:flex}.drill-action-btn:hover{background:#000}.drill-action-btn:disabled{color:var(--muted);cursor:wait;background:#eee}.menu-kbd{color:#ffffffd9;background:#ffffff2e;border-radius:4px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-family:inherit;font-size:11px;display:inline-grid}.drill-action-btn:disabled .menu-kbd{color:var(--muted);background:#0000000d}.loading{z-index:10;color:#8a8a8a;font-size:13px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.board-node{box-sizing:border-box;border:1px solid var(--line);background:var(--node-bg,var(--card));width:100%;min-height:40px;color:var(--text);text-align:left;cursor:move;border-radius:12px;grid-template-rows:auto minmax(0,1fr) auto;gap:9px;padding:12px;transition:border-color .12s,box-shadow .12s;display:grid;position:relative;box-shadow:0 1px 3px #0000000b}.board-node:hover{border-color:#d4d4d4;box-shadow:0 2px 8px #0000000f}.board-node.is-selected{border-color:var(--edge-strong);box-shadow:0 2px 10px #00000014}.board-node.is-connect-target{border-color:var(--edge-strong);box-shadow:0 0 0 3px #1a1a1a1f,0 2px 10px #00000014}.board-node-type{color:#6f6f6f;text-transform:uppercase;align-items:center;gap:6px;font-size:10px;font-weight:500;display:flex}.board-node-type:before{content:"";background:var(--type-color);border-radius:50%;flex:none;width:6px;height:6px}.board-node strong{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;font-weight:500;line-height:1.35}.node-preview{min-width:0;color:var(--muted);flex-direction:column;gap:3px;display:flex;overflow:hidden}.node-preview p,.node-preview-heading,.node-preview-quote{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.node-preview-card{font-size:11.5px;line-height:1.45}.node-preview-header{gap:5px;font-size:13.5px;line-height:1.55}.node-preview-heading{color:var(--text);font-weight:500}.node-preview-quote{border-left:2px solid var(--line);padding-left:7px}.node-preview-li{align-items:baseline;gap:5px;min-width:0;display:flex}.node-preview-li>span:last-child{overflow-wrap:anywhere}.node-preview-marker{color:var(--muted);flex:none}.node-preview-check{border:1px solid var(--muted);border-radius:3px;flex:none;align-self:center;width:10px;height:10px}.node-preview-check.is-checked{background:var(--text);border-color:var(--text)}.node-preview-done{opacity:.7;text-decoration:line-through}.node-preview-code{font-family:var(--font-mono,ui-monospace, monospace);background:#0000000d;border-radius:4px;padding:0 3px;font-size:.92em}.node-preview-image{object-fit:cover;border-radius:6px;max-width:100%;display:block}.node-preview-card .node-preview-image{max-height:72px}.node-preview-header .node-preview-image{max-height:200px}.node-preview-subnode{color:var(--muted);align-items:baseline;gap:5px;display:flex}.node-preview-more{color:var(--muted);line-height:.8}.board-node-icon{margin-right:5px;font-size:14px;line-height:1}.board-node-icon-glyph{vertical-align:-2px;color:var(--muted);display:inline-flex}.board-node-icon-glyph svg{width:13px;height:13px}.board-node-props{flex-wrap:wrap;align-content:flex-start;gap:4px;display:flex;overflow:hidden}.board-node-prop{background:var(--hover);max-width:100%;color:var(--node-text,var(--text));text-align:left;cursor:pointer;border:0;border-radius:7px;align-items:center;gap:5px;padding:2px 7px;font-size:11px;line-height:1.45;transition:background .12s;display:inline-flex}.board-node-prop:hover{background:var(--line)}.board-node-prop.is-empty:hover{background:var(--hover)}.board-node-prop-dot{border-radius:50%;flex:none;width:6px;height:6px}.board-node-prop-val{text-overflow:ellipsis;white-space:nowrap;color:inherit;overflow:hidden}.board-node-prop.is-empty{background:0 0}.board-node-prop.is-empty .board-node-prop-val{color:var(--muted,#9a9a9a)}.board-node-title-input{width:100%;min-width:0;color:var(--node-text,var(--text));cursor:text;resize:none;white-space:pre-wrap;overflow-wrap:anywhere;background:0 0;border:0;outline:0;align-self:start;margin:0;padding:0;font-family:inherit;font-size:14px;font-weight:500;line-height:1.35;display:block;overflow:hidden}.board-node.is-editing{cursor:default}.board-node-title-edit{align-self:start;min-width:0;display:grid}.board-node-title-edit>*{grid-area:1/1/2/2}.board-node-title-sizer{visibility:hidden;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;font-weight:500;line-height:1.35}.board-node-title-edit .board-node-title-input{height:100%}.board-node-wrap{width:148px;min-height:40px;position:absolute}.board-node-resize{cursor:ew-resize;z-index:4;width:11px;position:absolute;top:6px;bottom:6px;right:-6px}.board-node-resize:after{content:"";background:var(--edge-strong);opacity:0;border-radius:2px;width:3px;height:34px;transition:opacity .12s;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.board-node-resize:hover:after{opacity:.45}.custom-board.is-comment-tool .board-node-resize,.custom-board.is-connecting .board-node-resize{pointer-events:none}.board-tooltip{z-index:22;border:1px solid var(--line);background:var(--popover);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none;border-radius:10px;flex-direction:column;gap:3px;max-width:224px;padding:8px 11px;display:flex;position:absolute;box-shadow:0 8px 24px #0000001f}.board-tooltip-type{color:#6f6f6f;letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:6px;font-size:10px;font-weight:500;display:flex}.board-tooltip-type:before{content:"";background:var(--type-color,#94a3b8);border-radius:50%;flex:none;width:6px;height:6px}.board-tooltip-edge:before{display:none}.board-tooltip-title{max-width:200px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.board-tooltip-meta{color:var(--muted);font-size:11px}.board-toolbar{z-index:30;border:1px solid var(--line);background:#1a1a1a;border-radius:12px;align-items:center;gap:2px;height:40px;padding:4px;display:flex;position:absolute;box-shadow:0 10px 30px #00000038}.board-toolbar-type{display:flex;position:relative}.board-tool-btn{color:#e6e6e6;background:0 0;border:0;border-radius:8px;place-items:center;min-width:32px;height:32px;padding:0 8px;display:grid}.board-tool-btn:hover{background:#ffffff1f}.board-tool-btn svg{width:16px;height:16px}.board-tool-btn.is-danger:hover{color:#ff8a80;background:#dc504638}.board-tool-color-dot{border:1.5px solid;border-radius:999px;width:16px;height:16px;box-shadow:inset 0 0 0 1px #00000014}.board-color-popover{z-index:32;background:#242424;border:1px solid #ffffff1f;border-radius:14px;grid-template-columns:repeat(5,24px);justify-content:center;gap:5px;width:160px;padding:8px;display:grid;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 12px 32px #0000004d}.board-color-popover.is-under{top:calc(100% + 8px);bottom:auto}.board-color-swatch{background:0 0;border:0;border-radius:8px;place-items:center;width:24px;height:24px;padding:0;display:grid}.board-color-swatch:hover,.board-color-swatch.is-selected{background:#ffffff1f}.board-color-swatch-fill{border:1px solid #ffffff47;border-radius:999px;place-items:center;width:16px;height:16px;font-size:10px;font-weight:700;line-height:1;display:grid}.board-color-swatch-fill.is-default{color:#1a1a1a;background:#fff;position:relative}.board-color-swatch-fill.is-default:after{content:"";background:#c2410c;width:18px;height:1px;position:absolute;transform:rotate(-38deg)}.board-tool-chip{align-items:center;gap:7px;font-size:12.5px;font-weight:500;display:flex}.board-tool-chip-label{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.board-tool-dot{border-radius:50%;flex:none;width:9px;height:9px}.board-toolbar-sep{background:#ffffff29;width:1px;height:20px;margin:0 3px}.board-toolbar-pop{z-index:31;background:#242424;border:1px solid #ffffff1f;border-radius:10px;width:168px;padding:5px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 12px 32px #0000004d}.board-toolbar-pop.is-below{top:auto;bottom:calc(100% + 8px)}.board-pop-row{color:#e6e6e6;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:9px;width:100%;height:32px;padding:0 8px;font-size:13px;display:flex}.board-pop-row:hover{background:#ffffff1a}.board-pop-label{flex:1}.board-pop-check{color:#fff;font-size:12px}.board-tool-edgelabel{color:#e6e6e6;text-transform:uppercase;letter-spacing:.02em;cursor:text;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;height:32px;padding:0 8px;font-size:12px;font-weight:500;display:flex}.board-tool-edgelabel svg{opacity:0;width:12px;height:12px;transition:opacity .12s}.board-tool-edgelabel:hover:not(:disabled){background:#ffffff1a}.board-tool-edgelabel:hover:not(:disabled) svg{opacity:.7}.board-tool-edgelabel:disabled{cursor:default}.board-tool-edgelabel-input{color:#fff;background:#ffffff1f;border:0;border-radius:8px;width:120px;height:32px;padding:0 8px;font-size:12px;font-weight:500}.board-tool-edgelabel-input:focus{outline:none}.board-tool-edgelabel-input::placeholder{color:#fff6}.board-tool-btn.is-active{color:#fff;background:#ffffff29}.board-handle{border:1.5px solid var(--edge-strong);background:var(--card);opacity:0;cursor:crosshair;z-index:5;border-radius:50%;width:13px;height:13px;padding:0;transition:opacity .12s,transform .12s,background .12s;position:absolute;transform:translate(-50%,-50%)scale(.75)}.board-node-wrap:hover .board-handle,.board-node-wrap.is-selected .board-handle,.board-node-wrap.is-connect-source .board-handle{opacity:1;transform:translate(-50%,-50%)scale(1)}.board-handle:hover{background:var(--edge-strong)}.custom-board.is-connecting .board-node-wrap:not(.is-connect-source) .board-handle,.custom-board.is-comment-tool .board-handle{opacity:0;pointer-events:none}.handle-t{top:0;left:50%}.handle-r{top:50%;left:100%}.handle-b{top:100%;left:50%}.handle-l{top:50%;left:0}.board-edge-label-wrap{z-index:4;position:absolute;transform:translate(-50%,-50%)}.board-edge-label{border:1px solid var(--edge);background:var(--card);color:var(--muted);white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:500;transition:border-color .12s,color .12s;display:flex}.board-edge-label-wrap:hover .board-edge-label,.board-edge-label-wrap.is-selected .board-edge-label{border-color:var(--edge-strong);color:var(--edge-strong)}.board-edge-label-count{background:#7f7f7f2e;border-radius:999px;padding:0 5px;font-size:10px;line-height:14px}.board-edge-label-wrap:hover .board-handle,.board-edge-label-wrap.is-selected .board-handle,.board-edge-label-wrap.is-connect-source .board-handle{opacity:1;transform:translate(-50%,-50%)scale(1)}.custom-board.is-connecting .board-edge-label-wrap:not(.is-connect-source) .board-handle{opacity:0;pointer-events:none}.board-edge-guide{fill:none;stroke:#1a1a1a;stroke-width:1.6px;stroke-dasharray:5 4;vector-effect:non-scaling-stroke;pointer-events:none}.board-edge-snap{fill:#1a1a1a;pointer-events:none}.custom-board.is-connecting,.custom-board.is-connecting .board-node{cursor:crosshair}.connect-hint{z-index:20;border:1px solid var(--line);background:var(--popover);color:#4f4f4f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:10px;align-items:center;height:32px;padding:0 14px;font-size:12px;display:flex;position:absolute;top:18px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #0000000d}.node-page{background:var(--bg);flex-direction:column;display:flex;position:absolute;inset:0}.node-page-header{border-bottom:1px solid var(--line);flex:none;align-items:center;gap:8px;height:48px;padding:0 14px;display:flex}.node-page-back{width:28px;height:28px;color:var(--icon);background:0 0;border:0;border-radius:8px;flex:none;place-items:center;display:grid}.node-page-back:hover{background:var(--hover);color:var(--text)}.node-page-crumbs{align-items:center;gap:6px;min-width:0;font-size:13px;display:flex}.crumb{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.crumb-link{color:var(--muted);cursor:pointer;background:0 0;border:0;flex:none;font-size:13px}.crumb-link:hover{color:var(--text)}.crumb-sep{color:var(--muted);flex:none;display:flex}.crumb-sep svg{width:14px;height:14px}.crumb-current{min-width:0;color:var(--text);align-items:center;gap:6px;font-weight:500;display:flex}.crumb-dot{border-radius:50%;flex:none;width:7px;height:7px}.crumb-glyph{color:var(--icon);flex:none;font-size:12px}.crumb-title-btn,.crumb-title-input{min-width:0;max-width:360px;color:inherit;font:inherit;font-weight:500;line-height:inherit;background:0 0;border:0;border-radius:6px;margin:0 -4px;padding:1px 4px}.crumb-title-btn{text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden}.crumb-title-btn:hover{background:var(--hover)}.crumb-title-input{background:var(--hover);outline:0}.node-page-scroll{scrollbar-gutter:stable both-edges;flex:1;min-height:0;overflow:auto}.node-page-doc{max-width:720px;margin:0 auto;padding:56px 56px 200px}.node-page-doc--view-header{max-width:none;padding:40px 40px 16px}.node-page-doc.is-wide{max-width:none;padding:56px 40px 64px}.code-surface{border:1px solid var(--line);background:var(--card);border-radius:12px;flex-direction:column;margin-top:6px;display:flex;overflow:hidden}.code-surface-bar{border-bottom:1px solid var(--line);background:var(--hover);flex:none;align-items:center;gap:8px;padding:6px 8px;display:flex}.code-surface-lang{appearance:none;border:1px solid var(--line);background:var(--bg);color:var(--text);cursor:pointer;border-radius:7px;padding:4px 9px;font-family:inherit;font-size:12px;font-weight:500;line-height:1}.code-surface-lang:hover{border-color:var(--icon)}.code-surface-cm{flex:1;min-height:0}.code-surface-cm .cm-editor{min-height:calc(100vh - 300px);font-size:13.5px}.code-surface-cm .cm-editor.cm-focused{outline:none}.code-surface-cm .cm-scroller{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;line-height:1.6}.code-surface-cm .cm-gutters{border-right:1px solid var(--line);background:0 0}.node-page-title{width:100%;color:var(--text);resize:none;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;background:0 0;border:0;outline:0;margin:0 0 10px;padding:0;font-family:inherit;font-size:32px;font-weight:700;line-height:1.25;display:block;overflow:hidden}.node-page-title::placeholder{color:#d4d4d4}.node-props{flex-direction:column;gap:2px;margin:4px 0 24px;display:flex}.node-prop-row{grid-template-columns:160px 116px 1fr 28px;align-items:center;gap:8px;padding:2px 0;display:grid}.node-prop-name{color:var(--muted);background:0 0;border:0;border-radius:6px;outline:0;padding:6px;font-family:inherit;font-size:13px}.node-prop-name:hover,.node-prop-name:focus{background:var(--hover);color:var(--text)}.node-prop-type{position:relative}.node-prop-type-chip{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;padding:5px 8px;font-size:12px;display:inline-flex}.node-prop-type-chip:hover{background:var(--hover);color:var(--text)}.node-prop-dot{border-radius:50%;flex:none;width:7px;height:7px}.node-prop-value{min-width:0}.node-prop-input{width:100%;color:var(--text);background:0 0;border:0;border-radius:6px;outline:0;padding:6px;font-family:inherit;font-size:14px}.node-prop-input:hover,.node-prop-input:focus{background:var(--hover)}.node-prop-input::placeholder{color:#d4d4d4}.node-prop-check{border:1.5px solid var(--line);color:#fff;cursor:pointer;background:0 0;border-radius:5px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.node-prop-check.is-on{background:var(--text);border-color:var(--text)}.node-prop-check svg{width:12px;height:12px}.node-prop-select{position:relative}.node-prop-select-chip{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;width:100%;padding:5px 6px}.node-prop-select-chip:hover{background:var(--hover)}.node-prop-tag{background:var(--soft);color:var(--text);border-radius:4px;padding:2px 8px;font-size:13px;display:inline-block}.node-prop-muted{color:var(--muted);font-size:13px}.node-prop-pop{z-index:20;background:var(--bg);border:1px solid var(--line);border-radius:10px;min-width:180px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 8px 28px #0000001f}.node-prop-pop-row{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:7px 8px;font-size:13px;display:flex}.node-prop-pop-row:hover{background:var(--hover)}.node-prop-pop-row svg{width:13px;height:13px;color:var(--icon);margin-left:auto}.node-prop-pop-add{border-top:1px solid var(--line);align-items:center;gap:4px;margin-top:4px;padding:4px;display:flex}.node-prop-pop-addbtn{color:var(--icon);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:6px;display:inline-flex}.node-prop-pop-addbtn:hover{background:var(--hover)}.node-prop-del{color:var(--icon);cursor:pointer;opacity:0;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:5px;display:inline-flex}.node-prop-row:hover .node-prop-del{opacity:1}.node-prop-del:hover{background:var(--hover);color:var(--danger)}.node-prop-del svg{width:14px;height:14px}.node-prop-add{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;align-self:flex-start;align-items:center;gap:6px;margin-top:2px;padding:7px 6px;font-size:13px;display:inline-flex}.node-prop-add:hover{background:var(--hover);color:var(--text)}.node-prop-add svg{width:14px;height:14px}.md-editor .ProseMirror{color:var(--text);outline:none;margin-left:-56px;padding-left:56px;font-size:15px;line-height:1.7}.md-editor .ProseMirror>*+*{margin-top:.55em}.md-editor .ProseMirror h1{margin:.6em 0 .2em;font-size:1.6em;font-weight:650;line-height:1.3}.md-editor .ProseMirror h2{margin:.6em 0 .2em;font-size:1.3em;font-weight:650;line-height:1.3}.md-editor .ProseMirror h3{margin:.5em 0 .2em;font-size:1.1em;font-weight:650}.md-editor .ProseMirror [data-indent]{transition:margin-left .12s}.md-editor .ProseMirror [data-indent="1"]{margin-left:24px}.md-editor .ProseMirror [data-indent="2"]{margin-left:48px}.md-editor .ProseMirror [data-indent="3"]{margin-left:72px}.md-editor .ProseMirror [data-indent="4"]{margin-left:96px}.md-editor .ProseMirror [data-indent="5"]{margin-left:120px}.md-editor .ProseMirror [data-indent="6"]{margin-left:144px}.md-editor .ProseMirror [data-indent="7"]{margin-left:168px}.md-editor .ProseMirror [data-indent="8"]{margin-left:192px}.md-editor .ProseMirror ul,.md-editor .ProseMirror ol{padding-left:1.4em}.md-editor .ProseMirror ul{list-style:outside}.md-editor .ProseMirror ol{list-style:decimal}.md-editor .ProseMirror ul ul{list-style:circle}.md-editor .ProseMirror ul ul ul{list-style:square}.md-editor .ProseMirror ol ol{list-style:lower-alpha}.md-editor .ProseMirror ol ol ol{list-style:lower-roman}.md-editor .ProseMirror li::marker{color:var(--muted)}.md-editor .ProseMirror li>p{margin:0}.md-editor .ProseMirror p[data-list]{padding-left:1.7em}.md-editor .ProseMirror p[data-marker]:before{content:attr(data-marker);box-sizing:border-box;width:1.7em;color:var(--muted);margin-left:-1.7em;padding-right:.4em;display:inline-block}.md-editor .ProseMirror p[data-list]+p[data-list]{margin-top:2px}.md-editor .ProseMirror ul[data-type=taskList]{padding-left:0;list-style:none}.md-editor .ProseMirror ul[data-type=taskList] li{align-items:flex-start;gap:8px;display:flex}.md-editor .ProseMirror ul[data-type=taskList] li>label{-webkit-user-select:none;user-select:none;flex:none;align-items:center;height:1.7em;margin:0;display:inline-flex}.md-editor .ProseMirror ul[data-type=taskList] li>label input[type=checkbox]{cursor:pointer;accent-color:#1a1a1a;width:16px;height:16px;margin:0}.md-editor .ProseMirror ul[data-type=taskList] li>div{flex:auto;min-width:0}.md-editor .ProseMirror ul[data-type=taskList] li>div>p{margin:0}.md-editor .ProseMirror ul[data-type=taskList] li[data-checked=true]>div{color:var(--muted);text-decoration:line-through}.md-editor .ProseMirror blockquote{border-left:3px solid var(--line);color:var(--muted);margin:.4em 0;padding-left:14px}.md-editor .ProseMirror code{background:var(--soft);border-radius:5px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88em}.md-editor .ProseMirror mark[data-hl]{color:inherit;-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:3px;padding:0 .5px}.md-editor .ProseMirror mark[data-hl=red]{background-color:var(--hl-red)}.md-editor .ProseMirror mark[data-hl=beige]{background-color:var(--hl-beige)}.md-editor .ProseMirror pre{background:var(--soft);border-radius:10px;margin:.5em 0;padding:14px 16px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.5;overflow:auto}.md-editor .ProseMirror pre code{font-size:inherit;background:0 0;padding:0}.md-editor .ProseMirror hr{border:0;border-top:1px solid var(--line);margin:1em 0}.md-editor .ProseMirror a{color:#2563eb;text-underline-offset:2px;text-decoration:underline}.md-editor .ProseMirror p.is-editor-empty.has-caret:not([data-list]):before{content:attr(data-placeholder);float:left;color:#c2c2c2;pointer-events:none;height:0}.md-editor .ProseMirror .callout{border:1px solid var(--line);background:var(--soft);border-radius:10px;gap:10px;margin:.6em 0;padding:12px 14px;display:flex}.md-editor .ProseMirror .callout-emoji{-webkit-user-select:none;user-select:none;flex:none;font-size:16px;line-height:1.6}.md-editor .ProseMirror .callout-body{flex:1;min-width:0}.md-editor .ProseMirror .callout-body>*{margin:0}.md-editor .ProseMirror .toggle-block{align-items:flex-start;gap:4px;margin:2px 0;display:flex}.md-editor .ProseMirror .toggle-arrow{width:22px;height:1.7em;color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:0;border-radius:5px;flex:none;place-items:center;padding:0;display:grid}.md-editor .ProseMirror .toggle-arrow:hover{background:var(--soft)}.md-editor .ProseMirror .toggle-arrow:before{content:"";border-top:6px solid;border-left:4.5px solid #0000;border-right:4.5px solid #0000;width:0;height:0;transition:transform .12s}.md-editor .ProseMirror .toggle-block[data-open=false] .toggle-arrow:before{transform:rotate(-90deg)}.md-editor .ProseMirror .toggle-content{flex:1;min-width:0}.md-editor .ProseMirror .toggle-content>*+*{margin-top:.35em}.md-editor .ProseMirror .toggle-block[data-open=false] .toggle-content>:not(.toggle-summary){display:none}.md-editor .ProseMirror .toggle-summary.is-empty:before{content:attr(data-placeholder);float:left;color:#c2c2c2;pointer-events:none;height:0}.md-editor .ProseMirror .toggle-block[data-open=true] .toggle-content:has(>.toggle-summary:only-child):after{content:"빈 토글입니다. 클릭해 내용을 추가하세요.";color:#c2c2c2;cursor:text;margin-top:.35em;display:block}.md-editor .ProseMirror .table-block{padding-right:var(--table-rail);padding-bottom:var(--table-rail);--table-rail:14px;margin:.7em 0;position:relative}.md-editor .ProseMirror .table-block-scroll{overflow-x:auto}.md-editor .ProseMirror table.md-table{border-collapse:collapse;table-layout:fixed;width:100%}.md-editor .ProseMirror table.md-table td,.md-editor .ProseMirror table.md-table th{border:1px solid var(--line);vertical-align:top;text-align:left;min-width:80px;padding:6px 9px;position:relative}.md-editor .ProseMirror table.md-table th{background:var(--soft);font-weight:600}.md-editor .ProseMirror table.md-table td>*,.md-editor .ProseMirror table.md-table th>*{margin:0}.md-editor .ProseMirror table.md-table .selectedCell:after{content:"";pointer-events:none;background:#2383e224;position:absolute;inset:0}.md-editor .ProseMirror .table-rail{color:var(--muted);opacity:0;cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;padding:0;font-size:11px;line-height:1;transition:opacity .12s,background .12s;display:grid;position:absolute}.md-editor .ProseMirror .table-block:hover .table-rail,.md-editor .ProseMirror .table-block:focus-within .table-rail{opacity:1}.md-editor .ProseMirror .table-rail:hover{background:var(--soft);color:var(--fg)}.md-editor .ProseMirror .table-rail-col{width:calc(var(--table-rail) - 3px);height:calc(100% - var(--table-rail));top:0;right:0}.md-editor .ProseMirror .table-rail-row{width:calc(100% - var(--table-rail));height:calc(var(--table-rail) - 3px);bottom:0;left:0}.md-editor .ProseMirror .subnode-block{border-radius:8px;margin:2px 0}.md-editor .ProseMirror .subnode-block .subnode-row-wrap{border-radius:8px;align-items:center;width:100%;display:flex;position:relative}.md-editor .ProseMirror .subnode-block .subnode-row-wrap:hover,.md-editor .ProseMirror .subnode-block .subnode-row-wrap:focus-within{background:var(--soft)}.md-editor .ProseMirror .subnode-block .subnode-row{width:100%;min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:4px 34px 4px 8px;display:flex}.md-editor .ProseMirror .subnode-block .subnode-row:hover{background:0 0}.md-editor .ProseMirror .subnode-block .subnode-remove{color:#9b9b9b;cursor:pointer;opacity:0;background:0 0;border:0;border-radius:6px;place-items:center;width:24px;height:24px;transition:opacity .12s,background .12s,color .12s;display:grid;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.md-editor .ProseMirror .subnode-block .subnode-row-wrap:hover .subnode-remove,.md-editor .ProseMirror .subnode-block .subnode-remove:focus-visible{opacity:1}.md-editor .ProseMirror .subnode-block .subnode-remove:hover{color:#dc2626;background:#dc262614}.md-editor .ProseMirror .subnode-block .subnode-remove svg{width:14px;height:14px}.md-editor .ProseMirror .subnode-block .subnode-icon{color:#9b9b9b;flex:none;display:inline-flex}.md-editor .ProseMirror .subnode-block .subnode-face{border-left:2px solid var(--line);cursor:pointer;border-radius:0 8px 8px 0;margin:2px 0 4px 22px;padding:6px 10px}.md-editor .ProseMirror .subnode-block .subnode-face:hover{background:#00000008}.md-editor .ProseMirror .subnode-block .subnode-title{white-space:nowrap;text-overflow:ellipsis;min-width:0;text-decoration:underline;-webkit-text-decoration-color:var(--line);text-decoration-color:var(--line);text-underline-offset:4px;font-weight:500;overflow:hidden}.md-editor .ProseMirror .subnode-block[data-selected=true]{background:#2383e21f}.md-editor .ProseMirror .subnode-block[data-missing=true] .subnode-row{color:#9b9b9b;cursor:default}.md-editor .ProseMirror .subnode-block[data-missing=true] .subnode-title{font-weight:400;text-decoration:none}.md-editor .ProseMirror .date-token{color:#2563eb;white-space:nowrap;cursor:default;-webkit-user-select:none;user-select:none;border-radius:5px;align-items:baseline;gap:1px;padding:0 3px;display:inline-flex}.md-editor .ProseMirror .date-token:hover{background:#2383e21a}.md-editor .ProseMirror .date-token[data-selected=true]{background:#2383e22e}.md-editor .ProseMirror .date-token .date-token-at{opacity:.55}.md-editor .ProseMirror .date-token .date-token-label{text-underline-offset:2px;-webkit-text-decoration:underline dotted #2563eb73;text-decoration:underline dotted #2563eb73}.md-editor .ProseMirror .img-block{margin-top:.7em;margin-bottom:.7em}.img-figure-wrap{width:100%;display:flex}.img-block[data-align=left] .img-figure-wrap{justify-content:flex-start}.img-block[data-align=center] .img-figure-wrap{justify-content:center}.img-block[data-align=right] .img-figure-wrap{justify-content:flex-end}.img-figure{min-width:80px;max-width:100%;margin:0;position:relative}.img-frame{border-radius:8px;line-height:0;position:relative;overflow:hidden}.img-frame img{cursor:default;-webkit-user-select:none;user-select:none;width:100%;height:auto;display:block}.img-block[data-selected=true] .img-frame:after{content:"";z-index:1;pointer-events:none;background:#2383e252;position:absolute;inset:0}.img-block[data-uploading=true] .img-frame img{filter:brightness(.7)saturate(.85)}.img-uploading{z-index:3;color:#fff;pointer-events:none;background:#00000047;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}.img-upload-recovery-placeholder{background:var(--surface-muted,#7878781a);min-height:132px;color:var(--muted);justify-content:center;align-items:center;display:flex}.img-uploading.is-error{pointer-events:auto;text-align:center;background:#5a1414c7;padding:16px}.img-upload-actions{gap:6px;display:flex}.img-upload-actions button{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff8c;border-radius:7px;padding:4px 9px;font-size:11px;line-height:1.3}.img-upload-actions button:hover{background:#ffffff38}.img-spinner{border:2.5px solid #ffffff59;border-top-color:#fff;border-radius:999px;width:22px;height:22px;animation:.7s linear infinite img-spin}.img-uploading-text{letter-spacing:.01em;text-shadow:0 1px 2px #0006;font-size:12px;font-weight:500}@keyframes img-spin{to{transform:rotate(360deg)}}.img-resize{z-index:2;cursor:ew-resize;opacity:0;justify-content:center;align-items:center;width:18px;transition:opacity .12s;display:flex;position:absolute;top:0;bottom:0}.img-resize-left{left:0}.img-resize-right{right:0}.img-resize:after{content:"";background:#fffffff2;border-radius:999px;width:5px;height:44px;max-height:56%;box-shadow:0 0 0 1px #00000038}.img-block:hover .img-resize,.img-block[data-selected=true] .img-resize{opacity:1}.img-toolbar{z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background:#141414c7;border-radius:8px;align-items:center;gap:2px;padding:3px;transition:opacity .12s;display:flex;position:absolute;top:8px;right:8px}.img-block:hover .img-toolbar,.img-block[data-selected=true] .img-toolbar{opacity:1}.img-toolbar button{color:#ffffffd1;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.img-toolbar button:hover{color:#fff;background:#ffffff29}.img-toolbar button.is-active{color:#fff;background:#ffffff3d}.img-toolbar-sep{background:#ffffff38;width:1px;height:16px;margin:0 2px}.img-caption-input,.img-caption{width:100%;color:var(--muted);text-align:left;background:0 0;border:0;margin-top:7px;padding:0;font-size:13px;line-height:1.5;display:block}.img-caption-input:focus{color:var(--text);outline:none}.img-caption-input::placeholder{color:var(--muted);opacity:0}.img-block:hover .img-caption-input::placeholder,.img-caption-input:focus::placeholder{opacity:1}.img-placeholder{border:1px dashed var(--line);background:var(--soft);width:100%;color:var(--muted);text-align:left;cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:14px 16px;font-size:14px;transition:background .12s,border-color .12s,color .12s;display:flex}.img-placeholder:hover{background:var(--hover);color:var(--text)}.img-placeholder.is-dragover{border-color:var(--edge-strong);background:var(--hover);color:var(--text)}.img-placeholder.is-error{border-color:var(--danger);color:var(--danger)}.img-placeholder svg{flex:none}.img-placeholder-text{min-width:0}.img-lightbox{z-index:300;cursor:zoom-out;background:0 0;justify-content:center;align-items:center;padding:5vh 5vw;animation:.14s ease-out content-fade-in;display:flex;position:fixed;inset:0}.img-lightbox img{cursor:default;border-radius:6px;max-width:100%;max-height:100%;box-shadow:0 20px 60px #00000080}.suggest-menu{z-index:200;border:1px solid var(--line);background:var(--popover);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:12px;width:232px;max-height:320px;padding:5px;position:fixed;overflow:auto;box-shadow:0 12px 32px #00000024}.suggest-row{width:100%;height:34px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:0 8px;font-size:13px;display:flex}.suggest-row.is-active{background:var(--hover)}.suggest-icon{background:var(--soft);color:#5f5f5f;border-radius:6px;flex:none;place-items:center;width:24px;height:24px;font-size:11px;font-weight:600;display:grid}.suggest-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.suggest-hint{color:var(--muted);flex:none;font-size:11px}.prosemirror-dropcursor-block{border-radius:999px}.md-editor-wrap{cursor:text;min-height:240px;position:relative}.block-gutter{align-items:center;gap:2px;display:flex;transform:translate(-10px)}.block-plus,.block-handle{color:#b6b6b6;-webkit-user-select:none;user-select:none;touch-action:none;background:0 0;border:0;border-radius:6px;place-items:center;width:22px;height:24px;padding:0;transition:background .12s,color .12s,opacity .12s;display:grid}.block-plus{cursor:pointer}.block-plus:hover{background:var(--hover);color:#5f5f5f}.block-handle{cursor:grab}.block-handle:hover{background:var(--hover);color:#5f5f5f}.block-handle:active{cursor:grabbing}.block-handle svg{fill:currentColor}.md-editor-content .ProseMirror-selectednode,.md-editor-content .ProseMirror-selectednode *{caret-color:#0000}.md-editor-content .ProseMirror-selectednode{background:#2383e221;border-radius:5px;box-shadow:0 0 0 3px #2383e221}.md-editor-content .node-image.ProseMirror-selectednode{box-shadow:none;background:0 0}.md-editor .ProseMirror.has-block-selection{caret-color:#0000}.md-editor .ProseMirror .pm-block-selected{isolation:isolate;position:relative}.md-editor .ProseMirror .pm-block-selected:after{content:"";z-index:-1;pointer-events:none;background:#2383e229;border-radius:5px;position:absolute;inset:-2px -8px -2px -4px}.md-editor .ProseMirror.has-block-selection ::selection,.md-editor .ProseMirror.has-block-selection::selection{background:0 0}.block-menu{z-index:210;border:1px solid var(--line);background:var(--popover);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:12px;width:196px;max-height:70vh;padding:5px;position:fixed;overflow:auto;box-shadow:0 12px 32px #00000024}.block-menu-label{color:var(--muted);letter-spacing:.02em;padding:6px 8px 4px;font-size:11px;font-weight:600}.block-menu-row{width:100%;height:32px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:0 8px;font-size:13px;display:flex}.block-menu-row:hover{background:var(--hover)}.block-menu-row.is-danger{color:#c0392b}.block-menu-icon{background:var(--soft);color:#5f5f5f;border-radius:6px;flex:none;place-items:center;width:22px;height:22px;font-size:11px;font-weight:600;display:grid}.block-menu-row.is-danger .block-menu-icon{color:inherit}.block-menu-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.block-menu-sep{background:var(--line);height:1px;margin:5px 4px}@media (max-width:900px){.node-page-doc{padding:32px 20px 160px}.md-editor .ProseMirror{margin-left:-20px;padding-left:20px}}@media (max-width:767px){.canvas-bottom-bar{flex-direction:column;align-items:stretch;gap:8px;bottom:12px;left:12px;right:12px}.canvas-search{width:auto}.canvas-toolbar{align-self:flex-end}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_c15e96cb-module__0bjUvq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_c15e96cb-module__0bjUvq__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.0gz0.h24vv934.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.0_pfzm~5i7__8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.0e5c5_wyqqx75.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo Fallback;src:local(Arial);ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.0%;size-adjust:98.7%}.archivo_9443aef7-module__vKFuNW__className{font-family:Archivo,Archivo Fallback;font-style:normal}.archivo_9443aef7-module__vKFuNW__variable{--font-archivo:"Archivo", "Archivo Fallback"}
