.lore-chat-composer{box-sizing:border-box;width:100%;padding:var(--spacing-12) var(--spacing-16);background:var(--surface-page);border-top:1px solid var(--line-separating-content)}.lore-chat-composer__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lore-chat-composer__shell{display:flex;align-items:center;gap:var(--spacing-8);box-sizing:border-box;width:100%;padding:var(--spacing-8);padding-left:var(--spacing-16);background:var(--surface-card);border:1px solid var(--line-separating-content);border-radius:30px;transition:border-color .12s ease,box-shadow .12s ease}.lore-chat-composer__shell:focus-within{border-color:var(--line-highlighting-content);box-shadow:0 0 0 2px color-mix(in srgb,var(--line-highlighting-content) 28%,transparent)}.lore-chat-composer--disabled .lore-chat-composer__shell{background:var(--control-disabled-bg);border-color:var(--control-disabled-border)}.lore-chat-composer--disabled .lore-chat-composer__shell:focus-within{border-color:var(--control-disabled-border);box-shadow:none}.lore-chat-composer--disabled .lore-chat-composer__field,.lore-chat-composer--disabled .lore-chat-composer__field::placeholder{color:var(--control-disabled-text)}.lore-chat-composer__field{box-sizing:border-box;flex:1 1 auto;min-width:0;height:var(--control-height-md);min-height:var(--control-height-md);margin:0;padding:10px 0;border:none;border-radius:0;background:transparent;color:var(--text-primary);font-family:var(--typography-font-families-roboto),sans-serif;font-size:var(--typography-font-sizes-base);font-weight:var(--typography-font-weights-regular);line-height:24px;letter-spacing:.5px;resize:none;overflow-x:hidden;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.lore-chat-composer__field::placeholder{color:var(--text-secondary)}.lore-chat-composer__field:focus{outline:none}.lore-chat-composer__field:disabled{cursor:not-allowed}.lore-chat-composer__send{flex-shrink:0;align-self:center}.lore-chat-composer__send .lore-button__icon{transform:rotate(-30deg)}.lore-chat-composer__shell .lore-button{align-self:center}@media (prefers-reduced-motion:reduce){.lore-chat-composer__shell{transition:none}}.lore-chat-screen{display:flex;flex-direction:column;box-sizing:border-box;width:100%;height:100%;min-height:0;flex:1 1 auto;background:var(--surface-page)}.lore-chat-screen__header{flex:0 0 auto;box-sizing:border-box;width:100%}.lore-chat-screen__messages{flex:1 1 auto;min-height:0}.lore-chat-screen__quick-replies{padding:var(--spacing-8) var(--spacing-16)}.lore-chat-screen__composer,.lore-chat-screen__quick-replies{flex:0 0 auto;box-sizing:border-box;width:100%}