@import"https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";.chat-input-container{display:flex;gap:1rem}.chat-input-container input{width:100%;padding-inline:.75rem;font-weight:400;color:#3a4257}@media (max-width: 768px){.chat-input-container{gap:.5rem}}.chat-input-container button{min-width:10ch;background-color:#dee9f6;border:#cadcf1 solid .1rem;border-radius:.5rem;padding:.5rem;color:#396eb0;font-weight:600;font-family:Rubik,"sans-serif";cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem;transition:all .2s ease}.chat-input-container button:hover{background-color:#cadcf1;scale:1.03}.chat-input-container button:active{scale:.99}.chat-input-container button:disabled{background-color:#b6ceeb;color:#2d5689;cursor:not-allowed;scale:1}@media (max-width: 768px){.chat-input-container button{min-width:5ch}.chat-input-container button span{display:none}}.chat-input-container input{font-family:Rubik,"sans-serif";background-color:#eaedf1;border:#dee0e3 solid .1rem;border-radius:.5rem;padding:.5rem;font-size:1rem;outline:none}.chat-layout-container{box-sizing:border-box;background-color:#f9fafb;border:#ecedef solid .1rem;padding:1.5rem;border-radius:.5rem;display:flex;flex-direction:column;height:100%;gap:1rem}.chat-layout-container :where(section[role=messages]){align-content:center;position:relative;height:100%}.chat-layout-container form[role=chat-input]{min-height:3rem;display:flex;gap:1rem}.chat-layout-container form[role=chat-input] input{width:100%;padding-inline:.75rem;font-weight:400;color:#3a4257}@media (max-width: 768px){.chat-layout-container form[role=chat-input]{gap:.5rem}}@media (max-width: 768px){.chat-layout-container{padding:.5rem}}.chat-layout-ref{flex:1;list-style-type:none;overflow:auto;clear:both;word-break:break-word;background-color:#4c4c71;margin-block:.5rem;border-radius:1rem 1rem 1rem 0rem;bottom:0;flex-shrink:1}.chat-layout-event{height:78vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#4f5975;gap:1rem}@media (max-width: 768px){.chat-layout-event{height:75vh}}.chat-bubble-container{flex:1;list-style-type:none;min-width:2rem;max-width:90ch;overflow:auto;clear:both;word-break:break-word;background-color:#dee9f6;border:1px solid #b6ceeb;color:#4f5975;padding:1rem;margin-block:.5rem;min-height:1rem;border-radius:1rem 1rem 1rem 0rem;bottom:0;flex-shrink:1;position:relative;z-index:1}.chat-bubble-table{width:max-content;max-width:120ch!important}@media (max-width: 768px){.chat-bubble-table{min-width:2rem;max-width:35ch!important}}.chat-bubble-error{background-color:#f05656;color:#dee9f6}.chat-bubble-container[role=user]{background-color:#f9fafb;border:1px solid #dae1e7;border-radius:1rem 1rem 0rem;float:right}.chat-bubble-container[role=assistant]{float:left}.chat-bubble-author{position:absolute;bottom:-1rem;left:1rem;z-index:2;float:right}.chat-bubble-error{background-color:#f05656}.chat-bubble-loader{animation:chat-bubble-color-change .7s infinite alternate}@keyframes chat-bubble-color-change{0%{background-color:#dee9f6}to{background-color:#f9fafb}}.chat-message-thread-container{padding-inline:1rem;height:78vh}@media (max-width: 768px){.chat-message-thread-container{height:75vh}}.chat-message-thread-scroll{overflow-y:auto}.chat-message-thread-scroll::-webkit-scrollbar{height:4px;width:4px;border:1px solid #d5d5d5}.chat-message-thread-scroll::-webkit-scrollbar-track{background-color:#f1f1f1}.chat-message-thread-scroll::-webkit-scrollbar-thumb{background-color:#888;border-radius:3px}.chat-message-thread-scroll::-webkit-scrollbar-thumb:hover{background-color:#555}.chat-message-thread-ref{flex:1;list-style-type:none;overflow:auto;clear:both;word-break:break-word;background-color:#4c4c71;margin-block:.5rem;border-radius:1rem 1rem 1rem 0rem;bottom:0;flex-shrink:1}.chat-message-thread-error{color:#4f5975;float:left;overflow:auto;clear:both}.chat-intro-message-container{color:#797996;display:flex;flex-direction:column;justify-content:center;padding-inline:1rem;align-items:center;font-size:5em;text-align:center}.chat-intro-message-container h1{font-size:1.5rem}.chat-intro-message-container h6{font-size:1rem;font-weight:400}@media (max-width: 768px){.chat-intro-message-container{height:75vh}}.chat-header-container{display:flex;justify-content:space-between}.chat-header-container section{width:100%}.chat-header-container section:nth-of-type(1){display:flex;flex:3;align-items:center;justify-self:flex-start;font-size:.8rem}.chat-header-container section:nth-of-type(1) span{padding-inline:.5rem;padding-block:.1rem;margin-right:.5rem;font-size:.9rem;border-radius:.3rem;border:.1rem solid #b6ceeb;background-color:#dee9f6}.chat-header-container section:nth-of-type(2){display:flex;flex:1;gap:.5rem;justify-content:flex-end}@media (min-width: 768px){.chat-header-container section:nth-of-type(2){display:none}}.chat-header-container button{aspect-ratio:1;height:3rem;border-radius:.3rem;background-color:#f9fafb;border:#dae1e7 solid .1rem;cursor:pointer;transition:all .2s ease-in-out}.chat-header-container button svg{height:1rem;color:#4f5975}.chat-header-container button:hover{scale:1.03;background-color:#dae1e7}.chat-header-container button:active{scale:.98}.chats-page-container{width:100%;height:100%;display:flex;flex-direction:column;padding:0 1rem}.chats-page-container header{display:flex;color:#4f5975;padding-bottom:1rem;align-items:center}.chats-page-container header img{width:3rem;height:3rem;object-fit:contain;margin-inline-end:.5rem}@media (max-width: 768px){.chats-page-container header img{width:2rem;height:2rem}}.chats-page-container main{height:100%;display:flex;box-sizing:border-box}.chats-page-container main>div{flex:3;display:flex;flex-direction:column}.chats-page-container main>aside{display:flex;flex:1}@media (max-width: 768px){.chats-page-container{flex-direction:column;padding-inline:1rem}.chats-page-container>header{font-size:.6rem}.chats-page-container>main>aside{display:none}}:export{primaryDarker:#101828;primaryGreyDark:#6e6e6e;primaryGrey:#d0d5dd;primaryDark:#4f5975;primary:#396eb0;primaryLight:#dee9f6;primaryLighter:#f9fafb;error:hsl(0,84%,64%)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}a{all:unset}html{font-family:Assistant,sans-serif;font-family:Rubik,sans-serif;color:#e1e8ff;height:100%;max-height:100vh}body{height:100vh;font-family:Assistant,sans-serif;max-width:1200px;margin-inline:auto;padding-block:1rem}#root{height:100%}*[data-hidden=all]{display:none}@media (max-width: 800px){*[data-hidden=mobile]{display:none}}@media (min-width: 800px){*[data-hidden=desktop]{display:none}}
