@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important}:root{--card-bg:#fff;--card-border:#d0d7e5;--card-accent:#1e3a8a;--text-gray:#6b7280;--text-blue:#2563eb;--line-color:#90a4d4}html,body,#root{height:100%;margin:0}.page{display:grid;grid-template-rows:auto auto 1fr;height:100%}.search{max-width:600px;width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--card-border);background:#fff}.toolbar{display:flex;flex-wrap:wrap;gap:8px;padding:10px 16px;border-bottom:1px solid var(--card-border);background:#fff}.btn{padding:6px 12px;border:1px solid var(--card-border);border-radius:8px;background:#f5f8ff;color:var(--card-accent);cursor:pointer;font-weight:600}.btn.active{background:#e6eeff;border-color:#90a4d4}.main{position:relative;overflow:auto;background:#f8faff}.chart-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto}.chart-controls{position:absolute;right:16px;bottom:16px;display:flex;gap:8px}.chart-controls button{width:36px;height:36px;border:1px solid var(--card-border);border-radius:8px;background:#eef3ff;color:var(--card-accent);cursor:pointer;font-weight:600}.center-note{display:grid;place-items:center;height:100%;color:var(--text-gray)}.rd3t-link{stroke:var(--line-color)!important;stroke-width:1.2px!important}svg text{paint-order:stroke fill;stroke:#fff;stroke-width:.4px}.node-hit{cursor:pointer}.rd3t-node,.rd3t-leaf-node{stroke:transparent!important}.logo-1ak{height:28px;width:auto;display:block;margin-right:12px}.hdr{display:flex;gap:16px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--card-border);background:#f8faff}.hdr h1{margin:0;font-size:18px;font-weight:700;color:var(--card-accent)}.hdr .search{margin-left:auto;max-width:600px;width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--card-border);background:#fff}
