.openui-shell-thread-list{display:flex;flex-direction:column;gap:var(--openui-space-3xs);overflow:auto;margin-top:var(--openui-space-m);scrollbar-width:thin;scrollbar-color:var(--openui-border-default) rgba(0,0,0,0)}.openui-shell-thread-list::-webkit-scrollbar{width:var(--openui-space-xs)}.openui-shell-thread-list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.openui-shell-thread-list::-webkit-scrollbar-thumb{background:var(--openui-border-default);border-radius:calc(var(--openui-radius-2xs) + var(--openui-space-3xs))}.openui-shell-thread-list::-webkit-scrollbar-thumb:hover{background:var(--openui-text-neutral-secondary)}.openui-shell-thread-list-group{display:flex;padding-left:var(--openui-space-s);color:var(--openui-text-neutral-tertiary);font:var(--openui-text-label-sm);letter-spacing:var(--openui-text-label-sm-letter-spacing);margin-bottom:var(--openui-space-2xs)}.openui-shell-container--mobile .openui-shell-thread-list-group{font:var(--openui-text-label-default);letter-spacing:var(--openui-text-label-default-letter-spacing)}.openui-shell-thread-list-group:not(:first-child){margin-top:var(--openui-space-m)}.openui-shell-thread-button{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-shell-thread-button--selected{background-color:var(--openui-highlight)}.openui-shell-thread-button:hover{background-color:var(--openui-highlight)}.openui-shell-thread-button:hover .openui-shell-thread-button-dropdown-trigger{opacity:1}.openui-shell-thread-button:has(.openui-shell-thread-button-dropdown-trigger[data-state=open]){background-color:var(--openui-highlight)}.openui-shell-thread-button:has(.openui-shell-thread-button-dropdown-trigger[data-state=open]) .openui-shell-thread-button-dropdown-trigger{opacity:1}.openui-shell-thread-button-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-shell-container--mobile .openui-shell-thread-button-title{font:var(--openui-text-body-default);letter-spacing:var(--openui-text-body-default-letter-spacing);padding:calc(var(--openui-space-s) - 1.75px) var(--openui-space-s)}.openui-shell-thread-button-dropdown-trigger{opacity:0}.openui-shell-container--mobile .openui-shell-thread-button-dropdown-trigger{opacity:1}.openui-shell-thread-button-dropdown-trigger:focus-visible{opacity:1}.openui-shell-thread-button-dropdown-trigger[data-state=open]{opacity:1;background-color:var(--openui-highlight);border-color:var(--openui-border-interactive)}.openui-shell-thread-button-dropdown-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-shell-thread-menu-show .18s ease-out forwards;padding:4px}.openui-shell-thread-button-dropdown-menu-item{width:100%;justify-content:flex-start;padding-left:var(--openui-space-s);padding-right:var(--openui-space-s)}.openui-shell-thread-button-dropdown-menu-item:focus,.openui-shell-thread-button-dropdown-menu-item:focus-visible{outline:none;box-shadow:none}@keyframes openui-shell-thread-menu-show{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}
