.glossary-graph-root{font-family:var(--font-inter,Inter),system-ui,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glossary-graph-root .glossary-app{display:flex;height:calc(100vh - 3.5rem - 4.5rem - 12rem);min-height:420px}.glossary-graph-root .canvas-wrap{flex:1;position:relative;overflow:hidden;min-width:0;background:var(--background)}.glossary-graph-root canvas{display:block;width:100%;height:100%}.glossary-graph-root .sidebar{width:300px;flex-shrink:0;background:var(--surface);border-left:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.glossary-graph-root .sb-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:14px;padding:32px;text-align:center}.glossary-graph-root .sb-empty-icon{opacity:.35;color:var(--foreground)}.glossary-graph-root .sb-empty-text{font-size:.875rem;color:var(--muted);line-height:1.65}.glossary-graph-root .sb-content{display:none;flex-direction:column;height:100%;overflow-y:auto}.glossary-graph-root .sb-content.visible{display:flex}.glossary-graph-root .sb-top{padding:24px 22px 20px;border-bottom:1px solid var(--border)}.glossary-graph-root .sb-badge{display:inline-block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:.1875rem .625rem;border-radius:9999px;margin-bottom:.75rem}.glossary-graph-root .sb-title{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem;color:var(--foreground)}.glossary-graph-root .sb-def{font-size:.875rem;color:var(--muted);line-height:1.65}.glossary-graph-root .sb-related{padding:18px 22px 24px}.glossary-graph-root .sb-related-lbl{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.75rem}.glossary-graph-root .chips{display:flex;flex-wrap:wrap;gap:6px}.glossary-graph-root .chip{font-size:.8125rem;padding:.25rem .6875rem;border-radius:9999px;background:var(--background);border:1px solid var(--border);color:var(--foreground);cursor:pointer;transition:background .15s,border-color .15s}.glossary-graph-root .chip:hover{background:var(--surface2)}@media (max-width:640px){.glossary-graph-root .glossary-hero{padding:2.5rem 1.25rem 1.5rem}.glossary-graph-root .glossary-app{flex-direction:column;height:auto;min-height:calc(100vh - 3.5rem - 4.5rem)}.glossary-graph-root .canvas-wrap{min-height:360px}.glossary-graph-root .sidebar{width:100%;height:240px;border-left:none;border-top:1px solid var(--border)}.glossary-graph-root .sb-empty{flex-direction:row;padding:16px 20px;gap:12px;text-align:left}}