@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Mono:wght@400;500&display=swap";:root{--chatbot-bg-primary:#faf8f5;--chatbot-bg-surface:#fff;--chatbot-bg-subtle:#f8fafc;--chatbot-bg-deep:#e2e8f0;--chatbot-bg-user-bubble:#cce3f1;--chatbot-bg-selected:var(--chatbot-bg-deep);--chatbot-text-primary:#0f172a;--chatbot-text-secondary:#3f5564;--chatbot-text-muted:#94a3b8;--chatbot-text-on-accent:#fff;--chatbot-text-user-bubble:#333;--chatbot-accent:#0077bc;--chatbot-accent-hover:#005e94;--chatbot-accent-subtle:#0077bc14;--chatbot-pulse-color:#0077bc66;--chatbot-success:#1e7813;--chatbot-error:#b53232;--chatbot-info:#0077bc;--chatbot-border:#33415514;--chatbot-border-strong:#33415529;--chatbot-shadow-sm:0 1px 2px #0000000d;--chatbot-shadow-md:0 2px 8px #00000014, 0 0 0 .5px #0000000f;--chatbot-shadow-lg:0 4px 24px #0000001f;--chatbot-radius-sm:6px;--chatbot-radius-md:10px;--chatbot-radius-full:9999px;--chatbot-transition-fast:.15s ease-out;--chatbot-weight-normal:400;--chatbot-weight-medium:450;--chatbot-weight-semibold:550;--chatbot-weight-bold:600}[data-theme=dark]{--chatbot-bg-primary:#262524;--chatbot-bg-surface:#302f2d;--chatbot-bg-subtle:#1f1e1d;--chatbot-bg-deep:#0e0e0d;--chatbot-bg-user-bubble:#3a3936;--chatbot-bg-selected:#ffffff0f;--chatbot-text-primary:#faf9f5;--chatbot-text-secondary:#c1beae;--chatbot-text-muted:#9b9890;--chatbot-text-on-accent:#fff;--chatbot-text-user-bubble:var(--chatbot-text-primary);--chatbot-accent:#0077bc;--chatbot-accent-hover:#005e94;--chatbot-accent-subtle:#0077bc14;--chatbot-pulse-color:#0077bc66;--chatbot-border:#faf9f514;--chatbot-border-strong:#faf9f529;--chatbot-shadow-sm:0 1px 2px #0003;--chatbot-shadow-md:0 2px 8px #0000004d, 0 0 0 .5px #ffffff0d;--chatbot-shadow-lg:0 4px 24px #0006;--chatbot-weight-normal:380;--chatbot-weight-medium:420;--chatbot-weight-semibold:530;--chatbot-weight-bold:570}.chatbot-scroll-hidden{scrollbar-width:none;-ms-overflow-style:none}.chatbot-scroll-hidden::-webkit-scrollbar{display:none}:root{--chatbot-font-sans:"Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--chatbot-font-serif:"Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--chatbot-font-mono:"Roboto Mono", ui-monospace, "SF Mono", "Cascadia Code", "Consolas", monospace;--chatbot-text-xs:.6875rem;--chatbot-text-sm:.75rem;--chatbot-text-base:.875rem;--chatbot-text-md:1rem;--chatbot-text-lg:1.125rem;--chatbot-text-xl:1.25rem;--chatbot-text-2xl:1.5rem;--chatbot-leading-tight:1.2;--chatbot-leading-normal:1.4;--chatbot-leading-relaxed:1.6;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,Roboto,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{background-color:var(--chatbot-bg-primary);color:var(--chatbot-text-primary)}.chatbot-web-container{background:var(--chatbot-bg-primary);width:100%;height:100%;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);justify-content:center;display:flex}.chatbot-web-main{width:100%;max-width:768px;height:100%;padding-bottom:env(safe-area-inset-bottom);flex-direction:column;display:flex}@media (width>=600px) and (width<=1024px){.chatbot-web-container{padding-left:16px;padding-right:16px}}@media (width>=1025px){.chatbot-web-container{padding-left:24px;padding-right:24px}}@media (height<=500px){.chatbot-web-main{padding-bottom:0}}.chatbot-web-main *{scroll-behavior:smooth}@media (hover:none) and (pointer:coarse){textarea{font-size:16px!important}}
