.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{color:var(--chat-input-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 [data-state=checked],.chat-interface-container [data-state=active],.chat-interface-container [data-state=active] svg,.chat-interface-container [aria-selected=true]{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:#e4e4e780}.chat-interface-container .ͼo.cm-focused>.cm-scroller>.cm-selectionLayer .cm-selectionBackground,.chat-interface-container .ͼo.cm-selectionBackground,.chat-interface-container .ͼo.cm-content::selection{background-color:#e4e4e780}.dark .chat-interface-container .ͼo.cm-content::-moz-selection{background-color:#40404080}.dark .chat-interface-container .ͼo.cm-focused>.cm-scroller>.cm-selectionLayer .cm-selectionBackground,.dark .chat-interface-container .ͼo.cm-selectionBackground,.dark .chat-interface-container .ͼo.cm-content::selection{background-color:#40404080}.chat-interface-container .cm-activeLine,.chat-interface-container .cm-activeLineGutter{background-color:#0000!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{color:var(--chat-foreground);background-color:#e5e5e5}.chat-interface-container .suggestion-highlight:hover{background-color:#d4d4d4}.dark .chat-interface-container .suggestion-highlight{color:var(--chat-foreground);background-color:#404040cc}.dark .chat-interface-container .suggestion-highlight:hover{background-color:#525252cc}.chat-interface-container [data-radix-popper-content-wrapper]{z-index:999!important}.button-embed{background:0 0!important}.button-embed *{background-color:#0000}.dark .button-embed,html.dark .button-embed,body.dark .button-embed{background:0 0!important}
@media (max-width:768px){.chat-interface-container,#chat-interface-root{height:100dvh;max-height:100dvh}}.window-embed{height:100dvh;overflow:hidden}.window-embed .chat-interface-container{flex-direction:column;height:100%;max-height:100%;display:flex}.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{width:100%;height:100%;position:fixed;overflow:hidden}.chat-header{flex-shrink:0;min-height:3rem;padding:.5rem 1rem}.messages-container{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding-bottom:1rem;overflow-y:auto}.chat-input-container{background:var(--background,white);flex-shrink:0;padding:.75rem}.legal-text{text-align:center;margin:0;padding:.5rem 1rem .25rem;font-size:10px;line-height:1.3}.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{min-height:2.5rem;padding:.25rem 1rem}.messages-container{padding-bottom:.5rem}.chat-input-container{padding:.5rem}.legal-text{padding:.25rem .5rem;font-size:9px}}@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{z-index:999999!important;border:none!important;border-radius:0!important;width:100vw!important;max-width:none!important;height:100dvh!important;max-height:none!important;margin:0!important;position:fixed!important;inset:0!important}@media (max-width:768px){input[type=text],input[type=email],input[type=number],input[type=tel],textarea{font-size:16px!important}[data-testid=suggested-actions]{-webkit-overflow-scrolling:touch;visibility:visible!important;opacity:1!important;width:100%!important;display:block!important;overflow-x:auto!important}[data-testid=suggested-actions]>div{visibility:visible!important;display:flex!important}[data-testid=suggested-actions] button{visibility:visible!important;opacity:1!important;display:inline-flex!important}}
@font-face{font-family:fontHeading;src:url(../media/CalSans_SemiBold-s.p.4d9d14e3.woff2)format("woff2");font-display:swap}@font-face{font-family:fontHeading Fallback;src:local(Arial);ascent-override:98.6%;descent-override:19.72%;line-gap-override:0.0%;size-adjust:101.42%}.fontheading_82debfef-module__MkcH8W__className{font-family:fontHeading,fontHeading Fallback}.fontheading_82debfef-module__MkcH8W__variable{--font-heading:"fontHeading","fontHeading Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_c15e96cb-module__0bjUvq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_c15e96cb-module__0bjUvq__variable{--font-inter:"Inter","Inter Fallback"}
@font-face{font-family:geistFont;src:url(../media/Geist_VariableFont_wght-s.p.a5ab7531.ttf)format("truetype");font-display:swap;font-weight:100 900;font-style:normal}@font-face{font-family:geistFont Fallback;src:local(Arial);ascent-override:94.47%;descent-override:27.73%;line-gap-override:0.0%;size-adjust:106.39%}.geistfont_1f5efa3c-module__cUfK0q__className{font-family:geistFont,geistFont Fallback}.geistfont_1f5efa3c-module__cUfK0q__variable{--font-geist:"geistFont","geistFont Fallback"}
@font-face{font-family:geistMonoFont;src:url(../media/geist_mono-s.p.0d094a08.woff2)format("woff2");font-display:swap;font-weight:100 900;font-style:normal}@font-face{font-family:geistMonoFont Fallback;src:local(Arial);ascent-override:76.43%;descent-override:22.43%;line-gap-override:0.0%;size-adjust:131.49%}.geistmonofont_c1158393-module__c88bUG__className{font-family:geistMonoFont,geistMonoFont Fallback}.geistmonofont_c1158393-module__c88bUG__variable{--font-geist-mono:"geistMonoFont","geistMonoFont Fallback"}
