:root{--bg: #0a0c0f;--bg2: #111418;--bg3: #181d24;--border: #232b35;--text: #d4dce8;--text-dim: #5a6a7e;--accent: #e8a830;--accent2: #3b9aff;--accent3: #6ee78a;--danger: #e85540;--node-person: #e85fad;--node-place: #3b9aff;--node-object: #e8a830;--node-concept: #6ee78a;--node-event: #a370f7;--node-other: #5a6a7e;--font-display: "Syne", sans-serif;--font-mono: "Space Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%;height:-webkit-fill-available}body,#root{height:100%;height:var(--app-height, 100svh);background:var(--bg);color:var(--text);font-family:var(--font-mono);font-size:13px;line-height:1.6;overflow:hidden;position:fixed;width:100%}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}
