.Chat__container{position:relative;overflow-y:auto;scroll-behavior:auto;flex-direction:column;justify-content:center;align-items:center}.Chat__container,.Chat__header{width:100%;height:100%;display:flex}.Chat__header{justify-content:flex-start;align-items:flex-end;padding:2rem 0}.Chat__content{flex:1 1 auto;max-width:720px;min-height:100%;padding:4rem 1rem 0;margin:0 auto;gap:2rem}.Chat__content,.Chat__question-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.Chat__question-container{transition:transform 1s}.Chat__streaming-question{width:100%;font-size:2.25rem;font-weight:600;line-height:1.2;color:var(--clr-text,#000);text-align:left;margin-bottom:2rem;min-height:3rem;white-space:pre-wrap}@media(max-width:768px){.Chat__streaming-question{font-size:1.75rem;margin-bottom:1.5rem}}@media(max-width:480px){.Chat__streaming-question{font-size:1.5rem;margin-bottom:1rem}}.Chat__link{color:var(--clr-primary,#0066cc);text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.Chat__link:hover{opacity:.7}.Chat__skeleton-container{width:100%;margin:1.5rem 0}.Chat__loading-container{width:100%;display:flex;justify-content:flex-start;align-items:center;padding:2rem 0;min-height:3rem}.Chat__loading-dots{display:flex;gap:.5rem;align-items:center}.Chat__loading-dots span{width:8px;height:8px;background-color:var(--clr-text,#000);border-radius:50%;opacity:.4;animation:loading-dots 1.4s ease-in-out infinite}.Chat__loading-dots span:first-child{animation-delay:-.32s}.Chat__loading-dots span:nth-child(2){animation-delay:-.16s}.Chat__loading-dots span:nth-child(3){animation-delay:0s}.Chat__input-container{display:flex;flex-grow:1;height:100%;width:100%;transition:transform 1s}.Chat__input{width:100%;height:100%;max-width:720px;max-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.Chat__custom-button{display:flex;width:100%;align-items:flex-start}.Chat__custom-button-inner{display:flex;justify-content:center;align-items:center;gap:.625rem;background:#000;padding:.75rem 2.75rem;border-radius:99px}.Chat__custom-button-inner:hover{background-color:#333}.Chat__custom-button-text{color:#fff;font-size:1.25rem;font-weight:500;font-family:planc-medium,sans-serif;line-height:1.5rem}.is-hidden{display:none}.animate-fade-in{opacity:0;transform:translateY(200px);transition:opacity .3s ease,transform .3s ease}.animate-fade-in.is-visible{opacity:1;transform:translateY(0)}@keyframes loading-dots{0%,80%,to{opacity:.4;transform:scale(1)}40%{opacity:1;transform:scale(1.2)}}.start-wrapper{font-family:var(--ff-regular);color:var(--clr-text);height:100%;width:100%;padding:2rem!important}.start-wrapper .start-container{height:100%;width:100%;max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;gap:2rem}.start-wrapper .header-container{display:flex;flex-direction:column;justify-content:center}.start-wrapper .content-container{display:flex;flex-direction:column;justify-content:end;align-items:start;gap:1.5rem}.start-wrapper .content-container .title-container{display:flex;justify-content:flex-start;align-items:center;align-self:stretch;gap:1rem}.start-wrapper .content-container .title-container .title{font-family:var(--ff-semibold);font-size:2rem;line-height:1.2}@media screen and (min-width:1024px){.start-wrapper .content-container .title-container .title{font-size:4rem;line-height:1.3}}.start-wrapper .content-container .welcome-text{font-size:1.25rem;font-weight:500;line-height:1.5;opacity:.5}.start-wrapper .footer-wrapper .button-group{display:flex;flex-direction:column;gap:.75rem}@media screen and (min-width:640px){.start-wrapper .footer-wrapper .button-group{flex-direction:row;gap:1rem}}