.tools-shell .tool-label{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:0;color:var(--text-secondary);line-height:1.6;display:block}.tools-shell .tool-input,.tools-shell .tool-code{width:100%;color:var(--text);background:var(--surface);border:var(--hairline);border-radius:var(--radius-control);padding:var(--space-3) var(--space-4);transition:border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease)}.tools-shell .tool-input{font-family:var(--font-sans);font-size:var(--text-base)}.tools-shell .tool-code{font-family:var(--font-mono);font-size:var(--text-sm);line-height:1.6}.tools-shell .tool-input::placeholder,.tools-shell .tool-code::placeholder{color:var(--text-tertiary)}.tools-shell .tool-input:hover,.tools-shell .tool-code:hover{border-color:var(--border-medium)}.tools-shell .tool-input:focus-visible,.tools-shell .tool-code:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;background:var(--surface-hover)}.tools-shell textarea.tool-code,.tools-shell textarea.tool-input{resize:vertical}.tools-shell .tool-chip{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-medium);border-radius:var(--radius-pill);border:var(--hairline);color:var(--text-secondary);cursor:pointer;transition:background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;padding:.45rem .8rem;line-height:1}.tools-shell .tool-chip:hover{background:var(--surface-hover);color:var(--text)}.tools-shell .tool-chip[aria-pressed=true]{border-color:var(--border-strong);color:var(--text);background:#ffffff17}.tools-shell .tool-chip:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.tools-shell .tool-caption{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-tertiary);line-height:1.6}.tools-shell .tool-status{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-secondary);align-items:center;gap:.5em;line-height:1.6;display:inline-flex}.tools-shell .tool-status:before{content:"";border-radius:var(--radius-pill);background:var(--text-quaternary);flex:none;width:7px;height:7px}.tools-shell .tool-status--live:before{background:var(--accent-live)}.tools-shell .tool-status--warn:before{background:var(--accent-yellow)}.tools-shell .tool-status--error:before{background:var(--accent-red)}.tools-shell .tool-error{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--accent-red);line-height:1.6}.tools-shell .tool-error--verbatim{font-family:var(--font-mono)}@media (prefers-reduced-motion:reduce){.tools-shell .tool-input,.tools-shell .tool-code,.tools-shell .tool-chip{transition:none}}
