.ToolContainer-module__9jvXqW__pageContainer{flex-direction:column;width:100vw;height:100dvh;display:flex;overflow:hidden}.ToolContainer-module__9jvXqW__toolContainer{flex-direction:row;flex:1;width:100vw;display:flex;overflow:hidden}.ToolContainer-module__9jvXqW__mainContainer{background-color:var(--white-1-1);flex-direction:column;flex-grow:1;height:100%;transition:margin-left .3s;display:flex}@media (max-width:899px){.ToolContainer-module__9jvXqW__mainContainer{margin-left:0}}
.Sidebar-module__vG37ba__sidebarContainer{z-index:1;border:1px solid var(--grey-3);flex-direction:column;gap:20px;height:100dvh;padding:0 8px 8px;transition:transform .3s;display:flex;position:fixed;top:0;left:0;transform:translate(-100%);background-color:var(--white-1)!important}.Sidebar-module__vG37ba__sidebarContainer.Sidebar-module__vG37ba__open{background-color:var(--white-1-4);width:clamp(200px,100% - 80px,400px);transform:translate(0)}.Sidebar-module__vG37ba__sidebarTop{flex-direction:row;justify-content:center;align-items:center;height:50px;display:flex}.Sidebar-module__vG37ba__sidebarTop.Sidebar-module__vG37ba__open{justify-content:space-between}@media (min-width:900px){.Sidebar-module__vG37ba__sidebarContainer{min-width:55px;transition:all .3s;position:static;transform:none}.Sidebar-module__vG37ba__sidebarContainer.Sidebar-module__vG37ba__open{width:250px;min-width:250px;max-width:250px}.Sidebar-module__vG37ba__burgerIcon{display:none}}
.ChatsList-module__X3Vmxa__chatsList{flex-direction:column;flex:1;gap:4px;max-height:calc(100dvh - 200px);display:flex;overflow-y:auto}.ChatsList-module__X3Vmxa__chatsList::-webkit-scrollbar{display:none}.ChatsList-module__X3Vmxa__chatsList h2{margin:0;padding:10px;font-size:1rem}.ChatsList-module__X3Vmxa__chatItem{cursor:pointer;min-height:40px;max-height:40px;color:var(--black-3);-webkit-user-select:none;user-select:none;border-radius:10px;flex-direction:row;justify-content:space-between;align-items:center;padding-left:10px;padding-right:4px;font-size:.9rem;display:flex;position:relative}.ChatsList-module__X3Vmxa__chatItem>div>button{visibility:hidden}.ChatsList-module__X3Vmxa__chatItem:hover>div>button{visibility:visible}.ChatsList-module__X3Vmxa__chatItem.ChatsList-module__X3Vmxa__active{background-color:var(--cyan-7)}.ChatsList-module__X3Vmxa__chatItemLabel{white-space:nowrap;text-overflow:ellipsis;max-width:90%;overflow:hidden}.ChatsList-module__X3Vmxa__chatSkeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:10px;height:40px;min-height:40px;margin-bottom:4px;animation:1.5s ease-in-out infinite ChatsList-module__X3Vmxa__shimmer}@keyframes ChatsList-module__X3Vmxa__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
.ActionPopover-module__wvSOCW__actionArea{position:relative}.ActionPopover-module__wvSOCW__rightPopover{background:var(--white-1);border:1px solid var(--grey-3);box-shadow:var(--box-shadow-xs);z-index:1;border-radius:15px;min-width:160px;padding:8px;display:block;position:absolute;transform:translateY(-50%)translate(8px)}.ActionPopover-module__wvSOCW__rightPopover>button{justify-content:flex-start;gap:8px;height:45px;display:flex}.ActionPopover-module__wvSOCW__rightPopover>button>svg{width:18px;min-width:18px;max-width:18px;height:18px;min-height:18px;max-height:18px}.ActionPopover-module__wvSOCW__popoverContent{border-radius:10px;flex-direction:column;gap:5px;padding:5px;display:flex}.ActionPopover-module__wvSOCW__popoverContent>button{min-width:100%;width:100%!important;height:40px!important;padding:10px!important}@media (min-width:900px){.ActionPopover-module__wvSOCW__rightPopover{top:80px;right:8px}.ActionPopover-module__wvSOCW__popoverContent>button.ActionPopover-module__wvSOCW__popoverDelete,.ActionPopover-module__wvSOCW__popoverContent>button.ActionPopover-module__wvSOCW__popoverRename{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;gap:10px;width:100%;min-width:100%;height:40px}.ActionPopover-module__wvSOCW__rightPopover>button{justify-content:center;display:flex}button.ActionPopover-module__wvSOCW__popoverDelete{color:var(--red-2,#d23f4a)}button.ActionPopover-module__wvSOCW__popoverRename{color:var(--black-3)}button.ActionPopover-module__wvSOCW__popoverRename:hover{background-color:var(--grey-2)}button.ActionPopover-module__wvSOCW__popoverDelete:hover{background-color:var(--red-4-opaque)}button.ActionPopover-module__wvSOCW__popoverTrashIcon,button.ActionPopover-module__wvSOCW__renameChatIcon{fill:currentColor}.ActionPopover-module__wvSOCW__renameChatIcon{fill:var(--white-1)}.ActionPopover-module__wvSOCW__popoverText{font-size:14px}}
.ChatRenameForm-module__PUOPWq__formContainer{z-index:1;background-color:var(--white-1);border-radius:20px;flex-direction:column;gap:20px;width:95vw;padding:8px;display:flex}.ChatRenameForm-module__PUOPWq__buttonsContainer{flex-direction:row;justify-content:flex-end;gap:10px;display:flex}.ChatRenameForm-module__PUOPWq__formContainer input{width:100%;min-width:100%}.ChatRenameForm-module__PUOPWq__cancelButton,.ChatRenameForm-module__PUOPWq__renameButton{border-radius:100px;height:40px;padding-left:15px;padding-right:15px}.ChatRenameForm-module__PUOPWq__renameButton{background-color:var(--black-1);color:var(--white-1)}.ChatRenameForm-module__PUOPWq__cancelButton:hover{background-color:var(--grey-2)}.ChatRenameForm-module__PUOPWq__renameButton:disabled{cursor:not-allowed;opacity:.5}.ChatRenameForm-module__PUOPWq__formContainer h2{margin:0;font-size:1.3rem;font-weight:400}@media (min-width:900px){.ChatRenameForm-module__PUOPWq__formContainer{width:clamp(400px,500px,90vw);padding:22px}}
.FullPageImageViewer-module__oPJP6a__container{box-sizing:border-box;background:var(--white-1);z-index:2;-webkit-backdrop-filter:blur(20px)saturate(200%);backdrop-filter:blur(20px)saturate(200%);width:100%;height:100dvh;min-height:100dvh;max-height:100dvh;box-shadow:var(--box-shadow-md);background:var(--white-glassy-1);border:1px solid var(--white-glassy-2);border-radius:16px;flex-direction:column;gap:10px;padding:10px;display:flex;position:absolute}.FullPageImageViewer-module__oPJP6a__topPart{flex-direction:row;justify-content:flex-end;display:flex}.FullPageImageViewer-module__oPJP6a__middlePart{flex:1;justify-content:center;align-items:center;display:flex}.FullPageImageViewer-module__oPJP6a__bottomPart{flex-direction:row;justify-content:center;gap:10px;display:flex}.FullPageImageViewer-module__oPJP6a__middlePart img{object-fit:contain;border-radius:10px;width:auto;height:auto;max-height:calc(100dvh - 200px)}@media (min-width:900px){.FullPageImageViewer-module__oPJP6a__container{padding:15px 15px 20px}.FullPageImageViewer-module__oPJP6a__bottomPart{gap:2px}.FullPageImageViewer-module__oPJP6a__middlePart img{max-height:calc(100dvh - 300px)}}
.CommandBar-module__E8kVJa__commandBarWrapper{border-top:1px solid var(--grey-3);padding:4px}.CommandBar-module__E8kVJa__commandBarContainer{background-color:var(--white-1);flex-direction:column;align-self:center;display:flex}.CommandBar-module__E8kVJa__uploadedFilesContainer{scrollbar-width:none;-ms-overflow-style:none;flex-flow:row;gap:6px;margin:6px 8px 0;display:flex;overflow-x:auto}.CommandBar-module__E8kVJa__uploadedFilesContainer::-webkit-scrollbar{display:none}.CommandBar-module__E8kVJa__bottomSectionContainer{flex-direction:column;gap:10px;width:100%;padding:8px;display:flex}.CommandBar-module__E8kVJa__uploadButton{background-color:var(--grey-1);cursor:pointer;border-radius:100px;justify-content:center;align-items:center;min-width:50px;max-width:50px;min-height:50px;max-height:50px;padding:5px;display:flex}.CommandBar-module__E8kVJa__uploadButton>input{display:none}.CommandBar-module__E8kVJa__uploadButton>svg{width:30px;min-width:30px;max-width:30px;height:30px;min-height:30px;max-height:30px;fill:var(--grey-3);width:24px;min-width:24px;max-width:24px;height:24px;min-height:24px;max-height:24px;transform:rotate(45deg)}.CommandBar-module__E8kVJa__uploadButton:hover{opacity:.8}.CommandBar-module__E8kVJa__textArea{background-color:var(--grey-2);border:1px solid var(--grey-3);resize:none;box-shadow:none;border:none;height:auto;min-height:40px;max-height:150px;margin-top:0;padding-top:12px;line-height:1.4;overflow-y:hidden}.CommandBar-module__E8kVJa__textArea:focus{box-shadow:none;border:none;outline:none;transition:none}.CommandBar-module__E8kVJa__textArea::-webkit-scrollbar{width:6px}.CommandBar-module__E8kVJa__textArea::-webkit-scrollbar-track{background:0 0}.CommandBar-module__E8kVJa__textArea::-webkit-scrollbar-thumb{background:var(--grey-3);border-radius:3px}.CommandBar-module__E8kVJa__textArea::-webkit-scrollbar-thumb:hover{background:var(--grey-3)}.CommandBar-module__E8kVJa__textArea{scrollbar-width:thin;scrollbar-color:var(--grey-3)transparent}.CommandBar-module__E8kVJa__bottomSection,div.CommandBar-module__E8kVJa__bottomContainer{flex-direction:row;justify-content:space-between;display:flex}@media (min-width:768px){.CommandBar-module__E8kVJa__commandBarWrapper{border:none;width:100%;max-width:880px;margin:0 auto 20px}.CommandBar-module__E8kVJa__commandBarContainer{border:1px solid var(--grey-3);box-shadow:var(--box-shadow-md);border-radius:25px}.CommandBar-module__E8kVJa__bottomSectionContainer{border-radius:25px}.CommandBar-module__E8kVJa__textArea{background-color:var(--white-1);resize:none;border:none;border-radius:5px;height:auto;padding-top:8px;padding-bottom:6px;padding-left:4px;line-height:1.4;overflow-y:hidden}.CommandBar-module__E8kVJa__uploadButton{min-width:40px;max-width:40px;min-height:40px;max-height:40px}}
.UploadeFile-module__0JVhpq__fileContainer{position:relative}button.UploadeFile-module__0JVhpq__uploadedFileRemoveButton{opacity:.8;position:absolute;top:6px;right:6px;background-color:#fff!important}button.UploadeFile-module__0JVhpq__uploadedFileRemoveButton:hover{opacity:1}.UploadeFile-module__0JVhpq__fileContainer img{aspect-ratio:1;object-fit:cover;object-position:center;border:1px solid var(--grey-3);cursor:pointer;border-radius:12px;width:100%;min-width:75px;max-width:75px;height:100%;min-height:75px;max-height:75px;display:block}.UploadeFile-module__0JVhpq__imageUploadingAnimationContainer{background-color:var(--white-1);opacity:.6;border-radius:10px;justify-content:center;align-items:center;width:100%;height:100%;margin:auto;padding:1px;display:flex;position:absolute;inset:0}@media (min-width:900px){.UploadeFile-module__0JVhpq__fileContainer:hover .UploadeFile-module__0JVhpq__uploadedFileRemoveButton{visibility:visible}.UploadeFile-module__0JVhpq__uploadedFileRemoveButton{visibility:hidden}.UploadeFile-module__0JVhpq__fileContainer img{border-radius:20px}}
.ChatSkeleton-module__C3gKaW__skeletonMessage{gap:12px;margin-bottom:24px;padding:16px;animation:2s ease-in-out infinite ChatSkeleton-module__C3gKaW__pulse;display:flex}.ChatSkeleton-module__C3gKaW__userMessage{flex-direction:row-reverse;justify-content:flex-start}.ChatSkeleton-module__C3gKaW__assistantMessage{flex-direction:row}.ChatSkeleton-module__C3gKaW__skeletonAvatar{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:50%;flex-shrink:0;width:40px;height:40px;animation:1.5s ease-in-out infinite ChatSkeleton-module__C3gKaW__shimmer}.ChatSkeleton-module__C3gKaW__skeletonContent{flex:1;max-width:70%}.ChatSkeleton-module__C3gKaW__skeletonLine{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:10px;height:40px;margin-bottom:8px;animation:1.5s ease-in-out infinite ChatSkeleton-module__C3gKaW__shimmer}.ChatSkeleton-module__C3gKaW__skeletonLine:last-child{margin-bottom:0}.ChatSkeleton-module__C3gKaW__skeletonLine.ChatSkeleton-module__C3gKaW__short{width:60%}@keyframes ChatSkeleton-module__C3gKaW__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes ChatSkeleton-module__C3gKaW__pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:768px){.ChatSkeleton-module__C3gKaW__skeletonMessage{margin-bottom:16px;padding:12px}.ChatSkeleton-module__C3gKaW__skeletonAvatar{width:32px;height:32px}.ChatSkeleton-module__C3gKaW__skeletonContent{max-width:80%}}
