.page-module___8aEwW__smallButton{all:unset;text-align:center;border-radius:10px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex}.page-module___8aEwW__smallButton:hover{background:rgba(0,0,0,.05);background:color(display-p3 0 0 0/.05);background:lab(0% 0 0/.05)}.page-module___8aEwW__page{flex-direction:column;align-items:stretch;height:100dvh;display:flex}.page-module___8aEwW__sidebar{z-index:1;background:#f9f9f9;border-right:1px solid #e3e3e3;width:100%;max-width:260px;height:100%;transition:all .6s cubic-bezier(.4,0,.2,1);position:fixed;transform:translate(-100%)}.page-module___8aEwW__sidebarOpen{transform:translate(0);box-shadow:20px 0 60px rgba(0,0,0,.05)}.page-module___8aEwW__sidebarHeader{justify-content:space-between;align-items:center;margin-bottom:1em;padding:12px 14px;display:flex}.page-module___8aEwW__sidebarMenu{flex-direction:column;gap:8px;padding:0 6px;display:flex}.page-module___8aEwW__chatsHeading{opacity:.5;margin-top:1em;margin-left:12px}.page-module___8aEwW__newChatButton{cursor:pointer;cursor:pointer;border-radius:10px;align-items:center;gap:5px;margin-bottom:0;padding:10px 12px;display:flex}.page-module___8aEwW__newChatButton:hover,.page-module___8aEwW__chatLink:hover{background:#eaeaea}.page-module___8aEwW__sidebarFooter{align-items:center;gap:.6em;width:100%;padding:14px;display:flex;position:absolute;bottom:0;left:0;right:0}.page-module___8aEwW__sidebarFooterInfo{flex-direction:column;flex:1;gap:.2em;display:flex}.page-module___8aEwW__userAvatar{background:linear-gradient(135deg,#e51e1e 0%,#fabada 50%,#59ff00 100%);border-radius:50%;width:36px;height:36px}.page-module___8aEwW__username{font-size:15px}.page-module___8aEwW__tier{opacity:.5;font-size:15px}.page-module___8aEwW__mainHeader{background:#fff;border-bottom:1px solid #fff;justify-content:space-between;align-items:center;gap:15px;width:100%;padding:10px;display:flex;position:fixed;top:0}.page-module___8aEwW__chatName{flex:1;font-size:18px}.page-module___8aEwW__chatLink{max-lines:1;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;border-radius:10px;padding:10px 12px;overflow:hidden}.page-module___8aEwW__activeChatLink{background:#eaeaea}.page-module___8aEwW__version{color:#8f8f8f}.page-module___8aEwW__main{flex-direction:column;justify-content:center;width:100%;height:100%;margin-top:50px;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex}.page-module___8aEwW__sidebarOpen+.page-module___8aEwW__main{opacity:.5}.page-module___8aEwW__chatMain{flex-direction:column;justify-content:center;align-items:stretch;width:100%;max-width:770px;height:calc(100svh - 50px);margin:0 auto;padding:0 16px;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex}.page-module___8aEwW__welcomeMessage{text-align:center;margin-top:-10em;margin-bottom:1em;font-size:28px}.page-module___8aEwW__disclaimer{display:none}.page-module___8aEwW__disclaimer a{text-decoration:underline}.page-module___8aEwW__inputContainer{border:1px solid #ccc;border-radius:29px;align-items:center;gap:15px;height:58px;padding:0 10px 0 26px;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 3px 4px rgba(0,0,0,.05)}.page-module___8aEwW__input{all:unset;flex:1}.page-module___8aEwW__input[disabled]{opacity:.5}.page-module___8aEwW__sendButton{opacity:1;background:#000;border:none;border-radius:50%;flex:0 0 36px;height:36px;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.page-module___8aEwW__sendButton[disabled]{opacity:0}.page-module___8aEwW__sendButton svg{transform:translateY(2px)}.page-module___8aEwW__logoButton>img{opacity:.7;width:24px;height:24px;margin:0}button.page-module___8aEwW__toggleMenuButton{display:none}.page-module___8aEwW__sidebarOpen button.page-module___8aEwW__toggleMenuButton{display:block}.page-module___8aEwW__chatMainWithMessages .page-module___8aEwW__messages{height:calc(100% - 100px);padding-top:14px;padding-bottom:20px;overflow-y:auto}.page-module___8aEwW__chatMainWithMessages .page-module___8aEwW__welcomeMessage{display:none}.page-module___8aEwW__chatMainWithMessages .page-module___8aEwW__disclaimer{text-align:center;color:#5d5d5d;margin:10px 0;font-size:12px;display:block}.page-module___8aEwW__message:nth-child(odd){background-color:#f4f4f4;border-radius:10px;width:-moz-fit-content;width:fit-content;margin-left:auto;padding:5px 10px;font-size:16px;animation:none}.page-module___8aEwW__message{text-align:start;max-width:75%;text-overflow:hidden;white-space:nowrap;--chars:60;--typing:2.4s;animation:page-module___8aEwW__typing var(--typing)steps(var(--chars),end)both;background-color:transparent;margin-bottom:2.5rem;margin-left:0;line-height:1.5;overflow:hidden}@keyframes page-module___8aEwW__typing{0%{width:0}to{width:calc(var(--chars)*1ch)}}.page-module___8aEwW__spinner{align-items:center;gap:3px;display:flex}@keyframes page-module___8aEwW__gradient-slide{0%{background-position:100%}to{background-position:0%}}.page-module___8aEwW__spinner span{color:transparent;-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#000,#cfcdcd 40%,#cfcdcd 45%,#000);background-position:0%;background-size:400% 100%;-webkit-background-clip:text;background-clip:text;animation:2.4s cubic-bezier(.4,0,.2,1) infinite page-module___8aEwW__gradient-slide}@media (min-width:960px){.page-module___8aEwW__page{flex-direction:row}.page-module___8aEwW__mobileMenuToggle{display:none}.page-module___8aEwW__sidebar{box-shadow:none;color:transparent;width:50px;position:static;overflow:hidden;transform:translate(0)}.page-module___8aEwW__sidebarOpen{color:#000;width:100%}.page-module___8aEwW__sidebarOpen+.page-module___8aEwW__main{opacity:1}.page-module___8aEwW__sidebar .page-module___8aEwW__sidebarToggle{opacity:0;pointer-events:none;transition:all .6s cubic-bezier(.4,0,.2,1)}.page-module___8aEwW__sidebarOpen .page-module___8aEwW__sidebarToggle{opacity:1;pointer-events:auto}.page-module___8aEwW__mainHeader{padding:12px}.page-module___8aEwW__chatMainWithMessages{height:100svh}.page-module___8aEwW__messages{margin-top:40px;margin-bottom:20px}.page-module___8aEwW__main{height:100svh;margin-top:0;margin-bottom:0;padding-bottom:0}}
