[data-ai-chat-shell=true] .ai-chat-bg-canvas{background-color:var(--background)}[data-ai-chat-shell=true] .ai-chat-surface{position:relative;display:flex;flex:1;flex-direction:column;min-height:0;width:100%;overflow:hidden;border:none;border-radius:0;background-color:var(--background);box-shadow:none}.dark [data-ai-chat-shell=true] .ai-chat-surface{box-shadow:none}[data-ai-chat-shell=true] .ai-chat-no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}[data-ai-chat-shell=true] .ai-chat-no-scrollbar::-webkit-scrollbar{display:none}[data-ai-chat-shell=true] .ai-chat-user-bubble{max-width:80%;border-radius:.5rem;background-color:var(--muted);color:var(--foreground)}[data-ai-chat-shell=true] .ai-chat-input-panel{border-radius:1rem;border:1px solid var(--border);background-color:var(--background);box-shadow:var(--shadow-xs)}[data-ai-chat-shell=true] .ai-chat-gradient-title{background:linear-gradient(to bottom,color-mix(in oklch,var(--muted-foreground) 55%,transparent),color-mix(in oklch,var(--muted-foreground) 28%,transparent) 55%,color-mix(in oklch,var(--muted-foreground) 12%,transparent));-webkit-background-clip:text;background-clip:text;color:transparent}[data-ai-chat-shell=true] .ai-chat-fade-strip{background:linear-gradient(to bottom,var(--sidebar),color-mix(in oklch,var(--sidebar) 70%,transparent) 40%,transparent)}