.chat-interface{background:var(--theme-bg-primary);color:var(--theme-text-primary);font-family:Söhne,"ui-sans-serif",system-ui,-apple-system,sans-serif}.chat-interface :not(code):not(pre){letter-spacing:normal;text-transform:none;font-family:Söhne,"ui-sans-serif",system-ui,-apple-system,sans-serif}.chat-interface code,.chat-interface pre{font-family:Söhne Mono,"ui-monospace",Menlo,monospace}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}.typing-cursor{background:var(--theme-text-tertiary);vertical-align:text-bottom;width:2px;height:1.1em;margin-left:2px;animation:.8s step-end infinite blink-cursor;display:inline-block}@keyframes typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.typing-dot{animation:1.4s ease-in-out infinite typing-bounce}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.chat-interface ::-webkit-scrollbar{width:6px}.chat-interface ::-webkit-scrollbar-track{background:0 0}.chat-interface ::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:3px}.chat-interface ::-webkit-scrollbar-thumb:hover{background:var(--theme-text-disabled)}.chat-interface .prose{color:var(--theme-text-primary);font-size:.9375rem;line-height:1.7}.chat-interface .prose strong{color:var(--theme-text-primary);font-weight:600}.chat-interface .prose a{color:#6ea8fe;text-underline-offset:2px;text-decoration:underline}.chat-interface .prose code{color:#e2e8f0;background:#ffffff0f;border-radius:4px;padding:.15em .4em;font-size:.85em}.chat-interface .prose pre{border:1px solid var(--theme-border);background:#0006;border-radius:8px;padding:1rem;overflow-x:auto}.chat-interface .prose pre code{background:0 0;border-radius:0;padding:0}.chat-interface .prose blockquote{border-left:3px solid var(--theme-border);color:var(--theme-text-secondary);padding-left:1rem;font-style:italic}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.3s ease-out fade-in}.chat-interface input,.chat-interface textarea{color:var(--theme-text-primary)!important;background:var(--theme-bg-secondary)!important;border-color:var(--theme-border)!important}.chat-interface input::-moz-placeholder{color:var(--theme-text-disabled)!important}.chat-interface textarea::-moz-placeholder{color:var(--theme-text-disabled)!important}.chat-interface input::placeholder,.chat-interface textarea::placeholder{color:var(--theme-text-disabled)!important}.chat-interface input:focus,.chat-interface textarea:focus{outline:none;border-color:var(--theme-input-focus-border)!important;box-shadow:none!important}@media (max-width:768px){.chat-interface input,.chat-interface textarea{font-size:16px}}
