:root{color-scheme:light dark;--text-color: #0f172a;--bg-color: #f8fafc}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text-color);background:var(--bg-color)}@media (prefers-color-scheme: dark){:root{--text-color: #e5e7eb;--bg-color: #0b0f1a}}.app{height:100%;display:grid;grid-template-rows:auto auto 1fr auto}.app--embed{grid-template-rows:auto 1fr;background:transparent}.app--embed-focus{grid-template-rows:1fr}.app--embed .status{display:flex;align-items:center;justify-content:center}.app__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid color-mix(in lab,currentColor 20%,transparent)}.app__header--embed{padding:.5rem 1rem;justify-content:flex-end;border-bottom:1px solid color-mix(in lab,currentColor 10%,transparent)}.app__controls{display:flex;gap:.5rem;align-items:center}.app__controls input[type=search]{min-width:220px;padding:.4rem .6rem}.app__controls button{padding:.4rem .6rem}.app__checkbox{display:flex;align-items:center;gap:.25rem;font-size:.9rem;cursor:pointer;-webkit-user-select:none;user-select:none}.app__meta{padding:.25rem 1rem;opacity:.7;font-size:.9rem}.status{padding:1rem}.status--error{color:#b91c1c}.graph{height:100%;width:100%}.app__embed-grid{height:100%;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.app__embed-graph{min-width:0;min-height:0}.app__footer{padding:.5rem 1rem;display:flex;align-items:center;gap:.75rem;border-top:1px solid color-mix(in lab,currentColor 20%,transparent);font-size:.9rem}.app__neighbors{padding:.75rem 1rem 1rem;height:100%;overflow:auto;min-width:0;border-top:1px solid color-mix(in lab,currentColor 15%,transparent);font-size:.95rem}.app__neighbors-title{font-weight:600;margin-bottom:.5rem}.app__neighbors-list{list-style:none;padding:0;margin:0;display:grid;gap:.35rem}.app__neighbors-item{display:flex;align-items:center;gap:.2rem;padding:.15rem 0rem}.app__neighbors-item a{border-left:3px solid var(--type-color, #6b7280);border-radius:.35rem;padding-left:.2rem}.app__neighbors-marker{display:inline-block;width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center;background:var(--dir-color, #64748b);clip-path:var(--dir-shape, inset(0))}.app__neighbors-list a{color:inherit;text-decoration:none}.app__neighbors-list a:hover{text-decoration:underline}.app__neighbors-empty{opacity:.7}.app__neighbors-item--post{--type-color: #2563eb}.app__neighbors-item--page{--type-color: #16a34a}.app__neighbors-item--tag{--type-color: #d97706}.app__neighbors-item--external,.app__neighbors-item--unknown{--type-color: #6b7280}.app__neighbors-marker--incoming{--dir-color: #ef4444;--dir-shape: polygon(0 50%, 50% 0, 50% 100%)}.app__neighbors-marker--outgoing{--dir-color: #10b981;--dir-shape: polygon(50% 0, 100% 50%, 50% 100%)}.app__neighbors-marker--bidirectional{--dir-color: #a855f7;--dir-shape: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)}.legend{display:inline-flex;align-items:center;gap:.25rem}.legend:before{content:"";width:.75rem;height:.75rem;background:var(--c, #888);display:inline-block;border-radius:999px}
