.chat-interface-container{font-family:var(--font-geist-sans,"Inter",system-ui,-apple-system,sans-serif);box-sizing:border-box;--chat-header-background:#fff;--chat-header-foreground:#000;--chat-background:#f9f9f9;--chat-bot-reply-background:#fff;--chat-bot-reply-foreground:#000;--chat-user-reply-background:#000;--chat-user-reply-foreground:#fff;--chat-border-color:#e5e7eb;--chat-input-background:#fff;--chat-input-foreground:#000;--chat-input-border:#e5e7eb;--chat-input-placeholder:#8d8d8d;--chat-button-background:#000;--chat-button-foreground:#fff;--chat-attachment-color:#ccc;--chat-attachment-disabled-color:var(--muted-foreground);--chat-hover-background:#f5f5f5;--chat-thinking-text:#000;--background:var(--chat-background);--foreground:var(--chat-foreground);--border:var(--chat-border-color);--muted:var(--chat-hover-background);--muted-foreground:#71717a;--accent:var(--chat-hover-background);--accent-foreground:var(--chat-foreground)}@media (prefers-color-scheme:dark){.chat-interface-container{--chat-header-background:#171717;--chat-header-foreground:#fff;--chat-background:#0c0c0c;--chat-bot-reply-background:#1e1e1e;--chat-bot-reply-foreground:#fff;--chat-user-reply-background:#fff;--chat-user-reply-foreground:#000;--chat-border-color:#2e2e2e;--chat-input-background:#1e1e1e;--chat-input-foreground:#fff;--chat-input-border:#2e2e2e;--chat-input-placeholder:#9ca3af;--chat-button-background:#fff;--chat-button-foreground:#000;--chat-attachment-color:#868686;--chat-attachment-disabled-color:var(--muted-foreground);--chat-hover-background:#2a2a2a;--chat-thinking-text:#fff;--background:var(--chat-background);--foreground:var(--chat-foreground);--border:var(--chat-border-color);--muted:var(--chat-hover-background);--muted-foreground:#a1a1aa;--accent:var(--chat-hover-background);--accent-foreground:var(--chat-foreground)}}.chat-interface-container code,.chat-interface-container pre{font-family:var(--font-geist-mono),monospace}.chat-interface-container .Textarea::-moz-placeholder,.chat-interface-container textarea::-moz-placeholder{color:var(--chat-input-placeholder)}.chat-interface-container .Textarea::placeholder,.chat-interface-container textarea::placeholder{color:var(--chat-input-placeholder)}.chat-interface-container button[data-testid=send-button],.chat-interface-container button[data-testid=stop-button]{background-color:var(--chat-button-background);color:var(--chat-button-foreground);border-color:var(--chat-button-border,transparent)}.chat-interface-container button[data-testid=attachments-button]{color:var(--chat-attachment-color)}.chat-interface-container button[data-testid=attachments-button]:hover{background-color:var(--chat-hover-background)}.chat-interface-container [aria-selected=true],.chat-interface-container [data-state=active],.chat-interface-container [data-state=active] svg,.chat-interface-container [data-state=checked]{background-color:var(--chat-button-background);color:var(--chat-button-foreground)}.chat-interface-container [data-message-role=user]>div{background-color:var(--chat-user-reply-background);color:var(--chat-user-reply-foreground)}.chat-interface-container [data-message-role=assistant]>div{background-color:var(--chat-bot-reply-background);color:var(--chat-bot-reply-foreground)}.chat-interface-container .ProseMirror{outline:none}.chat-interface-container .cm-editor,.chat-interface-container .cm-gutters{background-color:var(--chat-background);outline:none}.chat-interface-container .ͼo.cm-content::-moz-selection{background-color:hsla(240,6%,90%,.5)}.chat-interface-container .ͼo.cm-content::selection,.chat-interface-container .ͼo.cm-focused>.cm-scroller>.cm-selectionLayer .cm-selectionBackground,.chat-interface-container .ͼo.cm-selectionBackground{background-color:hsla(240,6%,90%,.5)}.dark .chat-interface-container .ͼo.cm-content::-moz-selection{background-color:rgba(64,64,64,.5)}.dark .chat-interface-container .ͼo.cm-content::selection,.dark .chat-interface-container .ͼo.cm-focused>.cm-scroller>.cm-selectionLayer .cm-selectionBackground,.dark .chat-interface-container .ͼo.cm-selectionBackground{background-color:rgba(64,64,64,.5)}.chat-interface-container .cm-activeLine,.chat-interface-container .cm-activeLineGutter{background-color:transparent!important}.chat-interface-container .cm-activeLine{border-radius:0 .125rem .125rem 0!important}.chat-interface-container .cm-lineNumbers{min-width:1.75rem}.chat-interface-container .cm-foldGutter{min-width:.75rem}.chat-interface-container .cm-lineNumbers .cm-activeLineGutter{border-radius:.125rem 0 0 .125rem!important}.chat-interface-container .suggestion-highlight{background-color:#e5e5e5;color:var(--chat-foreground)}.chat-interface-container .suggestion-highlight:hover{background-color:#d4d4d4}.dark .chat-interface-container .suggestion-highlight{background-color:rgba(64,64,64,.8);color:var(--chat-foreground)}.dark .chat-interface-container .suggestion-highlight:hover{background-color:rgba(82,82,82,.8)}.chat-interface-container [data-radix-popper-content-wrapper]{z-index:999!important}@media (max-width:768px){#chat-interface-root,.chat-interface-container{height:100vh;height:100dvh;max-height:100vh;max-height:100dvh}}.window-embed{height:100vh;height:100dvh;overflow:hidden}.window-embed .chat-interface-container{height:100%;max-height:100%;display:flex;flex-direction:column}.window-embed .messages-container{flex:1;min-height:0;overflow-y:auto}.window-embed .chat-input-container{flex-shrink:0}@media (max-width:768px){body.chat-open{overflow:hidden;position:fixed;width:100%;height:100%}.chat-header{padding:.5rem 1rem;min-height:3rem;flex-shrink:0}.messages-container{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0;padding-bottom:1rem}.chat-input-container{flex-shrink:0;background:var(--background,#fff);padding:.75rem}.legal-text{font-size:10px;line-height:1.3;padding:.5rem 1rem .25rem;margin:0;text-align:center}.fixed-chat-input{margin-bottom:0}.stop-button-container{bottom:5rem!important}.voice-interface-container{padding:1rem}.mode-switcher-button{width:2.5rem;height:2.5rem}}@media (max-width:812px) and (orientation:landscape){.chat-header{padding:.25rem 1rem;min-height:2.5rem}.messages-container{padding-bottom:.5rem}.chat-input-container{padding:.5rem}.legal-text{font-size:9px;padding:.25rem .5rem}}@media (max-width:375px){.chat-input-container{padding:.5rem}.legal-text{font-size:9px}}@supports (padding-bottom:env(safe-area-inset-bottom)){.chat-interface-container{padding-bottom:env(safe-area-inset-bottom)}.chat-input-container{padding-bottom:calc(.75rem + env(safe-area-inset-bottom))}}.linkai-chatbot-window.mobile-fullscreen{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;max-width:none!important;max-height:none!important;margin:0!important;border-radius:0!important;border:none!important;z-index:999999!important}@media (max-width:768px){input[type=email],input[type=number],input[type=tel],input[type=text],textarea{font-size:16px!important}}