@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;border-radius:0}:root{--color-primary: #534AB7;--color-primary-hover: #3C3489;--color-primary-light: #EEEDFE;--color-background: #211F26;--color-text: #1a1a1a;--color-text-secondary: #5f5e5a;--color-text-muted: #888780;--color-border: #d3d1c7;--color-border-light: #eceae3;--color-bg-page: #f1efe8;--color-bg-subtle: #faf9f6;--color-danger-text: #791F1F;--color-danger-bg: #FCEBEB;--color-danger-border: #F09595;--color-success-bg: #d3fad3;--color-success-text: #1a6b1a}body{min-height:100vh;color:var(--color-text);line-height:1.6}.m-title{font-size:16px;font-weight:600;color:var(--color-text);font-family:system-ui,-apple-system,sans-serif;line-height:1.3}.m-sub{font-size:12px;color:var(--color-text-secondary);margin-top:3px;font-family:system-ui,-apple-system,sans-serif}.m-text{font-size:13px;color:var(--color-text);line-height:1.55;font-family:system-ui,-apple-system,sans-serif}.m-muted{font-size:12px;color:var(--color-text-secondary);line-height:1.5;font-family:system-ui,-apple-system,sans-serif}.m-warn{font-size:12px;color:var(--color-danger-text);background:var(--color-danger-bg);border:.5px solid var(--color-danger-border);border-radius:7px;padding:8px 12px;font-family:system-ui,-apple-system,sans-serif;line-height:1.4}.m-section-title{font-size:11px;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-family:system-ui,-apple-system,sans-serif}.m-instance-row{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border:.5px solid var(--color-border);border-radius:8px;font-size:13px;color:var(--color-text);font-family:system-ui,-apple-system,sans-serif}.card{padding:16px;background-color:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:12px}button{font-family:system-ui,-apple-system,sans-serif;cursor:pointer;border:none}button:focus{outline:none}button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}button:disabled{pointer-events:none}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:8px;font-size:13px;font-family:system-ui,-apple-system,sans-serif;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .1s}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn{background:#fff;border:.5px solid var(--color-border);color:var(--color-text)}.btn:hover{background:var(--color-bg-page)}.btn-primary{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:8px;font-size:13px;font-family:system-ui,-apple-system,sans-serif;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .1s}.btn-primary:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--color-primary);border:.5px solid var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.btn-danger{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:8px;font-size:13px;font-family:system-ui,-apple-system,sans-serif;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .1s}.btn-danger:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-danger{background:var(--color-danger-bg);border:.5px solid var(--color-danger-border);color:var(--color-danger-text)}.btn-danger:hover{background:#f8d7d7}.btn-ghost{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:8px;font-size:13px;font-family:system-ui,-apple-system,sans-serif;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .1s}.btn-ghost:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-ghost{padding:4px 8px;border:none;border-radius:5px;font-weight:400;background:transparent;color:var(--color-text-secondary);transition:background .1s,color .1s}.btn-ghost:hover{background:var(--color-bg-page);color:var(--color-text)}input,select,textarea{font-family:system-ui,-apple-system,sans-serif;outline:none;box-sizing:border-box}.m-input{width:100%;padding:8px 12px;border:.5px solid var(--color-border);border-radius:7px;font-size:13px;font-family:system-ui,-apple-system,sans-serif;color:var(--color-text);background:#fff;outline:none;transition:border-color .15s;box-sizing:border-box}.m-input:focus{border-color:var(--color-primary)}.m-input:disabled{background:#f8f7f3;color:var(--color-text-secondary);cursor:not-allowed}.m-input::placeholder{color:#b0aeaa}.m-input.error{border-color:var(--color-danger-border)}.m-select{width:100%;padding:8px 30px 8px 12px;border:.5px solid var(--color-border);border-radius:7px;font-size:13px;font-family:system-ui,-apple-system,sans-serif;color:var(--color-text);background:#fff;outline:none;transition:border-color .15s;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%235f5e5a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.m-select:focus{border-color:var(--color-primary)}.m-select:disabled{background:#f8f7f3;color:var(--color-text-secondary);cursor:not-allowed}.m-select.error{border-color:var(--color-danger-border)}.m-field{display:flex;flex-direction:column;gap:6px}.m-label{font-size:12px;font-weight:500;color:var(--color-text-secondary);font-family:system-ui,-apple-system,sans-serif}.m-req{color:#c0392b;margin-left:2px}.m-optional{font-size:10px;color:#b0aeaa;font-family:system-ui,-apple-system,sans-serif}.m-error{font-size:12px;color:#c0392b;font-family:system-ui,-apple-system,sans-serif}.m-check{display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 0;font-family:system-ui,-apple-system,sans-serif}.m-check.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.m-checkbox{width:16px;height:16px;border:.5px solid var(--color-border);border-radius:4px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:#fff;transition:background .1s,border-color .1s}.m-checkbox.checked{background:var(--color-primary);border-color:var(--color-primary)}.m-check-label{font-size:13px;color:var(--color-text)}.m-divider{height:.5px;background:var(--color-border-light);margin:4px 0}.kb-step-indicator{display:flex;align-items:center;margin-top:12px}.kb-step{display:flex;align-items:center;gap:5px}.kb-step .kb-step-bubble{width:20px;height:20px;border-radius:50%;background:var(--color-border-light);color:#b0aeaa;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.kb-step .kb-step-label{font-size:10px;color:#b0aeaa;white-space:nowrap;font-family:system-ui,-apple-system,sans-serif}.kb-step.active .kb-step-bubble{background:var(--color-primary);color:#fff}.kb-step.active .kb-step-label{color:var(--color-primary);font-weight:600}.kb-step.done .kb-step-bubble{background:var(--color-success-bg);color:var(--color-success-text)}.kb-step.done .kb-step-label{color:var(--color-text-secondary)}.kb-step-line{flex:1;height:1px;background:var(--color-border-light);min-width:16px}.kb-step-line.done{background:var(--color-primary)}.kb-type-badge{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--color-bg-subtle);border:.5px solid var(--color-border-light);border-radius:8px}.kb-badge-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.kb-badge-icon img{width:16px;height:16px;object-fit:contain}.kb-badge-name{font-size:12px;font-weight:500;color:var(--color-text);font-family:system-ui,-apple-system,sans-serif;flex:1}.kb-btn-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:kb-spin .6s linear infinite}@keyframes kb-spin{to{transform:rotate(360deg)}}.kb-part-indicator{font-size:11px;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:-4px}.kb-drop-zone{border:1.5px dashed var(--color-border);border-radius:8px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:6px;background:var(--color-bg-subtle);cursor:pointer;transition:border-color .1s,background .1s}.kb-drop-zone:hover{border-color:var(--color-primary);background:var(--color-primary-light)}.kb-drop-zone.uploaded{border-color:#4caf50;background:#f0fdf4}.kb-drop-icon{font-size:20px}.kb-drop-text{font-size:12px;color:var(--color-text-secondary);font-family:system-ui,-apple-system,sans-serif;text-align:center}.kb-drop-text code{background:var(--color-border-light);padding:1px 4px;border-radius:3px;font-size:11px}.kb-drop-browse{color:var(--color-primary);font-weight:500}.kb-field-hint{font-size:10px;color:#b0aeaa;font-family:system-ui,-apple-system,sans-serif}.kb-goals-explainer{display:flex;gap:10px;padding:10px 14px;background:var(--color-primary-light);border:.5px solid #c4bef9;border-radius:8px}.kb-explainer-icon{font-size:16px;flex-shrink:0}.kb-explainer-body{display:flex;flex-direction:column;gap:4px}.kb-explainer-title{font-size:12px;font-weight:600;color:var(--color-primary);font-family:system-ui,-apple-system,sans-serif;margin-bottom:3px}.kb-explainer-text{font-size:11px;color:#3a3470;line-height:1.5;font-family:system-ui,-apple-system,sans-serif}.sg-block{display:flex;flex-direction:column;gap:8px;padding:12px;border:.5px solid var(--color-border-light);border-radius:8px}.sg-hd{display:flex;align-items:center;justify-content:space-between}.sg-del{width:20px;height:20px;border:none;background:transparent;color:#88877f;font-size:16px;line-height:1;cursor:pointer;border-radius:4px;display:inline-flex;align-items:center;justify-content:center}.sg-del:hover{background:var(--color-bg-page);color:var(--color-text)}.kb-add-goal{width:100%;border:.5px dashed var(--color-border);border-radius:8px;padding:8px;background:#fff;color:var(--color-text-secondary);font-size:12px;font-family:system-ui,-apple-system,sans-serif;cursor:pointer}.kb-add-goal:hover{background:var(--color-bg-subtle);border-color:var(--color-primary);color:var(--color-primary)}.kb-goals-hint{font-size:10px;color:#b0aeaa;text-align:center;font-family:system-ui,-apple-system,sans-serif;margin:0}:root{font-family:system-ui,sans-serif}#app{height:100vh;width:100vw;position:relative}.switcher[data-v-3fc7138b]{border-top:.5px solid var(--color-border);padding:8px;font-size:13px}.org-box[data-v-3fc7138b]{background:#fff;border:1px solid var(--color-border);border-radius:6px;padding:6px 8px;cursor:pointer;transition:border-color .1s}.org-box[data-v-3fc7138b]:hover{border-color:var(--color-primary, #534AB7)}.org-name[data-v-3fc7138b]{font-weight:600}.roles[data-v-3fc7138b]{font-size:11px;color:var(--color-text-muted)}.user[data-v-3fc7138b]{margin-top:8px}.org-popup-overlay[data-v-3fc7138b]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:rgba(26,26,26,.38);display:flex;align-items:center;justify-content:center;padding:24px}.org-popup[data-v-3fc7138b]{width:360px;max-width:100%;max-height:70vh;background:#fff;border-radius:14px;box-shadow:0 12px 40px #00000038;display:flex;flex-direction:column;overflow:hidden;font-family:system-ui,-apple-system,sans-serif}.popup-head[data-v-3fc7138b]{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:.5px solid var(--color-border, #d3d1c7)}.popup-title[data-v-3fc7138b]{font-size:14px;font-weight:600;color:#1a1a1a}.popup-close[data-v-3fc7138b]{border:none;background:none;cursor:pointer;font-size:13px;color:#888780;padding:4px 6px;border-radius:6px;line-height:1}.popup-close[data-v-3fc7138b]:hover{background:#f1efe8;color:#1a1a1a}.popup-list[data-v-3fc7138b]{overflow-y:auto;padding:6px}.popup-item[data-v-3fc7138b]{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px;cursor:pointer;color:#1a1a1a}.popup-item[data-v-3fc7138b]:hover{background:#f1efe8}.popup-item.active[data-v-3fc7138b]{background:#efeefb;color:#534ab7;font-weight:600}.popup-org[data-v-3fc7138b]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popup-check[data-v-3fc7138b]{color:#534ab7}.popup-empty[data-v-3fc7138b]{padding:18px;text-align:center;color:#888780}.sidebar[data-v-b6601a3a]{width:215px;min-width:215px;height:100vh;overflow-y:auto;background:var(--color-bg-subtle);border-right:.5px solid var(--color-border);display:flex;flex-direction:column;padding:10px 8px;font-size:13px;box-sizing:border-box}.brand[data-v-b6601a3a]{display:flex;align-items:center;margin-bottom:14px;padding:4px 8px}.brand-logo[data-v-b6601a3a]{height:22px;width:auto}.group-label[data-v-b6601a3a]{text-transform:uppercase;font-size:11px;color:var(--color-text-muted);margin:12px 0 4px;cursor:pointer;-webkit-user-select:none;user-select:none}.group-label .caret[data-v-b6601a3a]{display:inline-block;width:12px}.group-label .sub[data-v-b6601a3a]{text-transform:none;opacity:.6}.item[data-v-b6601a3a]{padding:4px 8px;border-radius:4px;cursor:pointer}.item[data-v-b6601a3a]:hover{background:var(--color-primary-light)}.item.active[data-v-b6601a3a]{background:var(--color-primary-light);color:var(--color-primary);font-weight:600}.item.disabled[data-v-b6601a3a]{color:var(--color-text-muted);opacity:.5;cursor:default}.item.disabled[data-v-b6601a3a]:hover{background:none}.item.disabled.active[data-v-b6601a3a]{background:none;color:var(--color-text-muted);font-weight:400}.spacer[data-v-b6601a3a]{flex:1}.topbar[data-v-b87b1926]{border-bottom:.5px solid var(--color-border);background:#fff}.bar-row[data-v-b87b1926]{display:flex;align-items:center;justify-content:space-between;padding:10px 16px}.crumbs[data-v-b87b1926]{font-size:12px;color:var(--color-text-secondary);display:flex;align-items:center;gap:8px}.crumb[data-v-b87b1926]:last-of-type{color:var(--color-text);font-weight:600}.status-badge[data-v-b87b1926]{font-size:11px;padding:2px 8px;border-radius:10px;font-weight:500;flex-shrink:0}.status-badge.active[data-v-b87b1926]{background:#EAF3DE;color:#27500a}.status-badge.pending[data-v-b87b1926]{background:#FAEEDA;color:#633806}.status-badge.inactive[data-v-b87b1926]{background:#F1EFE8;color:#444441}.indexing-pill[data-v-b87b1926]{display:inline-flex;align-items:center;gap:7px;padding:3px 10px;border-radius:20px;background:#FEF3E2;border:.5px solid #E9C97A;font-size:12px;color:#633806;flex-shrink:0}.idx-spinner[data-v-b87b1926]{display:inline-block;width:12px;height:12px;border:1.5px solid #E9C97A;border-top-color:#ba7517;border-radius:50%;animation:idx-spin-b87b1926 .7s linear infinite;flex-shrink:0}@keyframes idx-spin-b87b1926{to{transform:rotate(360deg)}}.right[data-v-b87b1926]{display:flex;align-items:center;gap:10px}.sep[data-v-b87b1926]{color:var(--color-text-muted)}.create-btn[data-v-b87b1926]{background:var(--color-primary);color:#fff;border:none;border-radius:6px;padding:6px 12px;cursor:pointer}.create-btn[data-v-b87b1926]:hover{background:var(--color-primary-hover)}.tabs[data-v-b87b1926]{display:flex;gap:18px;padding:0 16px}.tab[data-v-b87b1926]{padding:8px 0;font-size:13px;cursor:pointer;color:var(--color-text-secondary);border-bottom:2px solid transparent}.tab.active[data-v-b87b1926]{color:var(--color-text);border-bottom-color:var(--color-primary)}[data-v-b3284aef]{box-sizing:border-box}.inactivity-overlay[data-v-b3284aef]{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:4100}.inactivity-dialog[data-v-b3284aef]{background:#fff;border-radius:12px;width:380px;max-width:calc(100vw - 32px);font-family:system-ui,-apple-system,sans-serif;border:.5px solid #d3d1c7;box-shadow:0 8px 40px #0000001f,0 2px 8px #0000000f;overflow:hidden}.dialog-hd[data-v-b3284aef]{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:.5px solid #eceae3}.dialog-icon[data-v-b3284aef]{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;background:#FFF3CD;flex-shrink:0}.dialog-title[data-v-b3284aef]{font-size:14px;font-weight:600;color:#1a1a1a}.dialog-bd[data-v-b3284aef]{padding:16px 20px}.dialog-body[data-v-b3284aef]{font-size:13px;color:#5f5e5a;line-height:1.55;margin:0}.dialog-body strong[data-v-b3284aef]{font-weight:600;color:#1a1a1a}.dialog-ft[data-v-b3284aef]{display:flex;justify-content:flex-end;padding:12px 20px;border-top:.5px solid #eceae3}.dialog-btn[data-v-b3284aef]{display:inline-flex;align-items:center;padding:7px 16px;background:#534AB7;border:.5px solid #534AB7;border-radius:8px;font-size:13px;font-family:system-ui,-apple-system,sans-serif;font-weight:500;color:#fff;cursor:pointer;transition:background .1s}.dialog-btn[data-v-b3284aef]:hover{background:#3C3489}.dialog-btn[data-v-b3284aef]:focus-visible{outline:2px solid #534AB7;outline-offset:2px}.app-init-loader[data-v-ceebcbd5]{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:#f1efe8;z-index:9999;font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:#888780}.app-init-logo[data-v-ceebcbd5]{width:40px;height:40px;margin-bottom:8px;animation:app-logo-pulse-ceebcbd5 1.6s ease-in-out infinite}@keyframes app-logo-pulse-ceebcbd5{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.88)}}.modal-container[data-v-ceebcbd5]{z-index:3500;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.modal-container .modal-bg[data-v-ceebcbd5]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3501;background-color:#000;opacity:.9}.modal-container .modal[data-v-ceebcbd5]{z-index:3502}.shell[data-v-ceebcbd5]{display:flex;height:100vh;overflow:hidden}.main[data-v-ceebcbd5]{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.main .content[data-v-ceebcbd5]{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.content[data-v-ceebcbd5]{position:relative;width:100%;z-index:0}.shell-bare[data-v-ceebcbd5]{height:100vh;overflow:auto}.toasts[data-v-ceebcbd5]{z-index:4000;position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast[data-v-ceebcbd5]{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;background:#fff;border:.5px solid #d3d1c7;box-shadow:0 4px 16px #00000014;min-width:220px;max-width:360px;font-family:system-ui,-apple-system,sans-serif;pointer-events:auto}.toast.success[data-v-ceebcbd5]{border-left:3px solid #1D9E75}.toast.success .toast-icon[data-v-ceebcbd5]{color:#1d9e75}.toast.error[data-v-ceebcbd5],.toast.danger[data-v-ceebcbd5]{border-left:3px solid #E05252}.toast.error .toast-icon[data-v-ceebcbd5],.toast.danger .toast-icon[data-v-ceebcbd5]{color:#e05252}.toast-icon[data-v-ceebcbd5]{display:flex;align-items:center;flex-shrink:0}.toast-text[data-v-ceebcbd5]{font-size:13px;color:#1a1a1a;line-height:1.4}.toast-enter-active[data-v-ceebcbd5]{transition:opacity .2s ease,transform .2s ease}.toast-leave-active[data-v-ceebcbd5]{transition:opacity .3s ease,transform .3s ease}.toast-enter-from[data-v-ceebcbd5],.toast-leave-to[data-v-ceebcbd5]{opacity:0;transform:translate(16px)}
