*{box-sizing:border-box}html,body,#root{margin:0;height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#0f172a}.app{display:grid;grid-template-columns:240px 1fr 300px;grid-template-rows:48px 1fr;grid-template-areas:"toolbar toolbar toolbar" "left    canvas  right";height:100vh;width:100vw}.toolbar{grid-area:toolbar;display:flex;align-items:center;gap:8px;padding:0 12px;background:#0f172a;color:#f8fafc}.toolbar .title{font-weight:700;margin-right:12px}.toolbar .spacer{flex:1}.panel-left{grid-area:left;border-right:1px solid #e2e8f0;overflow-y:auto;padding:8px}.panel-right{grid-area:right;border-left:1px solid #e2e8f0;overflow-y:auto;padding:8px}#cy{grid-area:canvas;height:100%;width:100%;background:#f8fafc}button{cursor:pointer;border:1px solid #cbd5e1;background:#fff;border-radius:6px;padding:5px 10px;font-size:13px}button.primary{background:#2563eb;color:#fff;border-color:#2563eb}button.danger{color:#dc2626;border-color:#fca5a5}button:disabled{opacity:.5;cursor:default}.inv-item{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:6px 8px;border-radius:6px;cursor:pointer;font-size:13px}.inv-item:hover{background:#f1f5f9}.inv-item.active{background:#dbeafe;font-weight:600}.section-title{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:10px 4px 6px}.field{display:flex;flex-direction:column;gap:3px;margin-bottom:8px}.field label{font-size:12px;color:#475569}input,select,textarea{font:inherit;padding:5px 7px;border:1px solid #cbd5e1;border-radius:6px;width:100%}textarea{min-height:90px;font-family:ui-monospace,monospace;font-size:12px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:20}.modal{background:#fff;border-radius:10px;padding:18px;width:360px;box-shadow:0 10px 30px #0003}.modal h3{margin:0 0 12px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.legend{display:flex;flex-wrap:wrap;gap:4px 10px;font-size:11px}.legend span{display:inline-flex;align-items:center;gap:4px}.dot{width:10px;height:10px;border-radius:50%;display:inline-block}.kv{font-size:12px;margin:2px 0;word-break:break-all}.kv b{color:#475569}.error{color:#dc2626;font-size:12px;padding:4px 8px}.hint{color:#94a3b8;font-size:12px;padding:8px}.auto-banner{position:fixed;top:56px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:#0f172a;color:#f8fafc;padding:8px 14px;border-radius:8px;box-shadow:0 6px 20px #0000004d;z-index:25;font-size:13px}.auto-banner button{padding:2px 10px}.spin{display:inline-block;animation:spin 1.2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
