a[href].agent-md-explore-link{align-items:center;gap:var(--space-2);max-width:100%;padding:var(--space-1) var(--space-2);border:1px solid var(--nbla-color-border-muted);border-radius:var(--nbla-button-corner-radius);background:var(--nbla-color-button-background-ghost);color:var(--nbla-color-button-foreground-ghost);font-family:var(--nbla-font-mono);font-size:var(--nbla-font-size-1);line-height:var(--nbla-line-height-1);text-align:left;vertical-align:baseline;cursor:pointer;transition:background-color var(--nbla-duration-base) ease-out, border-color var(--nbla-duration-base) ease-out, color var(--nbla-duration-base) ease-out;margin:2px 0;text-decoration:none;display:inline-flex}.agent-md-explore-link-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.agent-md-explore-link-glyph,.agent-md-explore-link-arrow{flex:0 0 var(--nbla-button-font-size);width:var(--nbla-button-font-size);height:var(--nbla-button-font-size);transition:color var(--nbla-duration-base) ease-out, transform var(--nbla-duration-base) ease-out}.agent-md-explore-link-glyph{color:var(--gray-9)}.agent-md-explore-link-arrow{color:var(--agent-chat-status-active,var(--gray-12))}a[href].agent-md-explore-link:hover{border-color:var(--gray-8);background:var(--nbla-color-button-background-ghost-hover);color:var(--nbla-color-button-foreground-ghost-hover)}a[href].agent-md-explore-link:active{background:var(--nbla-color-button-background-ghost-press);color:var(--nbla-color-button-foreground-ghost-press)}a[href].agent-md-explore-link:hover .agent-md-explore-link-glyph{color:var(--nbla-color-button-foreground-ghost-hover)}a[href].agent-md-explore-link:hover .agent-md-explore-link-arrow{transform:translate(2px)}a[href].agent-md-explore-link:focus-visible{outline:2px solid var(--nbla-color-border-keyboardFocusOuter);outline-offset:1px;box-shadow:0 0 0 1px var(--nbla-color-border-keyboardFocusInner)}@media (prefers-reduced-motion:reduce){a[href].agent-md-explore-link,.agent-md-explore-link-glyph,.agent-md-explore-link-arrow{transition:none}a[href].agent-md-explore-link:hover .agent-md-explore-link-arrow{transform:none}}.agent-md-code-block{margin:8px 0;position:relative}.agent-md-code-block pre.shiki{font-family:var(--font-mono);white-space:pre-wrap;word-break:break-word;border-radius:6px;margin:0;padding:10px 12px;font-size:12px;line-height:1.55;overflow-x:auto}.agent-md-code-block pre code{font-size:inherit;color:inherit;background:0 0;border-radius:0;padding:0}.agent-md-code-block-fallback{background:var(--gray-3);color:var(--gray-12);font-family:var(--font-mono);white-space:pre-wrap;word-break:break-word;border-radius:6px;margin:0;padding:10px 12px;font-size:12px;line-height:1.55;overflow-x:auto}.agent-md-code-copy{width:24px;height:24px;color:var(--gray-11);cursor:pointer;opacity:0;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:opacity .12s,background-color .12s,color .12s;display:inline-flex;position:absolute;top:4px;right:4px}.agent-md-code-copy:hover{background:var(--gray-a4);color:var(--gray-12)}.agent-md-code-block:hover .agent-md-code-copy,.agent-md-code-copy:focus-visible{opacity:1}.agent-md-streaming-spinner{color:var(--gray-11);justify-content:center;align-items:center;display:flex;position:absolute;top:8px;right:10px}.agent-shell{--agent-rui-run-icon:var(--blue-11);--agent-rui-asset-icon:var(--tomato-9);--agent-rui-channel-icon:var(--green-11)}.agent-rui{background:0 0;grid-template-columns:auto 1fr;gap:12px;margin:14px 0 4px;padding:0;display:grid;position:relative}.agent-rui-rule{background:var(--agent-brand-9);opacity:.7;border-radius:1px;align-self:stretch;width:2px}.agent-rui[data-disabled=true] .agent-rui-rule{background:var(--gray-6);opacity:.6}.agent-rui-body{flex-direction:column;gap:12px;min-width:0;display:flex}.agent-rui-sub{flex-direction:column;gap:8px;display:flex}.agent-rui-sub+.agent-rui-sub{border-top:1px solid var(--gray-4);padding-top:12px}.agent-rui-sub-hint{font-family:var(--font-mono);color:var(--gray-10);letter-spacing:.02em;font-size:11px}.agent-rui-prompt{color:var(--gray-12);letter-spacing:-.005em;text-wrap:pretty;font-size:14.5px;font-weight:500;line-height:1.45}.agent-rui-chips{flex-wrap:wrap;gap:6px;display:flex}.agent-rui-chip{background:var(--gray-3);border:1px solid var(--gray-5);height:30px;color:var(--gray-12);font-family:var(--font-sans);cursor:pointer;border-radius:15px;align-items:center;gap:7px;padding:0 12px 0 11px;font-size:13px;transition:background .12s,border-color .12s,color .12s,transform 80ms;display:inline-flex}.agent-rui-chip:hover:not(:disabled){background:var(--gray-4);border-color:var(--gray-7)}.agent-rui-chip:active:not(:disabled){transform:translateY(1px)}.agent-rui-chip:disabled{opacity:.45;cursor:not-allowed}.agent-rui-chip-icon{width:12px;height:12px;color:var(--gray-10);font-size:11px}.agent-rui-chip[data-entity=run] .agent-rui-chip-icon{color:var(--agent-rui-run-icon)}.agent-rui-chip[data-entity=asset] .agent-rui-chip-icon{color:var(--agent-rui-asset-icon)}.agent-rui-chip[data-entity=channel] .agent-rui-chip-icon{color:var(--agent-rui-channel-icon)}.agent-rui-chip-label{font-weight:500}.agent-rui-chip.is-selected{background:var(--agent-accent-soft);border-color:var(--agent-brand-9);color:var(--gray-12)}.agent-rui-chip.is-selected:hover:not(:disabled){background:color-mix(in srgb, var(--agent-brand-9) 20%, transparent);border-color:var(--agent-brand-9)}.agent-rui-multi-list{background:var(--gray-2);border-radius:6px;flex-direction:column;gap:2px;padding:4px;display:flex}.agent-rui-row{width:100%;color:var(--gray-12);font-family:var(--font-sans);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:10px;padding:8px 10px;font-size:13px;transition:background .12s,color .12s;display:flex}.agent-rui-row:hover:not(:disabled){background:var(--gray-3)}.agent-rui-row.is-checked{background:var(--gray-4)}.agent-rui-row.is-checked:hover:not(:disabled){background:var(--gray-5)}.agent-rui-row:disabled{opacity:.45;cursor:not-allowed}.agent-rui-check{border:1.5px solid var(--gray-7);background:var(--color-background-2);color:#fff;border-radius:4px;flex-shrink:0;place-items:center;width:16px;height:16px;transition:background .12s,border-color .12s;display:grid}.agent-rui-row.is-checked .agent-rui-check{background:var(--agent-brand-9);border-color:var(--agent-brand-9)}.agent-rui-check svg{width:9px;height:9px}.agent-rui-row-icon{text-align:center;width:14px;height:14px;color:var(--gray-10);flex-shrink:0;font-size:11px}.agent-rui-row[data-entity=run] .agent-rui-row-icon{color:var(--agent-rui-run-icon)}.agent-rui-row[data-entity=asset] .agent-rui-row-icon{color:var(--agent-rui-asset-icon)}.agent-rui-row[data-entity=channel] .agent-rui-row-icon{color:var(--agent-rui-channel-icon)}.agent-rui-row-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:500;overflow:hidden}.agent-rui-row-meta{font-family:var(--font-mono);color:var(--gray-10);flex-shrink:0;font-size:10.5px}.agent-rui-free{flex-direction:column;gap:8px;display:flex}.agent-rui-textarea{resize:vertical;background:var(--gray-2);border:1px solid var(--gray-4);width:100%;min-height:60px;color:var(--gray-12);font-family:var(--font-sans);border-radius:6px;outline:0;padding:10px 12px;font-size:13.5px;line-height:1.5;transition:border-color .12s,background .12s,box-shadow .12s}.agent-rui-textarea:focus{border-color:var(--gray-7);background:var(--color-background-2);box-shadow:0 0 0 3px var(--agent-accent-ring)}.agent-rui-textarea::placeholder{color:var(--gray-10)}.agent-rui-textarea:disabled{opacity:.5;cursor:not-allowed}.agent-rui-custom-input{background:var(--gray-2);border:1px solid var(--gray-4);border-radius:6px;align-items:flex-start;gap:8px;padding:6px 10px 6px 9px;transition:border-color .12s,background .12s,box-shadow .12s;display:flex}.agent-rui-custom-input:focus-within{border-color:var(--gray-7);background:var(--color-background-2);box-shadow:0 0 0 3px var(--agent-accent-ring)}.agent-rui-custom-input-icon{width:12px;height:12px;color:var(--gray-9);flex-shrink:0;margin-top:6px}.agent-rui-custom-input-field{resize:none;min-height:22px;max-height:200px;color:var(--gray-12);font-family:var(--font-sans);background:0 0;border:0;outline:0;flex:1;padding:3px 0;font-size:13px;line-height:1.5;overflow:hidden}.agent-rui-custom-input-field::placeholder{color:var(--gray-9)}.agent-rui-custom-input-field:disabled{cursor:not-allowed;color:var(--gray-9)}.agent-rui-chips[data-overridden=true] .agent-rui-chip{opacity:.55}.agent-rui-chips[data-overridden=true] .agent-rui-chip.is-selected{opacity:.7}.agent-rui-foot{align-items:center;gap:10px;margin-top:2px;display:flex}.agent-rui-counter{font-family:var(--font-mono);color:var(--gray-10);letter-spacing:.02em;align-items:center;gap:4px;font-size:11px;display:inline-flex}.agent-rui-counter-strong{color:var(--gray-12);font-weight:500;font-family:var(--font-sans)}.agent-rui-kbd{background:var(--gray-3);border:1px solid var(--gray-5);min-width:16px;height:16px;font-family:var(--font-mono);color:var(--gray-11);border-radius:3px;place-items:center;margin:0 1px;padding:0 4px;font-size:10px;display:inline-grid}.agent-rui-kbd-trail{margin-left:6px}.agent-rui-submit{background:var(--agent-brand-9);height:30px;color:var(--gray-12);font-family:var(--font-sans);cursor:pointer;border:0;border-radius:6px;align-items:center;gap:7px;margin-left:auto;padding:0 14px;font-size:12.5px;font-weight:500;transition:background .12s,color .12s,opacity .12s,box-shadow .12s;display:inline-flex}.agent-rui-submit:hover:not(:disabled){background:var(--agent-brand-10)}.agent-rui-submit:focus-visible{box-shadow:0 0 0 3px var(--agent-accent-ring);outline:0}.agent-rui-submit:disabled{background:var(--gray-5);color:var(--gray-9);cursor:not-allowed}.agent-rui-submit svg{width:11px;height:11px}.agent-rui-empty{font-family:var(--font-mono);color:var(--gray-10);font-size:11.5px;font-style:italic}.agent-rui-answered .agent-rui-rule{background:var(--gray-6);opacity:.5}.agent-rui-answered .agent-rui-body{gap:4px}.agent-rui-answered-prompt{color:var(--gray-10);font-size:12.5px;font-weight:400;line-height:1.45}.agent-rui-answered-answer{color:var(--gray-12);align-items:flex-start;gap:8px;font-size:13.5px;font-weight:500;line-height:1.5;display:flex}.agent-rui-answered-icon{color:var(--gray-9);flex-shrink:0;width:11px;height:11px;margin-top:5px}.agent-rui-answered-empty{color:var(--gray-10);font-style:italic}.agent-rui-answered-row{flex-direction:column;gap:2px;display:flex}.agent-rui-answered-row+.agent-rui-answered-row{border-top:1px solid var(--gray-4);margin-top:4px;padding-top:8px}.agent-rui-answered-row.is-expandable{cursor:pointer}.agent-rui-answered-row.is-expandable:hover .agent-rui-answered-answer{color:var(--gray-11)}.agent-rui-answered-chevron{color:var(--gray-9);flex-shrink:0;width:10px;height:10px;margin-top:6px;margin-left:auto;transition:transform .15s}.agent-rui-answered-chevron.is-open{transform:rotate(180deg)}.agent-rui-answered-others{flex-wrap:wrap;gap:6px;padding-top:8px;display:flex}.agent-rui-answered-other{border:1px solid var(--gray-5);height:22px;color:var(--gray-9);font-size:12px;font-family:var(--font-sans);border-radius:11px;align-items:center;padding:0 10px;font-weight:400;display:inline-flex}.agent-writeback-rule{background:var(--agent-brand-9);opacity:.75;border-radius:1px;width:2px}.agent-writeback[data-state=answered] .agent-writeback-rule{background:var(--gray-6)}.agent-writeback-action{padding:var(--space-2) var(--space-3);border:1px solid var(--gray-5);border-radius:var(--radius-3);background:var(--gray-2)}.agent-writeback-action-label{gap:var(--space-2);grid-template-columns:16px 1fr;display:grid}.agent-writeback-action-label>:first-child{margin-top:2px}.agent-writeback-action-summary{min-width:0;color:var(--gray-12);overflow-wrap:anywhere}.agent-writeback-warnings{border-radius:var(--radius-2);background:var(--amber-3);max-width:45%;color:var(--amber-12);overflow-wrap:anywhere;flex-shrink:0;padding:3px 6px}.agent-writeback-expression{margin-left:24px;margin-top:var(--space-2);gap:var(--space-1);flex-direction:column;display:flex}.agent-writeback-expression-label{font-size:var(--font-size-1);color:var(--gray-10);text-transform:uppercase;font-weight:600}.agent-writeback-expression-code{padding:var(--space-1) var(--space-2);border:1px solid var(--agent-accent-ring);border-radius:var(--radius-2);background:var(--agent-accent-soft);color:var(--gray-12);font-family:var(--font-mono);font-size:var(--font-size-1);white-space:pre-wrap;overflow-wrap:anywhere;display:block}.agent-writeback[data-state=answered] .agent-writeback-expression-code{border-color:var(--gray-5);background:var(--gray-2)}.agent-writeback-details{margin-left:24px;margin-top:var(--space-2)}.agent-writeback-details summary{cursor:pointer;width:fit-content;color:var(--gray-10);font-size:var(--font-size-1);-webkit-user-select:none;user-select:none}.agent-writeback-details[open] summary{margin-bottom:var(--space-2)}.agent-writeback-preview{gap:var(--space-2);flex-direction:column;display:flex}.agent-writeback-preview-title{font-size:var(--font-size-1);color:var(--gray-10);text-transform:uppercase;font-weight:600}.agent-writeback-preview-grid{gap:var(--space-1) var(--space-3);font-size:var(--font-size-1);grid-template-columns:minmax(110px,max-content) minmax(0,1fr);margin:0;display:grid}.agent-writeback-preview-row{display:contents}.agent-writeback-preview-row dt{color:var(--gray-10)}.agent-writeback-preview-row dd{min-width:0;color:var(--gray-12);overflow-wrap:anywhere;margin:0}@media (width<=640px){.agent-writeback-warnings{max-width:100%}}
