.registry{display:grid;grid-gap:18px;gap:18px;min-width:0}.registry button{border:1px solid var(--border,#dce4ec);border-radius:9px;padding:10px 16px;background:white;color:inherit;cursor:pointer}.registry .registryPrimary{background:#164e63;color:white;border-color:#164e63}.registry button:disabled{opacity:.6;cursor:wait}.registry a{color:#165e76}.registry h2{font-size:18px;margin:0 0 14px}.registry h3{font-size:16px}.registry p{line-height:1.55}.registry small{display:block;color:#64748b}.registryToolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.registryToolbar label{max-width:480px;flex:1 1}.registry label{display:grid;grid-gap:7px;gap:7px;font-size:14px}.registry input,.registry select,.registry textarea{font:inherit;min-width:0;width:100%;padding:10px 12px;border:1px solid #dce4ec;border-radius:8px;background:white;color:inherit}.registryTabs{display:flex;gap:10px;border-bottom:1px solid #dce4ec;overflow-x:auto}.registryTabs button{border:0;border-radius:0;white-space:nowrap;background:transparent}.registryTabs [aria-selected=true]{border-bottom:3px solid #164e63;color:#164e63;font-weight:650}.registryPanels{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:16px}.registryCard,.registryPanels article{background:white;border:1px solid #dce4ec;border-radius:14px;padding:20px;min-width:0}.registryPanels article{max-height:400px;overflow:auto}.registry dd,.registryPanels p{overflow-wrap:anywhere;white-space:pre-wrap}.registryScroll{max-height:65vh;overflow:auto}.registryScroll thead{position:-webkit-sticky;position:sticky;top:0;background:#f8fafc}.registryFields{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.registry fieldset{border:0;padding:0;margin:0;min-width:0}.registryActions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.registryBinding{grid-template-columns:1fr 1fr;align-items:center;max-width:700px;margin:10px 0}.registryVersion{display:flex;justify-content:space-between;align-items:center;gap:12px}.registry dl>div,.registryVersion{padding:12px 0;border-bottom:1px solid #edf1f5}.registry dl>div{display:grid;grid-template-columns:180px 1fr}.registry dt{text-transform:capitalize;color:#64748b}.registry dd{margin:0}@media(max-width:1100px){.registryPanels{grid-template-columns:1fr 1fr}.registryPanels article:first-child{grid-column:1/-1}}@media(max-width:650px){.registryFields,.registryPanels{grid-template-columns:1fr}.registryToolbar{align-items:stretch;flex-direction:column}.registry dl>div{grid-template-columns:1fr;gap:8px}.registryVersion{align-items:flex-start;flex-direction:column}}.knowledgeWorkspace{display:grid;grid-template-columns:minmax(0,3fr) minmax(240px,1fr);grid-gap:20px;gap:20px}.knowledgeImport,.knowledgeWorkspace>article,.knowledgeWorkspace>aside{padding:20px;border:1px solid #dfe6ed;border-radius:14px;background:#fff;min-width:0}.knowledgeWorkspace>article,.knowledgeWorkspace>aside{max-height:60vh;overflow:auto}.knowledgeRow{padding:14px 0;border-bottom:1px solid #e8edf2}.knowledgeRow p{margin:8px 0;overflow-wrap:anywhere}.knowledgeRow button{color:#164e63}.knowledgeImport label{display:grid;grid-gap:6px;gap:6px;margin:16px 0}.knowledgeImport input,.knowledgeImport textarea{padding:10px;border:1px solid #cbd5e1;border-radius:8px;max-width:100%;color:inherit;background:white}@media(max-width:800px){.knowledgeWorkspace{grid-template-columns:1fr}.knowledgeWorkspace>article,.knowledgeWorkspace>aside{max-height:none}}.workspaceOverviewGrid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-gap:18px;gap:18px;margin-top:20px}.workspaceOverviewGrid>article{background:#fff;border:1px solid #dfe6ed;border-radius:14px;padding:20px;min-width:0;max-height:62vh;overflow:auto}.workspaceOverviewGrid h2{font-size:18px}.workspaceOverviewGrid p{line-height:1.55}@media(max-width:1000px){.workspaceOverviewGrid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.workspaceOverviewGrid{grid-template-columns:1fr}.workspaceOverviewGrid>article{max-height:none}}.registry input[type=checkbox]{width:18px;height:18px;justify-self:start}.registry details{padding:12px 0}.registry details summary{cursor:pointer}.registry table{width:100%;border-collapse:collapse}.registry td,.registry th{text-align:left;padding:12px;border-bottom:1px solid #edf1f5}.registry td{overflow-wrap:anywhere}.content:has(.registry){max-width:none;padding:24px}.registry{--workspace-accent:#245563;--workspace-line:#dce4ef;gap:20px;color:#1e293b;font-size:14px;line-height:1.5}.registry h1{font-size:26px;line-height:1.25;letter-spacing:-.035em;margin:0 0 6px;font-weight:700;color:#0f172a}.registry h2{font-size:15px;line-height:1.4;font-weight:650;letter-spacing:-.015em}.registry h3{font-size:14px;margin:14px 0 6px}.registry p{margin:6px 0 12px;color:#64748b}.registry strong{color:#1e293b}.registryToolbar{align-items:center;flex-wrap:wrap;gap:14px}.registry .pageHead p,.registryToolbar>div>p{margin:0;color:#64748b;font-size:14px}.registry .pageHead{margin:0;gap:16px;align-items:center}.registry button{display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13px;line-height:20px;padding:8px 12px;min-height:36px;font-weight:550;border-color:var(--workspace-line);transition:background .15s,border-color .15s}.registry button:hover:not(:disabled){background:#f1f5f7;border-color:#9eb5bd}.registry .registryPrimary{background:var(--workspace-accent);border-color:var(--workspace-accent)}.registry .registryPrimary:hover:not(:disabled){background:#193f4b;color:#fff}.registry :is(button,a,input,select,textarea):focus-visible{outline:2px solid #245563;outline-offset:3px}.registry button:disabled{cursor:not-allowed}.registry a{color:var(--workspace-accent);text-decoration:none}.registry a:hover{text-decoration:underline}.registry label{font-size:12px;font-weight:550;color:#64748b}.registry input,.registry select,.registry textarea{font-size:14px;min-height:38px;border-color:var(--workspace-line);color:#1e293b}.registry label:has(>input[type=checkbox]){display:flex;align-items:center;gap:8px;flex:none}.registry input[type=checkbox]{min-height:18px;flex-shrink:0;accent-color:var(--workspace-accent)}.registry .hybridMetrics{gap:12px;margin:0}.registry .hybridMetrics article{padding:14px 16px;min-height:96px;border-radius:12px}.registry .hybridMetrics article>strong{font-size:26px;line-height:1.3;letter-spacing:-.03em}.registry .hybridMetrics article>span{font-size:11px;letter-spacing:.035em}.registryTabs{gap:12px;margin:0}.registryTabs button{padding:12px 16px;font-size:14px;color:#64748b}.registryTabs [aria-selected=true]{border-bottom-color:var(--workspace-accent);color:var(--workspace-accent)}.registryPanels{grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(0,1fr));gap:16px;align-items:stretch}.knowledgeImport,.knowledgeWorkspace>article,.knowledgeWorkspace>aside,.registryCard,.registryPanels>article{border-color:var(--workspace-line);border-radius:12px;padding:18px;background:#fff;box-shadow:0 1px 2px #0f172a03}.registryPanels>article{min-height:260px;max-height:460px}.knowledgeWorkspace>aside>h2,.registryCard>h2,.registryPanels>article>h2{margin:-18px -18px 16px;padding:15px 18px;border-bottom:1px solid #edf1f5;min-height:51px}.registryPanels>article>p:has(small){padding:10px 0;border-bottom:1px solid #edf1f5;margin:0}.registryPanels>article>button{margin-top:14px}.registryScroll{border-radius:12px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.registry table{font-size:13px;background:#fff}.registry th{font-size:11px;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:#64748b;background:#f8fafc;white-space:nowrap}.registry td{padding:16px 14px}.registry tbody tr:hover{background:#f8fafc}.registry td:first-child a{font-weight:600}.registry>details{background:#fff;border:1px solid var(--workspace-line);border-radius:9px;padding:10px 14px}.registry [role=alert]{padding:12px 16px;border:1px solid #fecaca;background:#fff7f7;border-radius:10px;color:#b42318}.registry [role=status]:not(:empty){color:#245563}.registryFields{gap:16px}.registryCard fieldset,.registryCard form{min-width:0}.registryCard section{margin-top:20px;padding-top:14px;border-top:1px solid #edf1f5}.knowledgeWorkspace{grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:16px}.knowledgeRow{padding:16px 0}.knowledgeRow:first-child{padding-top:0}.knowledgeRow>button{background:#f3f7f9;color:var(--workspace-accent)}.workspaceMetricStrip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.registry .workspaceMetric{padding:15px 18px;border:1px solid var(--workspace-line);border-radius:12px;background:white;display:grid;grid-gap:7px;gap:7px;text-decoration:none}.workspaceMetric>span{display:flex;align-items:center;gap:8px;color:#64748b;text-transform:uppercase;font-size:11px;font-weight:600;letter-spacing:.04em}.workspaceMetric>span>svg:last-child{margin-left:auto}.workspaceMetric>strong{font-size:27px;line-height:1.3;letter-spacing:-.035em}.workspaceMetric>small{font-size:12px}.workspaceMetric:hover{border-color:#9eb5bd}.workspaceOverviewGrid{grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(0,1fr));margin:0;gap:16px;align-items:stretch}.workspaceOverviewGrid>.workspacePanel{padding:0;display:flex;flex-direction:column;min-height:350px;max-height:calc(100dvh - 280px);border-radius:12px;overflow:hidden}.workspacePanel>header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:15px 18px;border-bottom:1px solid #edf1f5}.workspacePanel>header h2{display:flex;align-items:center;gap:8px;margin:0;font-size:14px}.workspacePanel>header h2 svg{color:#78909a}.workspacePanel>header>a{font-size:12px;white-space:nowrap}.workspacePanelBody{padding:8px 18px;overflow:auto;flex:1 1;scrollbar-width:thin}.workspacePanel>footer{padding:13px 18px;border-top:1px solid #edf1f5;background:#fcfdfe;font-size:12px}.workspacePanel>footer a{display:flex;align-items:center;gap:7px}.workspaceAgentRow{display:flex;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid #edf1f5;font-size:14px}.workspaceAgentRow>span:nth-child(2){flex:1 1;min-width:0;overflow-wrap:anywhere}.workspaceIcon{display:grid;place-items:center;width:40px;height:40px;flex-shrink:0;border-radius:10px;background:#edf4f6;color:#245563}.workspaceAgentRow small,.workspaceEvent small,.workspaceReadiness small{font-size:11px;margin-top:3px}.workspaceEvent,.workspaceReadiness{display:flex;align-items:flex-start;gap:10px;padding:12px 0;border-bottom:1px solid #edf1f5;font-size:12px}.workspaceDot{width:7px;height:7px;background:#cbd5e1;border-radius:50%;flex-shrink:0;margin-top:6px}.workspaceDot.ready{background:#245563}.workspaceEmpty{min-height:210px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:#94a3b8;padding:20px}.workspaceEmpty p{max-width:240px;font-size:13px}@media(max-width:1100px){.registryPanels,.workspaceOverviewGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.registryPanels article:first-child,.workspaceOverviewGrid>article:first-child{grid-column:1/-1}.workspaceOverviewGrid>.workspacePanel{min-height:240px;max-height:400px}}@media(max-width:700px){.content:has(.registry){padding:16px}.workspaceMetricStrip{grid-template-columns:repeat(2,minmax(0,1fr))}.knowledgeWorkspace,.registryPanels,.workspaceOverviewGrid{grid-template-columns:1fr}.registry h1{font-size:23px}.registryToolbar{align-items:stretch}.registryToolbar>label{max-width:none}.workspaceOverviewGrid>.workspacePanel{max-height:none}.registryPanels>article{min-height:0;max-height:none}.registry .hybridMetrics article>strong{font-size:22px}.registryActions{flex-wrap:wrap}}.registryResourceLink{display:flex;align-items:center;gap:12px}.registryResourceLink small{font-weight:400;font-size:12px;max-width:420px;white-space:normal;line-height:1.4;margin-top:3px}.registryBadge{display:inline-flex;border:1px solid #dce7eb;background:#f0f6f8;color:#245563;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:550;white-space:nowrap}.registryPanels h2{display:flex;align-items:center;gap:8px}.registryPanels h2 svg{color:#78909a;flex-shrink:0}.registryPanels dl>div{grid-template-columns:minmax(80px,1fr) minmax(0,1fr);font-size:13px;padding:10px 0;gap:10px}.registryPanels dl{margin:0}.workspaceSkillPipeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.workspaceSkillPipeline>section{background:#f0f4f7;border:1px solid #dce4ef;border-radius:12px;padding:14px;min-width:0}.workspaceSkillPipeline header{display:flex;justify-content:space-between;align-items:center;gap:8px}.workspaceSkillPipeline h2{margin:0;font-size:13px}.workspaceSkillPipeline>section>p{font-size:12px;min-height:36px;margin:8px 0 12px}.workspaceSkillLane{max-height:55vh;min-height:200px;overflow:auto;display:flex;flex-direction:column;gap:10px}.registry .workspaceSkillCard{border:1px solid #dce4ef;border-radius:9px;background:white;padding:14px;display:grid;grid-gap:6px;gap:6px;text-decoration:none}.workspaceSkillCard:hover{border-color:#8ba5ae}.workspaceSkillCard strong{font-size:13px}.workspaceSkillCard small{font-size:11px}.workspaceEmptyLane{font-size:12px;padding:16px;border:1px dashed #cbd5e1;border-radius:9px;text-align:center}.workspaceMatrixLink{display:inline-block;margin:4px 14px 4px 0}@media(max-width:850px){.workspaceSkillPipeline{grid-template-columns:1fr}.workspaceSkillLane{min-height:0;max-height:400px}}.registry.registryToolbar[role=tablist]{display:flex;justify-content:flex-start;gap:6px;margin-bottom:16px;border-bottom:1px solid #dce4ef}.registry.registryToolbar[role=tablist]>button{border:0;border-radius:0;background:transparent;padding:10px 14px;color:#64748b}.registry.registryToolbar[role=tablist]>button[aria-selected=true]{border-bottom:3px solid #245563;color:#245563}.knowledgeWorkspace>article>h2{margin:-18px -18px 16px;padding:15px 18px;border-bottom:1px solid #edf1f5}