.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}.openui-copilot-shell-thread-composer{box-sizing:border-box;flex-shrink:0;width:100%;margin:0 0 var(--openui-space-m);padding:0 var(--openui-space-m)}.openui-copilot-shell-thread-composer__input-wrapper{background-color:var(--openui-foreground);border:1px solid var(--openui-border-interactive);border-radius:var(--openui-radius-3xl);box-shadow:var(--openui-shadow-m);overflow:clip;display:flex;flex-direction:column;gap:var(--openui-space-s);padding:var(--openui-space-s-m)}.openui-copilot-shell-thread-composer__input{scrollbar-width:thin;scrollbar-color:var(--openui-elevated) rgba(0,0,0,0);padding:0 var(--openui-space-3xs);resize:none;max-height:200px;outline:none;border:none;background:rgba(0,0,0,0);overflow-y:auto;font:var(--openui-text-body-default);letter-spacing:var(--openui-text-body-default-letter-spacing);color:var(--openui-text-neutral-primary)}.openui-copilot-shell-thread-composer__input::-webkit-scrollbar{width:6px}.openui-copilot-shell-thread-composer__input::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.openui-copilot-shell-thread-composer__input::-webkit-scrollbar-thumb{background-color:var(--openui-elevated);border-radius:var(--openui-radius-full)}.openui-copilot-shell-thread-composer__input::placeholder{color:var(--openui-text-neutral-secondary)}.openui-copilot-shell-thread-composer__action-bar{display:flex;align-items:center}.openui-copilot-shell-thread-composer__submit-button{margin-left:auto}.openui-copilot-shell-header{display:flex;align-items:center;justify-content:space-between;padding:var(--openui-space-m)}.openui-copilot-shell-header-logo-container{display:flex;align-items:center;gap:var(--openui-space-s)}.openui-copilot-shell-header-logo{width:32px;height:32px;border-radius:var(--openui-radius-m)}.openui-copilot-shell-header-agent-name{font:var(--openui-text-label-sm);letter-spacing:var(--openui-text-label-sm-letter-spacing);color:var(--openui-text-neutral-primary)}.openui-copilot-shell-header-actions,.openui-copilot-shell-header-right-content{display:flex;align-items:center;gap:var(--openui-space-s)}.openui-copilot-shell-conversation-starter{display:flex;flex-shrink:0;width:100%;padding:0 var(--openui-space-m);margin-bottom:var(--openui-space-s);box-sizing:border-box;max-height:480px;overflow:hidden;opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,max-height .2s ease,margin-bottom .2s ease}.openui-copilot-shell-conversation-starter--short{display:block}.openui-copilot-shell-conversation-starter--long{flex-direction:column;gap:var(--openui-space-2xs)}.openui-copilot-shell-conversation-starter__carousel-content{gap:var(--openui-space-xs)}.openui-copilot-shell-conversation-starter-item-short{display:flex;align-items:center;gap:var(--openui-space-xs);width:fit-content;flex:0 0 auto;padding:var(--openui-space-s) var(--openui-space-s-m);background-color:var(--openui-foreground);border:1px solid var(--openui-border-interactive);border-radius:var(--openui-radius-l);cursor:pointer;transition:all .15s ease;font:var(--openui-text-body-sm);letter-spacing:var(--openui-text-body-sm-letter-spacing);color:var(--openui-text-neutral-primary);text-align:left}.openui-copilot-shell-conversation-starter-item-short__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--openui-text-neutral-primary)}.openui-copilot-shell-conversation-starter-item-short__icon>svg{width:14px;height:14px}.openui-copilot-shell-conversation-starter-item-short__text{flex:1;white-space:nowrap}.openui-copilot-shell-conversation-starter-item-short:not(:disabled):hover{background-color:var(--openui-highlight);border-color:var(--openui-border-interactive-emphasis)}.openui-copilot-shell-conversation-starter-item-short:not(:disabled):active{background-color:var(--openui-highlight-subtle)}@media(max-width: 480px){.openui-copilot-shell-conversation-starter-item-short{padding:var(--openui-space-s) var(--openui-space-s-m)}}.openui-copilot-shell-conversation-starter-item-long{display:flex;align-items:center;gap:var(--openui-space-000);width:100%;padding:var(--openui-space-xs) var(--openui-space-s-m);background-color:rgba(0,0,0,0);border:none;border-radius:var(--openui-radius-l);cursor:pointer;transition:background-color .15s ease;font:var(--openui-text-body-default);letter-spacing:var(--openui-text-body-default-letter-spacing);color:var(--openui-text-neutral-primary);text-align:left;overflow:hidden}.openui-copilot-shell-conversation-starter-item-long__content{display:flex;align-items:flex-start;gap:var(--openui-space-xs);flex:1;min-width:0}.openui-copilot-shell-conversation-starter-item-long__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding-top:var(--openui-space-2xs);color:var(--openui-text-neutral-primary)}.openui-copilot-shell-conversation-starter-item-long__text{flex:1;min-width:0;line-height:1.5}.openui-copilot-shell-conversation-starter-item-long__arrow{display:flex;align-self:flex-start;align-items:center;justify-content:center;flex-shrink:0;padding-top:var(--openui-space-2xs);opacity:0;transition:opacity .15s ease;color:var(--openui-text-neutral-primary)}.openui-copilot-shell-conversation-starter-item-long:not(:disabled):hover{background-color:var(--openui-sunk)}.openui-copilot-shell-conversation-starter-item-long:not(:disabled):hover .openui-copilot-shell-conversation-starter-item-long__arrow{opacity:1}.openui-copilot-shell-conversation-starter-item-long:not(:disabled):active{background-color:var(--openui-highlight-subtle)}.openui-copilot-shell-thread-list-dropdown{display:flex;flex-direction:column;min-width:240px;max-width:320px;max-height:296px;padding:var(--openui-space-xs);border:1px solid var(--openui-border-default);border-radius:var(--openui-radius-2xl);background-color:var(--openui-foreground);box-shadow:var(--openui-shadow-l);z-index:9999;overflow:hidden}.openui-copilot-shell-thread-list-header{font:var(--openui-text-label-sm);letter-spacing:var(--openui-text-label-sm-letter-spacing);color:var(--openui-text-neutral-tertiary);padding:var(--openui-space-xs) var(--openui-space-s);padding-bottom:var(--openui-space-s)}.openui-copilot-shell-thread-list-items{display:flex;flex-direction:column;gap:var(--openui-space-3xs);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--openui-border-default) rgba(0,0,0,0)}.openui-copilot-shell-thread-list-items::-webkit-scrollbar{width:var(--openui-space-xs)}.openui-copilot-shell-thread-list-items::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.openui-copilot-shell-thread-list-items::-webkit-scrollbar-thumb{background:var(--openui-border-default);border-radius:calc(var(--openui-radius-2xs) + var(--openui-space-3xs))}.openui-copilot-shell-thread-list-items::-webkit-scrollbar-thumb:hover{background:var(--openui-text-neutral-secondary)}.openui-copilot-shell-thread-list-empty{font:var(--openui-text-body-sm);letter-spacing:var(--openui-text-body-sm-letter-spacing);color:var(--openui-text-neutral-secondary);padding:var(--openui-space-m);text-align:center}.openui-copilot-shell-thread-list-trigger[data-state=open],.openui-copilot-shell-thread-list-trigger[aria-expanded=true]{background-color:var(--openui-highlight);border-color:var(--openui-border-interactive)}.openui-copilot-shell-thread-item{display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:calc(var(--openui-radius-s) + 1px);border:1px solid rgba(0,0,0,0);transition:all .12s ease}.openui-copilot-shell-thread-item--selected{background-color:var(--openui-highlight)}.openui-copilot-shell-thread-item:hover{background-color:var(--openui-highlight)}.openui-copilot-shell-thread-item:hover .openui-copilot-shell-thread-item-menu-trigger{opacity:1}.openui-copilot-shell-thread-item:has(.openui-copilot-shell-thread-item-menu-trigger[data-state=open]){background-color:var(--openui-highlight)}.openui-copilot-shell-thread-item:has(.openui-copilot-shell-thread-item-menu-trigger[data-state=open]) .openui-copilot-shell-thread-item-menu-trigger{opacity:1}.openui-copilot-shell-thread-item-title{padding:0;border:0;background:rgba(0,0,0,0);font:var(--openui-text-body-sm);letter-spacing:var(--openui-text-body-sm-letter-spacing);color:var(--openui-text-neutral-primary);padding:calc(var(--openui-space-xs) - 1.75px) var(--openui-space-s);width:100%;text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.openui-copilot-shell-thread-item-menu-trigger{opacity:0}.openui-copilot-shell-thread-item-menu-trigger:focus-visible{opacity:1}.openui-copilot-shell-thread-item-menu-trigger[data-state=open]{opacity:1;background-color:var(--openui-highlight);border-color:var(--openui-border-interactive)}.openui-copilot-shell-thread-item-menu{box-sizing:border-box;position:relative;z-index:99999;min-width:160px;overflow:hidden;border:1px solid var(--openui-border-default);border-radius:var(--openui-radius-xl);background-color:var(--openui-foreground);box-shadow:var(--openui-shadow-m);color:var(--openui-text-neutral-primary);transform-origin:top center;animation:openui-copilot-shell-thread-menu-show .18s ease-out forwards;padding:4px}.openui-copilot-shell-thread-item-menu-action{width:100%;justify-content:flex-start;padding-left:var(--openui-space-s);padding-right:var(--openui-space-s)}.openui-copilot-shell-thread-item-menu-action:focus,.openui-copilot-shell-thread-item-menu-action:focus-visible{outline:none;box-shadow:none}@keyframes openui-copilot-shell-thread-menu-show{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}.openui-copilot-shell-welcome-screen{display:flex;flex-direction:column;gap:var(--openui-space-xl);height:100%;justify-content:center;align-items:center}.openui-copilot-shell-welcome-screen__image-container{display:flex;align-items:center;justify-content:center;flex-shrink:0}.openui-copilot-shell-welcome-screen__image{width:64px;height:64px;object-fit:cover;border-radius:var(--openui-radius-xl)}.openui-copilot-shell-welcome-screen__content{display:flex;flex-direction:column;align-items:center;gap:var(--openui-space-s);text-align:center}.openui-copilot-shell-welcome-screen__title{font:var(--openui-text-heading-md);letter-spacing:var(--openui-text-heading-md-letter-spacing);color:var(--openui-text-neutral-primary);margin:0}.openui-copilot-shell-welcome-screen__description{font:var(--openui-text-body-sm);letter-spacing:var(--openui-text-body-sm-letter-spacing);color:var(--openui-text-neutral-secondary);margin:0;max-width:280px}.openui-copilot-shell-container{display:flex;position:relative;height:100dvh;width:530px;overflow:hidden;border:1px solid var(--openui-border-default);border-width:0 1px;background:var(--openui-background);box-sizing:border-box}.openui-copilot-shell-container *{box-sizing:border-box}
