.scroll-to-bottom-button{width:32px;height:32px;flex-shrink:0;border-radius:50%;background:var(--background-secondary);backdrop-filter:blur(var(--background-blur));-webkit-backdrop-filter:blur(var(--background-blur));border:1px solid var(--border-subtle);color:var(--ink-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-popover);transition:background-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out);animation:scrollToBottomBtnFadeIn var(--duration-fast) var(--ease-out) forwards}.scroll-to-bottom-button:hover{background:var(--background-tertiary);border-color:var(--border-default);color:var(--ink-primary)}.scroll-to-bottom-button--sticky:active{transform:scale(.97)}.scroll-to-bottom-button--absolute:active{transform:translateX(-50%) scale(.97)}.scroll-to-bottom-button svg{flex-shrink:0}.scroll-to-bottom-button--absolute{position:absolute;left:50%;transform:translateX(-50%);z-index:var(--z-base-elevated,10)}.scroll-to-bottom-button--sticky{position:sticky;bottom:16px;align-self:center;z-index:var(--z-elevated)}@keyframes scrollToBottomBtnFadeIn{0%{opacity:0}to{opacity:1}}.streaming-decrypted-text{font-family:inherit;line-height:inherit;word-wrap:break-word}.streaming-text-content{display:inline}.translated-portion{color:var(--ink-primary)}.translation-boundary{display:inline}.remaining-original{color:var(--ink-tertiary);opacity:.5;white-space:pre-wrap}.streaming-decrypted-text.streaming{position:relative}.streaming-markdown{font-size:inherit;line-height:inherit;color:inherit}.streaming-markdown>:first-child{margin-top:0}.streaming-markdown>:last-child{margin-bottom:0}.type-pill{display:inline-flex;align-items:center;gap:3px;padding:4px 6px;border-radius:var(--radius-md);font-size:var(--text-2xs);font-weight:500;line-height:1;white-space:nowrap;flex-shrink:0}.type-pill svg{width:9px;height:9px;flex-shrink:0}.type-pill--report{background:var(--item-report-bg);color:var(--item-report-text)}.type-pill--artifact{background:var(--item-artifact-bg);color:var(--item-artifact-text)}.type-pill--diagram{background:var(--item-diagram-bg);color:var(--item-diagram-text)}.type-pill--file{background:var(--item-file-bg);color:var(--item-file-text)}.type-pill--entity{background:var(--item-entity-bg);color:var(--item-entity-text)}.type-pill--registry{background:var(--item-registry-bg);color:var(--item-registry-text)}.type-pill--uploading{background:var(--item-file-bg);color:var(--item-file-text)}.type-pill--conversation{background:var(--entity-topic-bg);color:var(--entity-topic-text)}.type-pill--new{background:rgba(var(--status-error-rgb),.12);color:var(--status-error)}.type-pill--open-access{background:var(--status-active-bg);color:var(--status-active-text)}.type-pill--current{background:var(--accent-subtle);color:var(--accent-primary)}.card-subline{display:block;font-size:var(--text-xs);font-weight:400;color:var(--ink-tertiary);line-height:1.6}.card-subline>*{white-space:nowrap}.card-subline__dot{display:inline;margin:0 6px;opacity:.5}.card-subline--truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}