#root,body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.cncode-mark{background:#ffd60073;border-radius:4px;padding:0 2px}.cncode-empty{color:#777;font-weight:600;padding:12px}.cncode-collapsed{width:100%}.cncode-selected-bar{align-items:flex-start;background:#1976d20f;border:1px solid #1976d238;border-radius:10px;display:flex;gap:12px;justify-content:space-between;overflow:visible;padding:12px;position:relative}.cncode-selected-bar.disabled{opacity:.75}.cncode-selected-text{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0;overflow:visible;padding-right:10px}.cncode-selected-label{color:#1976d2;font-size:11px;font-weight:900;letter-spacing:.35px;text-transform:uppercase}.cncode-selected-actions{display:flex;flex-shrink:0;gap:8px;position:relative;z-index:20}.cncode-empty-bar{align-items:center;background:#00000008;border:1px dashed #00000040;border-radius:10px;display:flex;gap:12px;justify-content:space-between;padding:12px}.cncode-empty-bar.disabled{cursor:not-allowed;opacity:.65}.cncode-empty-text{color:#444;font-size:13px;font-weight:650}.cncode-btn{background:#fff;border:1px solid #0000002e;border-radius:8px;cursor:pointer;font-size:13px;font-weight:750;padding:8px 12px;transition:background .12s ease,border .12s ease,transform .12s ease}.cncode-btn:hover{background:#0000000a;transform:translateY(-1px)}.cncode-btn.primary{border-color:#1976d266}.cncode-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.cncode-disabled-hint{color:#666;font-size:12px;font-weight:600;margin-top:6px}.cncode-path-onepill{overflow:visible;width:100%}.cncode-path-pill{background:#1976d214;border:1px solid #1976d233;border-radius:4px;cursor:help;display:flex;flex-direction:column;gap:5px;min-width:0;outline:none;padding:10px 12px;position:relative;z-index:10}.cncode-path-pill:hover{background:#1976d21c}.cncode-path-pill:focus{border-color:#1976d28c;box-shadow:0 0 0 3px #1976d224}.cncode-path-pill-label{color:#1976d2;font-size:11px;font-weight:900;opacity:.95;white-space:nowrap}.cncode-path-pill-value{align-items:baseline;color:#111;display:flex;flex-wrap:wrap;font-size:13px;font-weight:800;gap:6px;overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:normal;word-break:break-word}.cncode-path-pill-code{font-weight:950;white-space:nowrap}.cncode-path-pill-sep{color:#777;font-weight:900}.cncode-path-pill-desc{color:#222;font-weight:650;line-height:1.25;overflow-wrap:anywhere;white-space:normal;word-break:break-word}.cncode-path-popover{background:#fff;border:1px solid #0000001f;border-radius:12px;box-shadow:0 12px 34px #00000029;opacity:0;padding:12px;pointer-events:none;position:absolute;top:calc(100% + 10px);transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease,visibility 0s linear .25s;visibility:hidden;width:min(720px,calc(100vw - 40px));z-index:5000}.cncode-path-pill:focus .cncode-path-popover,.cncode-path-pill:focus-within .cncode-path-popover,.cncode-path-pill:hover .cncode-path-popover{opacity:1;transform:translateY(0);transition-delay:.25s,.25s,0s;visibility:visible}.cncode-path-popover-title{color:#1976d2;font-weight:950;letter-spacing:.25px;margin-bottom:10px}.cncode-path-popover-list{display:flex;flex-direction:column;gap:10px}.cncode-path-row{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:110px 1fr}.cncode-path-step{align-items:center;display:inline-flex;gap:8px}.cncode-path-index{background:#0000000d;border:1px solid #00000014;border-radius:999px;color:#666;font-size:11px;font-weight:900;line-height:1.4;padding:2px 7px;white-space:nowrap}.cncode-path-code{color:#111;font-size:12px;font-weight:950;white-space:nowrap}.cncode-path-desc{color:#333;font-weight:650;line-height:1.35;white-space:normal}.cncode-open{width:100%}.cncode-open-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.cncode-open-title{align-items:baseline;color:#222;display:flex;flex-wrap:wrap;font-weight:900;gap:10px}.cncode-open-current{color:#555;font-size:12px;font-weight:700}.cncode-open-actions,.cncode-searchbar{display:flex;gap:8px}.cncode-searchbar{align-items:center;background:#fff;border:1px solid #0000001f;border-radius:10px;margin-bottom:8px;padding:8px;position:-webkit-sticky;position:sticky;top:0;z-index:3}.cncode-search{border:none;border-radius:8px;box-sizing:border-box;font-weight:650;outline:none;padding:10px 12px;width:100%}.cncode-search:focus{box-shadow:0 0 0 2px #1976d226}.cncode-clear{background:#0000;border:none;border-radius:8px;cursor:pointer;font-size:16px;line-height:1;padding:6px 8px}.cncode-clear:hover{background:#0000000f}.cncode-tree-select{background:#fff;border:1px solid #0000001f;border-radius:10px;max-height:400px;overflow:auto;padding:8px}.cncode-tree-node{margin:2px 0}.cncode-tree-row{align-items:center;border:1px solid #0000;border-radius:8px;cursor:pointer;display:flex;outline:none;padding:9px 10px;transition:background .12s ease,border .12s ease}.cncode-tree-row:hover{background:#1976d20f}.cncode-tree-row:focus{border-color:#1976d28c;box-shadow:0 0 0 3px #1976d21f}.cncode-tree-row.selected{background:#1976d21a;border-left:4px solid #1976d2}.cncode-tree-row.disabled{cursor:not-allowed;opacity:.55}.cncode-toggle{background:#0000;border:none;border-radius:8px;color:#1976d2;cursor:pointer;flex:0 0 auto;height:28px;width:28px}.cncode-toggle:hover{background:#1976d21a}.cncode-toggle-spacer{display:inline-block;height:28px;width:28px}.cncode-text{align-items:baseline;display:flex;gap:6px;min-width:0}.cncode-code{color:#111;font-weight:900}.cncode-sep{color:#888}.cncode-desc{color:#222;font-weight:650;max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cncode-tree-select{padding:6px}.cncode-tree-row{border-radius:7px;gap:6px;padding:6px 8px}.cncode-toggle,.cncode-toggle-spacer{border-radius:6px;font-size:12px;height:22px;width:22px}.cncode-code{font-size:13px;font-weight:850}.cncode-desc{font-size:12.5px;font-weight:600;max-width:470px}.cncode-tree-node{margin:1px 0}.cncode-searchbar{border-radius:9px;padding:6px}.cncode-search{font-size:13px;padding:8px 10px}.cncode-path-pill{max-width:100%;overflow:visible}.cncode-path-popover{box-sizing:border-box;left:0;max-width:min(520px,calc(100vw - 80px))!important;min-width:320px;overflow:hidden;right:auto;width:auto!important}.cncode-path-popover-list{max-height:220px;overflow-y:auto;padding-right:6px}.cncode-path-popover{border-radius:10px;padding:10px}.cncode-path-popover-title{font-size:12px;margin-bottom:8px}.cncode-path-popover-list{gap:8px}.cncode-path-row{gap:10px;grid-template-columns:95px 1fr}.cncode-path-desc{font-size:12px;line-height:1.3}
/*# sourceMappingURL=main.3c17f0f8.css.map*/