.loading-dots-module__6vOaLG__loading{align-items:center;transition:opacity .3s ease-in;display:inline-flex}@starting-style{.loading-dots-module__6vOaLG__loading{opacity:0}}.loading-dots-module__6vOaLG__loading .loading-dots-module__6vOaLG__spacer{margin-right:2px}.loading-dots-module__6vOaLG__loading span{border-radius:50%;width:5px;height:5px;margin:0 1px;animation-name:loading-dots-module__6vOaLG__blink;animation-duration:1.4s;animation-iteration-count:infinite;animation-fill-mode:both;display:inline-block}.loading-dots-module__6vOaLG__loading span:nth-of-type(2){animation-delay:.2s}.loading-dots-module__6vOaLG__loading span:nth-of-type(3){animation-delay:.4s}@keyframes loading-dots-module__6vOaLG__blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}
.loading-spinner-module__AeaMiW__spinner{color:gray;width:70px;height:70px;display:inline-block;position:relative;transform:scale(.3)translate(76px)translateY(-5px)}.loading-spinner-module__AeaMiW__spinner div{transform-origin:40px 40px;animation:1.2s linear infinite loading-spinner-module__AeaMiW__spinner}.loading-spinner-module__AeaMiW__spinner div:after{content:" ";background:#000;border-radius:20%;width:6px;height:20px;display:block;position:absolute;top:5px;left:37px}@media (prefers-color-scheme:dark){.loading-spinner-module__AeaMiW__spinner div:after{background:#fff}}.loading-spinner-module__AeaMiW__spinner div:first-child{animation-delay:-1.1s;transform:rotate(0)}.loading-spinner-module__AeaMiW__spinner div:nth-child(2){animation-delay:-1s;transform:rotate(30deg)}.loading-spinner-module__AeaMiW__spinner div:nth-child(3){animation-delay:-.9s;transform:rotate(60deg)}.loading-spinner-module__AeaMiW__spinner div:nth-child(4){animation-delay:-.8s;transform:rotate(90deg)}.loading-spinner-module__AeaMiW__spinner div:nth-child(5){animation-delay:-.7s;transform:rotate(120deg)}.loading-spinner-module__AeaMiW__spinner div:nth-child(6){animation-delay:-.6s;transform:rotate(150deg)}.loading-spinner-module__AeaMiW__spinner div:nth-child(7){animation-delay:-.5s;transform:rotate(180deg)}.loading-spinner-module__AeaMiW__spinner div:nth-child(8){animation-delay:-.4s;transform:rotate(210deg)}.loading-spinner-module__AeaMiW__spinner div:nth-child(9){animation-delay:-.3s;transform:rotate(240deg)}.loading-spinner-module__AeaMiW__spinner div:nth-child(10){animation-delay:-.2s;transform:rotate(270deg)}.loading-spinner-module__AeaMiW__spinner div:nth-child(11){animation-delay:-.1s;transform:rotate(300deg)}.loading-spinner-module__AeaMiW__spinner div:nth-child(12){animation-delay:0s;transform:rotate(330deg)}@keyframes loading-spinner-module__AeaMiW__spinner{0%{opacity:1}to{opacity:0}}
.chat-module__Y1g7Zq__chatContainer{background:var(--container-bg);border:0;flex-direction:column;flex:1;min-width:0;max-width:800px;height:100%;max-height:100vh;margin:0;padding:0;display:flex;position:relative;overflow:hidden;container-type:inline-size}.chat-module__Y1g7Zq__chatContainer p{font-size:16px}@container (max-width:400px){.chat-module__Y1g7Zq__chatContainer p{font-size:14px}}.chat-module__Y1g7Zq__demo .chat-module__Y1g7Zq__chatContainer{opacity:1;transition-behavior:allow-discrete;max-width:fit-content;transition:opacity 1s ease-in}@starting-style{.chat-module__Y1g7Zq__demo .chat-module__Y1g7Zq__chatContainer{opacity:0}}.chat-module__Y1g7Zq__input{background:0 0;padding:10px 14px;transition:height .2s ease-in-out}.chat-module__Y1g7Zq__inputForm{flex-flow:column wrap;gap:12px;width:100%;display:flex}.chat-module__Y1g7Zq__inputGroup{grow:1;background:#fffc;border:2px solid #e0e0e0;border-radius:15px;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-end;padding:2px 58px 2px 2px;display:flex;position:relative}.chat-module__Y1g7Zq__inputGroup:has(.chat-module__Y1g7Zq__input:focus){border-color:#999;box-shadow:0 0 #0000;outline:none!important}.chat-module__Y1g7Zq__input{color:#333;grow:1;border:none;border-radius:15px;padding-left:10px;font-size:1em}.chat-module__Y1g7Zq__input:focus{box-shadow:none;border:none;outline:none}.chat-module__Y1g7Zq__button{background-color:var(--button-bg);color:var(--button-text);border-radius:var(--border-radius);border:none;justify-content:center;align-items:center;width:72px;padding:8px 12px;transition:background-color .3s ease-in-out;display:flex}.chat-module__Y1g7Zq__messages{flex-direction:column;flex:1;gap:15px;min-height:0;padding:10px;display:flex;overflow-y:auto}.chat-module__Y1g7Zq__messages>:first-child{margin-top:auto}.chat-module__Y1g7Zq__userMessage,.chat-module__Y1g7Zq__assistantMessage,.chat-module__Y1g7Zq__codeMessage{overflow-wrap:break-word;border-radius:15px;align-self:flex-start;max-width:90%;padding:8px 16px}@media screen and (max-width:400px){.chat-module__Y1g7Zq__userMessage,.chat-module__Y1g7Zq__assistantMessage,.chat-module__Y1g7Zq__codeMessage{max-width:95%}}.chat-module__Y1g7Zq__assistantHeader{align-items:center;gap:.375rem;max-width:80%;margin-bottom:.5rem;display:flex}@media screen and (max-width:400px){.chat-module__Y1g7Zq__assistantHeader{max-width:95%}}.chat-module__Y1g7Zq__assistantMessage img{border-radius:8px;max-width:100%;margin:8px 0}.chat-module__Y1g7Zq__userMessage{color:var(--user-message-text);background-color:var(--user-message-bg);transform-origin:bottom;align-self:flex-end;transition:all 50ms;transform:scaleY(1)}@starting-style{.chat-module__Y1g7Zq__userMessage{transform:scaleY(0)}}.chat-module__Y1g7Zq__assistantMessage{background-color:var(--assistant-message-bg);color:var(--assistant-message-text);border:1px solid hsl(from var(--assistant-message-bg)h s calc(l*.95));border-radius:15px;max-width:80%;padding:8px 16px}@media screen and (max-width:400px){.chat-module__Y1g7Zq__assistantMessage{max-width:95%}}.chat-module__Y1g7Zq__assistantMessage{overflow-x:auto}.chat-module__Y1g7Zq__assistantMessage h1{letter-spacing:-.025em;margin-top:1.5rem;margin-bottom:1rem;font-size:1.875rem;font-weight:700;line-height:2.25rem}.chat-module__Y1g7Zq__assistantMessage h2{letter-spacing:-.025em;margin-top:1.25rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:600;line-height:2rem}.chat-module__Y1g7Zq__assistantMessage h3{margin-top:1rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:600;line-height:1.75rem}.chat-module__Y1g7Zq__assistantMessage h4{margin-top:.75rem;margin-bottom:.5rem;font-size:1.125rem;font-weight:600;line-height:1.75rem}.chat-module__Y1g7Zq__assistantMessage h5{margin-top:.5rem;margin-bottom:.5rem;font-size:1rem;font-weight:600;line-height:1.5rem}.chat-module__Y1g7Zq__assistantMessage h6{text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;line-height:1.25rem}.chat-module__Y1g7Zq__assistantMessage h1+p,.chat-module__Y1g7Zq__assistantMessage h2+p,.chat-module__Y1g7Zq__assistantMessage h3+p,.chat-module__Y1g7Zq__assistantMessage h4+p,.chat-module__Y1g7Zq__assistantMessage h5+p,.chat-module__Y1g7Zq__assistantMessage h6+p{margin-top:.5rem}.chat-module__Y1g7Zq__assistantMessage h1,.chat-module__Y1g7Zq__assistantMessage h2{border-bottom:1px solid hsl(from var(--assistant-message-bg)h s calc(l*.9));padding-bottom:.5rem}.chat-module__Y1g7Zq__assistantMessage table{caption-side:bottom;border-collapse:collapse;white-space:nowrap;table-layout:fixed;width:auto;font-size:.875rem}.chat-module__Y1g7Zq__assistantMessage table thead{display:table-header-group}.chat-module__Y1g7Zq__assistantMessage table tbody{display:table-row-group}.chat-module__Y1g7Zq__assistantMessage table th,.chat-module__Y1g7Zq__assistantMessage table td{vertical-align:middle;text-align:left;white-space:nowrap;padding:.5rem}.chat-module__Y1g7Zq__assistantMessage table th:first-child{width:100px}.chat-module__Y1g7Zq__assistantMessage table tbody tr:nth-child(odd){background-color:#8080801a}.chat-module__Y1g7Zq__assistantMessage table tbody tr:nth-child(2n){background-color:#0000}.chat-module__Y1g7Zq__assistantMessage caption{color:hsl(var(--muted-foreground));margin-top:1rem;font-size:.875rem}.chat-module__Y1g7Zq__assistantMessage thead tr{border-bottom:1px solid}.chat-module__Y1g7Zq__assistantMessage tbody tr:last-child{border-bottom:0}.chat-module__Y1g7Zq__assistantMessage tr{border-bottom:1px solid;transition:background-color .2s}.chat-module__Y1g7Zq__assistantMessage tr:hover{background-color:hsl(var(--muted)/.5)}.chat-module__Y1g7Zq__assistantMessage tr[data-state=selected]{background-color:hsl(var(--muted))}.chat-module__Y1g7Zq__assistantMessage th{text-align:left;vertical-align:middle;height:2.5rem;color:hsl(var(--muted-foreground));padding:0 .5rem;font-weight:500}.chat-module__Y1g7Zq__assistantMessage th:has([role=checkbox]){padding-right:0}.chat-module__Y1g7Zq__assistantMessage th>[role=checkbox]{transform:translateY(2px)}.chat-module__Y1g7Zq__assistantMessage td{vertical-align:middle;padding:.5rem}.chat-module__Y1g7Zq__assistantMessage td:has([role=checkbox]){padding-right:0}.chat-module__Y1g7Zq__assistantMessage td>[role=checkbox]{transform:translateY(2px)}.chat-module__Y1g7Zq__assistantMessage tfoot{background-color:hsl(var(--muted)/.5);border-top:1px solid;font-weight:500}.chat-module__Y1g7Zq__assistantMessage tfoot tr:last-child{border-bottom:0}.chat-module__Y1g7Zq__codeMessage{counter-reset:line;background-color:#e9e9e9;padding:10px 16px;font-family:monospace}.chat-module__Y1g7Zq__codeMessage>div{margin-top:4px}.chat-module__Y1g7Zq__codeMessage span{color:#b8b8b8;margin-right:8px}.chat-module__Y1g7Zq__conversationStarters{transition-behavior:allow-discrete;flex-wrap:wrap;justify-content:center;justify-items:center;gap:10px;margin-top:10px;padding:0 10px;transition:opacity .3s ease-in,display .3s ease-in;display:flex}@starting-style{.chat-module__Y1g7Zq__conversationStarters{opacity:0}}.chat-module__Y1g7Zq__conversationStarters button{border:1px solid var(--conversation-starter-border,color-mix(in hsl,var(--button-bg)50%,transparent));background-color:var(--conversation-starter-bg,color-mix(in hsl,var(--button-bg)5%,transparent));color:var(--button-bg);border-radius:8px;padding:6px 10px;font-size:14px;font-weight:600;transition:all .2s ease-in-out}.chat-module__Y1g7Zq__conversationStarters button:hover{background-color:var(--conversation-starter-bg-hover,color-mix(in hsl,var(--button-bg)10%,transparent));border:1px solid var(--conversation-starter-border-hover,color-mix(in hsl,var(--button-bg)90%,transparent))}[data-bgisdark=true] .chat-module__Y1g7Zq__conversationStarters button{--conversation-starter-bg:color-mix(in hsl,var(--button-bg)10%,white);--conversation-starter-bg-hover:color-mix(in hsl,var(--button-bg)15%,white);--conversation-starter-border:color-mix(in hsl,var(--button-bg)90%,white);--conversation-starter-border-hover:color-mix(in hsl,var(--button-bg)95%,white)}.chat-module__Y1g7Zq__inputArea{background:var(--container-bg);z-index:10;shrink:0;flex-direction:column;gap:4px;padding:4px 10px;display:flex;position:sticky;bottom:0}.chat-module__Y1g7Zq__inputGroup .chat-module__Y1g7Zq__button{width:60px;height:44px;transition:all .3s ease-in-out;position:absolute;bottom:2px;right:2px}.chat-module__Y1g7Zq__inputGroup .chat-module__Y1g7Zq__button:hover{background-color:color-mix(in hsl,var(--button-bg)80%,white)}.chat-module__Y1g7Zq__inputGroup .chat-module__Y1g7Zq__button svg{transition:transform .3s ease-in-out}.chat-module__Y1g7Zq__inputGroup .chat-module__Y1g7Zq__button:hover svg{-webkit-transform:rotate(-46deg);-ms-transform:rotate(-46deg);transition:transform .3s ease-in-out;transform:rotate(-46deg)translate(-3px,3px)}.chat-module__Y1g7Zq__inputGroup .chat-module__Y1g7Zq__button:disabled{background-color:color-mix(in hsl,var(--button-bg)50%,white);transition:none}.chat-module__Y1g7Zq__inputGroup .chat-module__Y1g7Zq__button:disabled:hover{background-color:color-mix(in hsl,var(--button-bg)50%,white)}.chat-module__Y1g7Zq__inputGroup .chat-module__Y1g7Zq__button:disabled svg,.chat-module__Y1g7Zq__inputGroup .chat-module__Y1g7Zq__button:disabled:hover svg,.chat-module__Y1g7Zq__inputGroup .chat-module__Y1g7Zq__button:disabled:hover svg{transition:none;transform:none}.chat-module__Y1g7Zq__paperclip{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:background-color .3s ease-in-out;display:flex}.chat-module__Y1g7Zq__paperclip:hover{background-color:hsl(from var(--button-bg)h s 90%)}.chat-module__Y1g7Zq__paperclipLoading{border-radius:13px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.chat-module__Y1g7Zq__endRef{position:absolute;bottom:0}@media (prefers-reduced-motion:reduce){.chat-module__Y1g7Zq__button,.chat-module__Y1g7Zq__conversationStarters button,.chat-module__Y1g7Zq__inputGroup button,.chat-module__Y1g7Zq__inputGroup button svg,.chat-module__Y1g7Zq__inputGroup button:hover svg .chat-module__Y1g7Zq__paperclip,.chat-module__Y1g7Zq__paperclip:hover{transition:none!important;animation:none!important;transform:none!important}}.chat-module__Y1g7Zq__assistantMessage p{opacity:1;transition-behavior:allow-discrete;transition:opacity .3s ease-in}@starting-style{.chat-module__Y1g7Zq__assistantMessage p{opacity:0}}.chat-module__Y1g7Zq__assistantMessage p:not(:last-child){margin-bottom:1rem}.chat-module__Y1g7Zq__assistantMessage a{color:var(--assistant-message-text)!important}.chat-module__Y1g7Zq__assistantMessage ol{list-style-type:decimal;list-style-position:inside}.chat-module__Y1g7Zq__assistantMessage li{margin-bottom:1rem;position:relative}.chat-module__Y1g7Zq__assistantMessage li::marker{width:auto;margin-right:8px;display:inline-block}.chat-module__Y1g7Zq__assistantMessage li>p{display:inline}.chat-module__Y1g7Zq__assistantMessage ul{margin-top:.5rem;margin-bottom:.5rem;margin-left:1.25rem;list-style-type:disc;list-style-position:outside}.chat-module__Y1g7Zq__assistantMessage ul ul{margin-left:1.25rem;list-style-type:circle}.chat-module__Y1g7Zq__assistantMessage ul ul ul{margin-left:1.25rem;list-style-type:square}.chat-module__Y1g7Zq__assistantMessage ul li{margin-bottom:.5rem;padding-left:.25rem}.chat-module__Y1g7Zq__assistantMessage ul li::marker{color:hsl(var(--muted-foreground))}.chat-module__Y1g7Zq__assistantMessage ol li:last-child,.chat-module__Y1g7Zq__assistantMessage ul li:last-child{margin-bottom:.2rem}.chat-module__Y1g7Zq__assistantMessage ul+p,.chat-module__Y1g7Zq__assistantMessage ol+p{margin-top:1rem}.chat-module__Y1g7Zq__assistantMessage p+ul,.chat-module__Y1g7Zq__assistantMessage p+ol{margin-top:.5rem}
