.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)}}
.MessageEditForm-module__cBIeJW__userMessageEditingForm{border-top-right-radius:5px;flex-direction:column;flex:1;gap:10px;width:100%;margin-bottom:40px;display:flex}.MessageEditForm-module__cBIeJW__userMessageEditingForm textarea{resize:none;height:auto;min-height:fit-content;margin-top:none;word-break:break-word;border-radius:15px;align-self:flex-end;width:100%;min-height:60px;font-family:inherit;overflow:hidden}.MessageEditForm-module__cBIeJW__userMessageEditingFormButtonsContainer{justify-content:flex-end;gap:5px;display:flex}.MessageEditForm-module__cBIeJW__userMessageEditingFormButtonsContainer button[type=button],.MessageEditForm-module__cBIeJW__userMessageEditingFormButtonsContainer button[type=submit]{background-color:var(--black-1);color:var(--white-1);height:40px;padding:8px 16px;font-weight:500}.MessageEditForm-module__cBIeJW__userMessageEditingFormButtonsContainer button[type=button]{background-color:var(--white-1);color:var(--black-3)}.MessageEditForm-module__cBIeJW__userMessageEditingFormButtonsContainer button[type=button]:hover{background-color:var(--grey-2)}
div.ReferenceFileIndicator-module__ejDFBa__referenceContainer{flex-direction:row;align-items:center;gap:5px;display:flex}img.ReferenceFileIndicator-module__ejDFBa__referenceImage{object-fit:contain;border:1px solid var(--grey-3);cursor:pointer;border-radius:5px;max-width:80px;height:auto;max-height:80px}svg.ReferenceFileIndicator-module__ejDFBa__replyIcon{color:var(--grey-2);fill:var(--white-1);width:24px;height:24px;transform:rotate(180deg)}
div.BackdropForm-module__xsyM-a__formContainer{background-color:var(--white-1);border:1px solid var(--gray-3);width:100%;min-height:100dvh;padding:12px}div.BackdropForm-module__xsyM-a__formInnerContainer{max-width:500px;margin:0 auto}div.BackdropForm-module__xsyM-a__formHeader{flex-direction:row;justify-content:space-between;margin-bottom:30px;display:flex}div.BackdropForm-module__xsyM-a__formHeader h3{color:var(--black-1);margin:0 0 10px;font-size:1.5rem;font-weight:600}p.BackdropForm-module__xsyM-a__formDisclaimer{color:var(--black-6);margin-top:25px;font-size:.8rem;line-height:.95rem}@media screen and (min-width:997px){div.BackdropForm-module__xsyM-a__formContainer{border-radius:15px;width:500px;height:fit-content;min-height:auto;padding:24px}}
.OrderSummarySection-module__DfbaYq__orderSummarySectionContainer{border:1px solid var(--grey-2);border-radius:10px;margin-bottom:30px;padding:15px;overflow:hidden}.OrderSummarySection-module__DfbaYq__orderSummary{color:var(--black-3);border-bottom:1px solid var(--grey-2);height:30px;font-size:.9rem;font-weight:500}.OrderSummarySection-module__DfbaYq__orderAmountRow{margin-top:20px}.OrderSummarySection-module__DfbaYq__orderAmountRow,.OrderSummarySection-module__DfbaYq__orderAmountSubRow{color:var(--black-3);flex-direction:row;justify-content:space-between;font-size:.9rem;display:flex}.OrderSummarySection-module__DfbaYq__formDecoration{border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:8px;margin:25px 0;display:flex}.OrderSummarySection-module__DfbaYq__orderAmountSection{flex-direction:column;justify-content:center;gap:10px;margin-top:10px;display:flex}.OrderSummarySection-module__DfbaYq__shortText{color:var(--black-3);margin-bottom:20px;font-size:1.3rem;font-weight:600}.OrderSummarySection-module__DfbaYq__mainText{color:var(--black-3);font-size:1.3rem;font-weight:600}.OrderSummarySection-module__DfbaYq__secondaryText{color:var(--grey-9);font-size:.9rem}.OrderSummarySection-module__DfbaYq__discountPercentage{color:var(--white-1);background-color:var(--green-1);border-radius:5px;align-items:center;gap:5px;margin-left:10px;padding:5px 8px;font-size:.8rem;font-weight:500;display:inline-flex}.OrderSummarySection-module__DfbaYq__discountPercentage svg{width:12px;height:12px;fill:var(--white-1);color:var(--white-1)}.OrderSummarySection-module__DfbaYq__basketListContainer{border-bottom:1px solid var(--grey-2);padding-bottom:12px}.OrderSummarySection-module__DfbaYq__basketListItem{flex-direction:row;flex:1;justify-content:space-between;align-items:center;gap:10px;display:flex}.OrderSummarySection-module__DfbaYq__basketItemDescription{color:var(--black-3);flex-direction:column;flex:1;display:flex}.OrderSummarySection-module__DfbaYq__basketItemDescriptionName{font-size:1.1rem}.OrderSummarySection-module__DfbaYq__basketItemDescriptionDetails,.OrderSummarySection-module__DfbaYq__basketItemAmountDetails{font-size:.7rem}.OrderSummarySection-module__DfbaYq__basketItemAmount{white-space:nowrap;color:var(--black-3);flex-direction:column;align-items:flex-end;gap:5px;display:flex}.OrderSummarySection-module__DfbaYq__basketItemAmountDetails{color:var(--grey-9)}.OrderSummarySection-module__DfbaYq__basketItemImage{background-color:var(--grey-2);border-radius:10px;flex-direction:row;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.OrderSummarySection-module__DfbaYq__basketItemImageIcon{object-fit:contain;fill:#0000;width:20px;height:20px;color:var(--black-2);border-radius:8px}
.Pricing-module__EiihOG__pageContainer{flex-direction:column;gap:1rem;margin:auto;padding:10px;display:flex;position:relative}.Pricing-module__EiihOG__pricingHeader{margin:0 auto 2.5rem}.Pricing-module__EiihOG__pageContainer h1{text-align:center;margin-bottom:0;font-size:clamp(2.4rem,4.5vw,3rem)}.Pricing-module__EiihOG__pageContainer h1.Pricing-module__EiihOG__inBackdrop{font-size:clamp(2.2rem,3.5vw,2rem)}.Pricing-module__EiihOG__pricingHeader p{text-align:center;font-size:clamp(1rem,3vw,1.2rem)}.Pricing-module__EiihOG__pageContainer img{-webkit-user-select:none;user-select:none}.Pricing-module__EiihOG__gridContainer{text-align:center;flex-direction:column;gap:4vw;margin:0 auto;display:flex}.Pricing-module__EiihOG__offerBenefitBoxContainer{background-color:var(--white-1);border:1px solid var(--white-1);border:1px solid var(--grey-2);border-radius:25px;flex-direction:column;flex:1;justify-content:space-between;gap:1rem;min-height:380px;padding:20px;display:flex;position:relative}.Pricing-module__EiihOG__offerBenefitBoxContainer.Pricing-module__EiihOG__offerSkeleton{background-color:var(--grey-2);box-shadow:none;animation:2s infinite Pricing-module__EiihOG__waveAnimation}@keyframes Pricing-module__EiihOG__waveAnimation{0%{opacity:.8}50%{opacity:.5}to{opacity:.8}}.Pricing-module__EiihOG__planDescriptor p:first-of-type{color:var(--black-4);text-align:left;padding-bottom:10px;font-size:1.2rem}.Pricing-module__EiihOG__priceDescription{color:var(--black-4);text-align:left;font-weight:500}.Pricing-module__EiihOG__priceDescription span{letter-spacing:.05rem;font-weight:400}.Pricing-module__EiihOG__priceDescription span:first-of-type{letter-spacing:.1rem;padding-right:.1rem;font-size:1.6rem;font-weight:500}.Pricing-module__EiihOG__planNameContainer{flex-direction:row;justify-content:space-between;display:flex}.Pricing-module__EiihOG__priceTime{color:var(--cyan-1);font-size:1.2rem}.Pricing-module__EiihOG__offerBenefitRow{text-align:left;flex-direction:row;gap:.5rem;max-width:36ch;margin-bottom:.4rem;display:flex}.Pricing-module__EiihOG__offerBenefitRow p{color:var(--black-3);font-size:.9rem}.Pricing-module__EiihOG__offerBenefitRow svg{font-size:1.2rem}.Pricing-module__EiihOG__disclaimer{text-align:center;color:var(--black-4);font-size:.8rem;line-height:1.1rem;position:relative}.Pricing-module__EiihOG__disclaimer:first-of-type{margin-top:1rem}.Pricing-module__EiihOG__currenciesSelectorSkeleton{background-color:var(--grey-2);border-radius:10px;min-width:130px;min-height:40px;animation:2s infinite Pricing-module__EiihOG__waveAnimation}div.Pricing-module__EiihOG__planDescriptor{text-align:left;padding-left:5px}span.Pricing-module__EiihOG__pricePerCreditHealine{font-size:1.8rem;font-weight:500}@media screen and (min-width:900px){.Pricing-module__EiihOG__pageContainer{padding-bottom:0}}@media screen and (min-width:768px){.Pricing-module__EiihOG__gridContainer{text-align:center;flex-direction:row;align-self:center;width:fit-content}}
div.PricingBackdropLayer-module__OZIMMa__pricingPageBackdropOverlay{z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#717171c3;flex-direction:column;width:100%;height:100%;display:flex;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%)}div.PricingBackdropLayer-module__OZIMMa__pricingPageBackdropContent{background-color:#fff;margin:auto;padding:20px;position:relative}div.PricingBackdropLayer-module__OZIMMa__pricingPageBackdropTop{z-index:5;position:absolute;top:10px;right:10px}@media screen and (min-width:768px){div.PricingBackdropLayer-module__OZIMMa__pricingPageBackdropContent{border-radius:30px;padding:50px}}
.NewChatScreen-module__Rn-jiG__emptyChatContent{scrollbar-width:none;background:linear-gradient(135deg,#f8fafc 0%,#e9ecef 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:15px 5px 0;display:flex;overflow-y:scroll}.NewChatScreen-module__Rn-jiG__emptyChatContent>div{width:90%}.NewChatScreen-module__Rn-jiG__emptyChatMessage{color:var(--black-3);text-align:center;align-self:center;margin-bottom:15px;font-size:calc(1.4rem + .8vw);font-weight:500}div.NewChatScreen-module__Rn-jiG__toolDemosContainer{scrollbar-width:none;-ms-overflow-style:none;flex-flow:wrap;justify-content:center;align-items:center;gap:15px;width:100%;padding-bottom:50px;display:flex;overflow:scroll}div.NewChatScreen-module__Rn-jiG__toolDemosContainer::-webkit-scrollbar{display:none}div.NewChatScreen-module__Rn-jiG__toolDemoContainer{cursor:pointer;background-color:var(--white-1);border:1px solid var(--grey-3);-webkit-user-select:none;user-select:none;border-radius:20px;flex-direction:row;justify-content:center;align-items:center;gap:10px;max-width:clamp(300px,80vw,450px);padding:5px;display:flex}div.NewChatScreen-module__Rn-jiG__imageContainer{flex:0 0 100px;display:flex}div.NewChatScreen-module__Rn-jiG__toolDemosContainer img{object-fit:cover;border-radius:15px;width:100px;min-width:100px;height:100px;min-height:100px}div.NewChatScreen-module__Rn-jiG__textContainer{text-overflow:ellipsis;-webkit-line-clamp:4;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}div.NewChatScreen-module__Rn-jiG__textContainer p{line-height:1.25rem}@media (min-width:900px){div.NewChatScreen-module__Rn-jiG__toolDemosContainer{grid-template-columns:auto auto;gap:20px;margin-top:40px;padding:0 max(50% - 400px,10vw);display:grid}div.NewChatScreen-module__Rn-jiG__toolDemoContainer:hover{transition:all .3s;transform:scale(1.01)}.NewChatScreen-module__Rn-jiG__emptyChatMessage{margin-bottom:40px}}
.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}}
div.PaywallPopover-module__ejEZvq__paywallPopupContainer{flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;padding:20px;display:flex}div.PaywallPopover-module__ejEZvq__bodyContainer{flex-direction:column;justify-content:center;align-items:flex-start;gap:40px;margin-top:20px;display:flex}div.PaywallPopover-module__ejEZvq__bodyContainer ul{margin:0;padding-left:20px}div.PaywallPopover-module__ejEZvq__bodyContainer li{margin-bottom:12px}div.PaywallPopover-module__ejEZvq__headerContainer{border-bottom:1px solid var(--grey-2);flex-direction:row;justify-content:space-between;gap:30px;width:100%;display:flex}div.PaywallPopover-module__ejEZvq__headerContainer h3{font-size:1.8rem;font-weight:600}div.PaywallPopover-module__ejEZvq__gallery{flex-direction:row;flex:1;justify-content:center;align-items:center;gap:25px;width:100%;display:flex}div.PaywallPopover-module__ejEZvq__gallery img{width:80px;height:80px;box-shadow:var(--box-shadow-md);border-radius:14px}div.PaywallPopover-module__ejEZvq__gallery img:first-child{transform:rotate(-10deg)translateY(-5px)}div.PaywallPopover-module__ejEZvq__gallery img:nth-child(2){width:90px;height:90px}div.PaywallPopover-module__ejEZvq__gallery img:nth-child(3){transform:rotate(8deg)translateY(-5px)}div.PaywallPopover-module__ejEZvq__upgradeButtonContainer{flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;display:flex}p.PaywallPopover-module__ejEZvq__trialDescription{margin:auto;font-size:.85rem}svg.PaywallPopover-module__ejEZvq__crownIcon{height:16px!important}@media screen and (min-width:768px){div.PaywallPopover-module__ejEZvq__paywallPopupContainer{gap:12px;width:500px;padding:30px}div.PaywallPopover-module__ejEZvq__gallery img{width:100px;height:100px}div.PaywallPopover-module__ejEZvq__gallery img:nth-child(2){width:110px;height:110px}}
.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}}
.BannerAlert-module__282s4q__container{max-width:1200px;box-shadow:var(--box-shadow-md);border:1px solid var(--grey-3);background-color:#fff;border-radius:20px;flex-direction:column;gap:20px;max-width:1200px;padding:20px;display:flex}div.BannerAlert-module__282s4q__buttonGroup{flex-direction:row;justify-content:flex-end;gap:10px;width:100%;display:flex}
.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}}
.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}}
.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%}}
