.openui-copilot-shell-thread-container{display:flex;flex:1;overflow:hidden;flex-direction:column;position:relative}.openui-copilot-shell-thread-container:has([data-drafting]) .openui-copilot-shell-conversation-starter{opacity:0;pointer-events:none}.openui-copilot-shell-conversation-starter{transition:opacity 150ms ease}.openui-copilot-shell-thread-scroll-container{width:100%;flex:1;position:relative;overflow:hidden}.openui-copilot-shell-thread-scroll-container::before{content:"";position:absolute;top:0;left:0;right:0;height:var(--openui-space-xl);background:linear-gradient(to bottom, var(--openui-background) 0%, transparent 100%);pointer-events:none;z-index:1}.openui-copilot-shell-thread-scroll-container::after{content:"";position:absolute;left:0;right:0;bottom:0;height:var(--openui-space-xl);background:linear-gradient(to top, var(--openui-background) 0%, transparent 100%);pointer-events:none;z-index:1}.openui-copilot-shell-thread-scroll-area{width:100%;height:100%;overflow:auto;padding:var(--openui-space-m-l);scroll-padding-top:var(--openui-space-m-l);scrollbar-width:thin;scrollbar-color:var(--openui-highlight-strong) rgba(0,0,0,0)}.openui-copilot-shell-thread-scroll-area::-webkit-scrollbar{width:var(--openui-space-xs)}.openui-copilot-shell-thread-scroll-area::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.openui-copilot-shell-thread-scroll-area::-webkit-scrollbar-thumb{background-color:var(--openui-highlight-strong);border-radius:var(--openui-radius-full)}.openui-copilot-shell-thread-scroll-area::-webkit-scrollbar-thumb:hover{background-color:var(--openui-highlight-intense)}.openui-copilot-shell-thread-scroll-area--user-message-anchor .openui-copilot-shell-thread-messages>*:last-child{min-height:calc(-200px + 100dvh)}.openui-copilot-shell-thread-messages{width:100%;max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:var(--openui-space-xl)}.openui-copilot-shell-thread-message-assistant{width:100%;display:flex;gap:var(--openui-space-s);overflow:hidden}.openui-copilot-shell-thread-message-assistant__content{display:flex;flex-direction:column;gap:var(--openui-space-s);overflow:hidden;overflow-wrap:break-word;flex-grow:1}.openui-copilot-shell-thread-message-assistant__logo{width:32px;height:32px;border-radius:var(--openui-radius-m);flex-shrink:0}.openui-copilot-shell-thread-message-assistant__text{color:var(--openui-text-neutral-primary)}.openui-copilot-shell-thread-message-user{display:flex;justify-content:flex-end}.openui-copilot-shell-thread-message-user__content{padding:var(--openui-space-s) var(--openui-space-m);background-color:var(--openui-chat-user-response-bg);color:var(--openui-chat-user-response-text);border-radius:var(--openui-radius-xl);overflow-wrap:break-word;max-width:100%;height:fit-content}
