body.page-playground{--gap: 12px;--pane-height: 520px;--border: #ddd;--border-soft: #eee;--bg-soft: #f6f6f6;--bg-head: #fafafa;font:12px/1.45 system-ui, sans-serif;margin:20px}body.page-playground,body.page-playground *,body.page-playground *::before,body.page-playground *::after{box-sizing:border-box}body.page-playground h1{font-size:16px;margin:0 0 8px}body.page-playground .btns{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-bottom:.5rem}body.page-playground button{padding:.35rem .5rem;border:1px solid #ccc;border-radius:.5rem;background:#fff;cursor:pointer}body.page-playground button:hover{background:#f8f8f8}body.page-playground .tab.active{background:#f2f2f2;font-weight:600}body.page-playground #rightButtons{margin-left:auto}body.page-playground label{display:inline-flex;gap:.35rem;align-items:center}body.page-playground[aria-busy="true"]{cursor:progress}body.page-playground[aria-busy="true"] [data-query]{opacity:.6;pointer-events:none}body.page-playground table.sparql{border-collapse:collapse;width:100%}body.page-playground table.sparql th,body.page-playground table.sparql td{border:1px solid var(--border);padding:6px 8px;text-align:left;vertical-align:top}body.page-playground table.sparql thead th{position:sticky;top:0;background:var(--bg-head);z-index:1}body.page-playground #results table.sparql{table-layout:fixed}body.page-playground #results table.sparql th,body.page-playground #results table.sparql td{overflow:hidden;text-overflow:ellipsis;overflow-wrap:anywhere}body.page-playground #out{margin-top:10px;font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;background:var(--bg-soft);padding:8px;border-radius:8px;min-height:1.2rem;white-space:pre-wrap}body.page-playground .split{display:flex;gap:var(--gap);align-items:stretch}body.page-playground .split>#leftPane,body.page-playground .split>#rightPane{flex:1 1 0;min-width:0;display:flex;flex-direction:column;overflow:hidden}body.page-playground #leftPane,body.page-playground #rightPane{height:var(--pane-height);min-height:0}body.page-playground #leftPane{overflow-x:hidden}body.page-playground #results,body.page-playground #welcome-root,body.page-playground #editor-root,body.page-playground #doc-root,body.page-playground #converter-root,body.page-playground #code-root,body.page-playground #chat-root{flex:1 1 auto;min-height:0;overflow:auto;overflow-x:hidden}body.page-playground #rightPane,body.page-playground .gsn-host{min-width:0;min-height:0;position:relative}body.page-playground .modules-bar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;background:#fff;padding:.5rem;border:1px solid var(--border-soft);border-radius:.5rem}body.page-playground .modules-bar button{padding:.35rem .6rem;border:1px solid #ccc;border-radius:.5rem;background:#fff;cursor:pointer}body.page-playground .modules-bar button.tab.active{text-decoration:underline}body.page-playground [data-theme="dark"] .modules-bar{background:#111;border-color:#333}body.page-playground [data-theme="dark"] .modules-bar button{background:#222;border-color:#444;color:#eee}body.page-playground .doc-view .doc-entity{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;border-bottom:1px dotted var(--accent-color, #888)}body.page-playground .doc-entity-tooltip{position:absolute;z-index:1000;max-width:320px;padding:0.5rem 0.75rem;background:var(--doc-tooltip-bg, #111);color:var(--doc-tooltip-fg, #f9f9f9);border-radius:0.375rem;box-shadow:0 4px 12px rgba(0,0,0,0.25);font-size:0.85rem}body.page-playground .doc-entity-tooltip-header{font-weight:600;margin-bottom:0.25rem}body.page-playground .doc-entity-tooltip-body p{margin:0.15rem 0 0}body.page-playground .doc-entity-tooltip-iri{font-family:monospace;font-size:0.75rem;opacity:0.8;word-break:break-all}body.page-playground .code-panel pre{background:#f7f7f7;border-radius:6px;padding:0.75rem 1rem;margin:0 0 1rem;font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:0.9rem;line-height:1.4;overflow-x:auto;overflow-y:auto;max-height:22rem}body.page-playground .code-panel p,body.page-playground .code-panel a,body.page-playground .code-panel code{overflow-wrap:anywhere}@media (max-width: 900px){body.page-playground .split{flex-direction:column}body.page-playground #leftPane,body.page-playground #rightPane{height:auto;max-height:none}}:root{--bg: #fff;--text: #111;--muted-text: #666;--border: #ddd;--node-fill: #fff;--node-stroke: #333;--link: #999;--link-ctx: #666;--def: #c44;--clt: #6a1b9a;--highlight-stroke: #186e78;--highlight-fill: #e0fcff;--badge-border: #999;--badge-ctx-a: #fff;--badge-ctx-b: #e9e9e9;--badge-vld-a: #d5ffcd;--badge-vld-b: #0d7215;--badge-ivld-a: #ffffec;--badge-ivld-b: #cdc312;--badge-undev-a: #ffffff;--badge-undev-b: #ffffff;--btn-bg: #f8f8f8;--btn-bg-hover: #efefef;--btn-border: #ccc;--radius-sm: 3px;--radius-md: 8px;--pad-sm: .3rem;--pad-md: .5rem;--gap-sm: .5rem;--gap-md: 1rem;--stroke-thin: 1px;--stroke-med: 1.2px;--stroke-bold: 1.5px;--stroke-xbold: 2.5px;--font-size-sm: .65rem;--font-size-md: 12px}[data-theme="dark"]{--bg: #111;--text: #eee;--node-fill: none;--node-stroke: #ddd;--link: #bbb;--link-ctx: #aaa}.gsn-host{height:520px;min-width:0}.gsn-host.hide-ctx .gsn-node.ctx,.gsn-host.hide-ctx .gsn-link.ctx{display:none}.gsn-host.hide-def .gsn-node.def,.gsn-host.hide-def .gsn-link.def{display:none}.gsn-legend{display:flex;flex-wrap:wrap;gap:0.25rem 0.8rem;align-items:center;padding:var(--pad-md) calc(var(--pad-md) + .25rem);border-bottom:1px solid var(--border);max-width:100%}.gsn-legend-item{display:inline-flex;align-items:center;gap:0.25rem;font-size:var(--font-size-sm);white-space:nowrap}.gsn-legend-node{width:32px;height:16px;flex-shrink:0}.gsn-legend-node text{font-size:11px}.gsn-legend-item[title]{cursor:help}.gsn-controls{margin-left:auto;display:flex;gap:var(--gap-sm);margin-left:auto;flex-wrap:wrap;order:99}.gsn-btn{padding:var(--pad-sm) calc(var(--pad-sm) + .25rem);border:1px solid var(--btn-border);background:var(--btn-bg);border-radius:calc(var(--radius-md) - 3px);cursor:pointer}.gsn-btn:hover{background:var(--btn-bg-hover)}.gsn-hint{font-size:var(--font-size-sm);color:var(--muted-text)}.gsn-badge{display:inline-block;width:14px;height:14px;border-radius:var(--radius-sm);border:1px solid var(--badge-border);background:#fff}.gsn-badge.ctx{background:repeating-linear-gradient(45deg, var(--badge-ctx-a), var(--badge-ctx-a) 3px, var(--badge-ctx-b) 3px, var(--badge-ctx-b) 6px)}.gsn-badge.def{background:#ffd6d6;border-color:var(--def)}.gsn-badge.clt{background:#f3e5f5;border-color:var(--clt)}.gsn-badge.vld{background:repeating-linear-gradient(45deg, var(--badge-vld-a), var(--badge-vld-a) 3px, var(--badge-vld-b) 3px, var(--badge-vld-b) 6px)}.gsn-badge.ivld{background:repeating-linear-gradient(45deg, var(--badge-ivld-a), var(--badge-ivld-a) 3px, var(--badge-ivld-b) 3px, var(--badge-ivld-b) 6px)}.gsn-badge.undev{background:repeating-linear-gradient(45deg, var(--badge-undev-a), var(--badge-undev-a) 3px, var(--badge-undev-b) 3px, var(--badge-undev-b) 6px)}.gsn-badge.rule{background:#ffffff;border:2px solid #8f0303}.gsn-svg{width:100%;height:100%;display:block;background:var(--bg)}.gsn-link{fill:none;stroke:var(--link);stroke-width:var(--stroke-med)}.gsn-link.extra{fill:none;stroke:var(--link);stroke-width:var(--stroke-med);opacity:.9}.gsn-link.ctx{stroke:var(--link-ctx);stroke-dasharray:6 4}.gsn-link.def{stroke:var(--def);stroke-dasharray:3 3}.gsn-node rect,.gsn-node circle,.gsn-node ellipse,.gsn-node polygon{fill:var(--node-fill);stroke:var(--node-stroke);stroke-width:var(--stroke-thin)}.gsn-node rect{rx:0;ry:0}.gsn-node text{font-size:var(--font-size-md);dominant-baseline:middle;fill:var(--text)}.gsn-node.ctx rect{stroke-dasharray:5 3;rx:var(--radius-md);ry:var(--radius-md)}.gsn-node.in-context rect,.gsn-node.in-context circle,.gsn-node.in-context ellipse,.gsn-node.in-context polygon{stroke:var(--highlight-stroke);stroke-width:var(--stroke-xbold);fill:var(--highlight-fill)}.gsn-node.def rect{stroke:var(--node-stroke);fill:#ffeaea;stroke-width:var(--stroke-bold);rx:var(--radius-md);ry:var(--radius-md)}.gsn-node.def-prop rect,.gsn-node.def-prop circle,.gsn-node.def-prop ellipse,.gsn-node.def-prop polygon{stroke:var(--def);fill:#fff2f2;stroke-width:2px}.gsn-node.ctx,.gsn-node.def{cursor:pointer}.gsn-node.dup rect,.gsn-node.dup circle,.gsn-node.dup ellipse,.gsn-node.dup polygon{stroke-dasharray:3 2;opacity:.9}.gsn-node.invalid rect,.gsn-node.invalid circle,.gsn-node.invalid ellipse,.gsn-node.invalid polygon{stroke:#cdc312;stroke-width:2.5px;fill:#ffffec;fill-opacity:1}.gsn-node.valid rect,.gsn-node.valid circle,.gsn-node.valid ellipse,.gsn-node.valid polygon{stroke:#0d7215;stroke-width:2.5px;fill:#d5ffcd;fill-opacity:1}.gsn-node-tag{font-size:11px;font-weight:600;dominant-baseline:alphabetic}.gsn-node path.undev-diamond{fill:#ffffff;stroke:#000000;stroke-width:1.2px}.gsn-link.invalid{stroke:#cdc312;stroke-width:2.5px;stroke-dasharray:3 3}.gsn-link.valid{stroke:#0d7215;stroke-width:2.5px;stroke-dasharray:3 3}.collection-dot{fill:#6a1b9a}.collection-item circle{fill:#8e24aa}.gsn-node.collection.ext rect{stroke:#6a1b9a;stroke-width:0.5px;fill:#f3e5f5;fill-opacity:1}.gsn-link.collection{stroke:#6a1b9a;stroke-width:0.5px;stroke-dasharray:4 3}.gsn-node.collection.item rect{stroke:none !important;stroke-width:1px;fill:#f7e8fb}.gsn-node.collection.item text{font-size:11px}.gsn-node.rule rect{stroke-width:2;stroke:#8f0303;fill:#ffffff}.gsn-node.rule text{font-weight:700}.gsn-link.rule{stroke:#8f0303;stroke-width:2px}.gsn-marker.norm{color:var(--link)}.gsn-marker.ctx path{fill:none !important;stroke:currentColor;stroke-width:1.6;stroke-linejoin:round}.gsn-marker.ctx{color:var(--link-ctx)}.gsn-marker.def{color:var(--def)}
