.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}.ToolContainer-module__9jvXqW__navigationBarFloatingButton{background-color:#fff;border-radius:100px;flex:1;justify-content:space-between;width:100%;padding:1px;display:flex}.ToolContainer-module__9jvXqW__navigationBarContainer{width:100vw;box-shadow:var(--box-shadow-sm);padding:4px 0}@media screen and (min-width:768px){.ToolContainer-module__9jvXqW__navigationBarFloatingButton{border:1px solid var(--grey-300);width:fit-content;box-shadow:var(--box-shadow-sm)}.ToolContainer-module__9jvXqW__navigationBarContainer{box-shadow:none;padding:6px}}
.Sidebar-module__vG37ba__sidebarContainer{z-index:1;flex-direction:column;flex:1;min-height:100dvh;max-height:100dvh;transition:transform .3s;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.Sidebar-module__vG37ba__sidebarContainer.Sidebar-module__vG37ba__open{background-color:var(--grey-50);gap:20px;width:clamp(200px,100% - 80px,300px);max-width:300px;padding:0 8px 8px;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}.Sidebar-module__vG37ba__sidebarTopContainer{flex-direction:column;gap:10px;display:flex}.Sidebar-module__vG37ba__sidebarBottomContainer{display:flex}@media (min-width:768px){.Sidebar-module__vG37ba__sidebarContainer{width:0;transition:all .3s;transform:none}.Sidebar-module__vG37ba__sidebarContainer.Sidebar-module__vG37ba__open{position:static}}
.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%}}
.ReviewSection-module__MD1PiG__componentContainer{background:linear-gradient(#0000 0%,#6366f105 30%,#6366f10a 50%,#6366f105 70%,#0000 100%);flex-direction:column;align-items:center;gap:48px;width:100%;padding:80px 20px;display:flex;position:relative}.ReviewSection-module__MD1PiG__sectionHeader{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:600px;display:flex}.ReviewSection-module__MD1PiG__componentContainer h3{text-align:center;letter-spacing:-.03em;color:#1a1a2e;margin:0;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800;line-height:1.1}.ReviewSection-module__MD1PiG__sectionSubtitle{color:#6b7280;margin:0;font-size:1.1rem;line-height:1.5}.ReviewSection-module__MD1PiG__reviewsContainer{grid-template-columns:1fr;gap:20px;width:100%;max-width:1200px;padding:0 16px;display:grid}.ReviewSection-module__MD1PiG__reviewBox{border:1px solid var(--grey-50);background:#fff;border-radius:20px;flex-direction:column;gap:20px;padding:28px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 24px #0000000a}.ReviewSection-module__MD1PiG__reviewBox:before{content:"";background:linear-gradient(90deg,#0000,#0000);height:3px;transition:background .3s;position:absolute;top:0;left:0;right:0}.ReviewSection-module__MD1PiG__reviewBox:hover:before{background:var(--theme-primary-color)}.ReviewSection-module__MD1PiG__reviewBox:hover{transform:translateY(-8px);box-shadow:0 20px 40px #6366f126}.ReviewSection-module__MD1PiG__toolTag{color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:100px;align-self:flex-start;padding:4px 12px;font-size:.7rem;font-weight:600;display:inline-flex}.ReviewSection-module__MD1PiG__reviewAuthorBox{align-items:center;gap:12px;margin-top:auto;display:flex}.ReviewSection-module__MD1PiG__reviewAuthorBox img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:48px;min-width:48px;height:48px;min-height:48px;box-shadow:0 2px 8px #0000001a}.ReviewSection-module__MD1PiG__authorInfo{flex-direction:column;flex:1;gap:0;display:flex}.ReviewSection-module__MD1PiG__reviewContent{color:#4b5563;text-align:left;z-index:1;margin:0;font-size:.95rem;line-height:1.7;position:relative}.ReviewSection-module__MD1PiG__reviewerName{color:#1a1a2e;margin:0;font-size:.95rem;font-weight:700}.ReviewSection-module__MD1PiG__reviewerRole{color:#9ca3af;margin:0;font-size:.8rem}.ReviewSection-module__MD1PiG__trustIndicators{border:1px solid var(--grey-50);background:#fff;border-radius:20px;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;margin-top:16px;padding:32px 40px;display:flex;box-shadow:0 4px 24px #0000000a}.ReviewSection-module__MD1PiG__trustItem{align-items:center;gap:12px;display:flex}.ReviewSection-module__MD1PiG__trustNumber{background:var(--theme-primary-color);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;line-height:1}.ReviewSection-module__MD1PiG__trustLabel{color:#6b7280;flex-direction:column;gap:2px;font-size:.85rem;font-weight:500;display:flex}.ReviewSection-module__MD1PiG__trustDivider{background:#00000014;width:1px;height:40px}@media screen and (min-width:768px){.ReviewSection-module__MD1PiG__componentContainer{gap:56px;padding:100px 40px}.ReviewSection-module__MD1PiG__reviewsContainer{grid-template-columns:repeat(2,1fr);gap:24px;padding:0}.ReviewSection-module__MD1PiG__reviewBox{padding:32px 28px}.ReviewSection-module__MD1PiG__trustIndicators{gap:48px}}@media screen and (min-width:1024px){.ReviewSection-module__MD1PiG__reviewsContainer{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.ReviewSection-module__MD1PiG__reviewsContainer{max-width:500px}.ReviewSection-module__MD1PiG__trustIndicators{flex-direction:column;gap:24px;padding:28px 32px}.ReviewSection-module__MD1PiG__trustDivider{width:60px;height:1px}.ReviewSection-module__MD1PiG__trustItem{text-align:center;flex-direction:column}.ReviewSection-module__MD1PiG__trustLabel{align-items:center}}
.AllProductsList-module__jL3jkW__componentContainer{flex-direction:column;width:fit-content;margin:0 auto;padding:40px 32px;display:flex}.AllProductsList-module__jL3jkW__otherProductsSection{flex-direction:column;gap:48px;display:flex}.AllProductsList-module__jL3jkW__otherProductsSection h2{text-align:center}.AllProductsList-module__jL3jkW__allProductsContainer{grid-template-columns:1fr;gap:48px;width:100%;display:grid}.AllProductsList-module__jL3jkW__toolsListContainer{flex-direction:column;gap:100px;display:flex}.AllProductsList-module__jL3jkW__toolsListBox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-user-select:none;user-select:none;border:1px solid var(--grey-50);cursor:pointer;background:linear-gradient(135deg,#fffffff2 0%,#ffffffd9 100%);border-radius:20px;flex-direction:column;gap:0;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.AllProductsList-module__jL3jkW__toolsListBox:before{content:"";opacity:0;z-index:10;background:var(--cyan-1);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.AllProductsList-module__jL3jkW__toolsListBox:hover:before{opacity:1}.AllProductsList-module__jL3jkW__toolInfoBox{flex-direction:column;flex:1;justify-content:flex-start;gap:8px;padding:16px 20px 20px;display:flex}p.AllProductsList-module__jL3jkW__toolTitle{letter-spacing:-.01em;color:#1a1a2e;margin:0;font-size:1.1rem;font-weight:700}.AllProductsList-module__jL3jkW__toolDescription{color:#6b7280;margin:0;font-size:.9rem;line-height:1.5}.AllProductsList-module__jL3jkW__imageSection{background-position:50%;background-repeat:no-repeat;background-size:cover;height:140px;min-height:140px;max-height:140px;position:relative;overflow:hidden}.AllProductsList-module__jL3jkW__imageSection:after{content:"";pointer-events:none;background:linear-gradient(#0000,#fffc);height:40px;position:absolute;bottom:0;left:0;right:0}.AllProductsList-module__jL3jkW__toolsListBox div{display:flex;overflow:hidden}@media screen and (min-width:600px){.AllProductsList-module__jL3jkW__allProductsContainer{grid-template-columns:1fr 1fr}}@media screen and (min-width:900px){.AllProductsList-module__jL3jkW__toolListBgremoverImage{object-fit:cover;min-width:100%;height:160px}.AllProductsList-module__jL3jkW__allProductsContainer{grid-template-columns:1fr 1fr 1fr;gap:48px;max-width:1280px}.AllProductsList-module__jL3jkW__toolsListBox:hover{transform:translateY(-8px);box-shadow:0 20px 40px #6366f126}.AllProductsList-module__jL3jkW__toolsListBox:hover .AllProductsList-module__jL3jkW__cardArrow{opacity:1;transform:translate(0)}.AllProductsList-module__jL3jkW__componentContainer{gap:240px}.AllProductsList-module__jL3jkW__imageSection{height:160px;min-height:160px;max-height:160px}.AllProductsList-module__jL3jkW__toolInfoBox{padding:16px 24px 24px}p.AllProductsList-module__jL3jkW__toolTitle{font-size:1.15rem}}.AllProductsList-module__jL3jkW__fullRowWrapper{grid-column:1/-1}.AllProductsList-module__jL3jkW__toolsListBoxFullRow{flex-direction:row;height:200px}.AllProductsList-module__jL3jkW__toolsListBoxFullRow .AllProductsList-module__jL3jkW__imageSection{flex-shrink:0;width:340px;min-width:340px;height:100%;min-height:100%;max-height:100%}.AllProductsList-module__jL3jkW__toolsListBoxFullRow .AllProductsList-module__jL3jkW__imageSection:after{display:none}.AllProductsList-module__jL3jkW__toolsListBoxFullRow .AllProductsList-module__jL3jkW__toolInfoBox{justify-content:center;gap:12px;padding:28px 32px}.AllProductsList-module__jL3jkW__toolsListBoxFullRow p.AllProductsList-module__jL3jkW__toolTitle{font-size:1.4rem}.AllProductsList-module__jL3jkW__toolsListBoxFullRow .AllProductsList-module__jL3jkW__toolDescription{max-width:520px;font-size:1rem}@media screen and (max-width:600px){.AllProductsList-module__jL3jkW__toolsListBoxFullRow{flex-direction:column;height:auto}.AllProductsList-module__jL3jkW__toolsListBoxFullRow .AllProductsList-module__jL3jkW__imageSection{width:100%;min-width:0;height:160px;min-height:160px;max-height:160px}}.AllProductsList-module__jL3jkW__newBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;z-index:5;background-color:var(--gold-100);border:1px solid var(--white-1);border-radius:100px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #6366f14d}.AllProductsList-module__jL3jkW__cardArrow{opacity:0;background-color:var(--black-glassy-1);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;bottom:20px;right:20px;transform:translate(-10px)}.AllProductsList-module__jL3jkW__cardArrow svg{fill:#fff;width:18px;height:18px}.AllProductsList-module__jL3jkW__featuredCard{border:1px solid var(--grey-50);cursor:pointer;color:inherit;background:#fff;border-radius:16px;flex-direction:row;min-height:210px;text-decoration:none;transition:box-shadow .25s,transform .25s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000f}.AllProductsList-module__jL3jkW__featuredCard:hover{transform:translateY(-3px);box-shadow:0 16px 48px #0000001f}.AllProductsList-module__jL3jkW__featuredCardImage{background-position:50%;background-size:cover;flex-shrink:0;width:320px;min-width:320px;position:relative}.AllProductsList-module__jL3jkW__featuredCardLabel{color:#ffffffe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.03em;background:#00000080;border-radius:100px;padding:4px 10px;font-size:.7rem;font-weight:500;position:absolute;bottom:12px;left:12px}.AllProductsList-module__jL3jkW__featuredCardContent{flex-direction:column;flex:1;justify-content:center;gap:10px;padding:36px 44px;display:flex}.AllProductsList-module__jL3jkW__featuredNewBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background-color:var(--gold-100);border:1px solid #fff6;border-radius:100px;align-self:flex-start;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.AllProductsList-module__jL3jkW__featuredCardTitle{color:#1a1a2e;letter-spacing:-.02em;margin:0;font-size:1.9rem;font-weight:700;line-height:1.15}.AllProductsList-module__jL3jkW__featuredCardDescription{color:#6b7280;max-width:500px;margin:0;font-size:.95rem;line-height:1.6}.AllProductsList-module__jL3jkW__featuredCardCta{color:var(--cyan-1);margin-top:4px;font-size:.9rem;font-weight:600}@media screen and (max-width:640px){.AllProductsList-module__jL3jkW__featuredCard{flex-direction:column;min-height:0}.AllProductsList-module__jL3jkW__featuredCardImage{width:100%;min-width:0;height:180px}.AllProductsList-module__jL3jkW__featuredCardContent{padding:24px 20px}.AllProductsList-module__jL3jkW__featuredCardTitle{font-size:1.4rem}}
