@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow:auto}.App{height:100%;overflow-y:hidden}.AppForm{height:100%;position:relative}.clearButtonAbs{height:48px;position:absolute;top:56px;width:135px}.clearButtonContainer{display:flex;flex-direction:row}.clearButton,.resumeAnswer{height:36px;width:135px}.resumeAnswer{margin-left:auto}.mainBody{background:#000;height:calc(100% - 48px);min-height:100vh}.mainBody,.mainBodyForm{align-items:center;display:flex;flex-direction:column}.mainBodyForm{background:#edf7fc}.formCard{display:flex;flex-direction:column;gap:6px;margin-bottom:30px;margin-top:100px}.configCard,.formCard{background:#fff;border-radius:23px;box-shadow:0 0 0 1px #00000026;max-width:384px;min-width:320px;padding:32px}.configCard{margin-top:142px;min-height:280px}.formSelector,.langSelector{height:72px}.promptInput{margin-top:24px}.startButton{align-items:center;display:flex;flex-direction:column;height:48px;margin-top:32px}.promptDesc{font-size:14px;margin-top:12px}.error,.promptDesc{font-family:Onest;font-weight:400;line-height:20px}.error{color:red;font-size:10px;margin-top:4px}.promptSubDesc{font-family:Onest;font-size:14px;font-weight:400;line-height:20px;margin-top:8px}.sessionTable{display:grid;grid-template-columns:428fr 584fr 428fr;grid-template-rows:-webkit-min-content auto;grid-template-rows:min-content auto;height:100%;margin-top:8px;width:100%}.existingSession{grid-template-columns:0fr 1fr 0fr}.displayColumn{padding:0 8px 8px}.answerColumn,.displayColumn{box-sizing:border-box;display:flex;flex-direction:column;grid-row:2}.answerColumn{background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;height:100%;overflow-y:auto;padding:16px 32px 0;position:relative}.answerHeaderRow{justify-content:space-between}.answerButtons,.answerCloseButton,.answerHeaderRow{align-items:center;display:flex;flex-direction:row}.answerCloseButton{color:#e52283;cursor:pointer;font-family:Onest;font-size:16px;font-weight:600;gap:2px;height:24px;line-height:24px;text-align:center}.getAnswerButton{height:48px;margin-left:24px}.answersListEmpty{flex-direction:row}.answersListEmpty,.transcriptsListEmpty{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:288px}.transcriptsListEmpty{flex-direction:column}.spaceIcon{height:24px}.answersList{margin-top:24px;overflow-y:auto}.answerBox,.answersList{display:flex;flex-direction:column;gap:8px}.answerBox{border-radius:16px;padding:12px 16px}.firstAnswer{background:#ebf5ff}.answerQuestionBar{align-items:center;display:flex;flex-direction:row;gap:8px}.answerQuestionBar:hover{background-color:#e0f0ff;border-radius:50px}.answerQuestionBar:hover .answerDownCircle{background-color:#1d86f0}.answerQuestionMark{height:16px;width:12px}.answerDownCircle{align-items:center;background-color:#e0f0ff;border-radius:999px;display:flex;flex-direction:row;height:24px;justify-content:center;min-width:24px}.invisible{visibility:hidden}.answerQuestion{color:#1d86f0;font-family:Onest;font-size:16px;font-weight:400;height:24px;line-height:24px;overflow:hidden;position:relative;width:calc(100% - 30px)}.expanded{height:100%}.answerBoxAnswer{font-family:Onest;font-size:16px;font-weight:400;line-height:24px}.transcriptColumn{align-items:center;grid-row:2;height:100%;padding:16px 32px 0;position:relative}.transcriptColumn,.transcriptList{box-sizing:border-box;display:flex;flex-direction:column;overflow:auto}.transcriptList{gap:8px;padding:24px 16px 0}.transcriptElement{box-sizing:border-box;font-family:Onest;font-size:16px;font-weight:400;line-height:24px;padding:12px 16px}.latest{background:#fff;border-radius:16px}.columnSubHeader{color:#00000080;font-family:Onest;font-size:14px;font-weight:400;line-height:20px;margin-top:4px}.transcriptHeader{align-items:center;display:flex;flex-direction:row;height:48px;line-height:24px}.answerHeader,.transcriptHeader{font-family:Onest;font-size:24px;font-weight:600}.answerHeader{line-height:32px}.displayContainer{align-items:center;background:#fff;border-radius:24px;box-sizing:border-box;display:flex;flex-direction:column;height:295px;padding:8px;position:relative;width:100%}.invisibleDisplay{height:0;visibility:hidden}.mockDisplay{background:#d4e9ff}.capturedVideo,.mockDisplay{border-radius:16px;height:100%;width:100%}.capturedVideo{background:#fff}.capturedVideoInvisible{background:#fff;border-radius:16px;height:0;width:100%}.recaptureButton{cursor:pointer;font-weight:600;height:48px;text-align:center}.displayPlaceholder,.recaptureButton{font-family:Onest;font-size:16px;line-height:24px}.displayPlaceholder{font-weight:400;position:absolute;top:103px}.captureButton{height:48px;position:absolute;top:143px}.promptExamples{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-top:8px}.promptExample{background:#0000000d;border-radius:8px;box-sizing:border-box;cursor:pointer;font-family:Onest;font-size:16px;font-weight:400;line-height:24px;padding:4px 8px}.loader{animation:l1 1s steps(4) infinite;aspect-ratio:4;background:radial-gradient(circle closest-side,#1d86f0 90%,#0000) 0/33.33333% 100% space;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);width:60px}@keyframes l1{to{-webkit-clip-path:inset(0 -34% 0 0);clip-path:inset(0 -34% 0 0)}}.existingConnectionMessage{background:#fff;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;font-family:Onest;font-size:16px;font-weight:400;justify-content:center;line-height:24px;margin-bottom:8px;padding:8px;text-align:center;width:100%}.resumeUploadContainer{align-items:center;display:flex;flex-direction:row;gap:8px;margin-top:8px}.resumeUploadButton{height:32px}.resumeUploadDesc{font-family:Onest;font-size:14px;font-weight:400;line-height:20px}.hiddenFileInput{display:none}.formWrapper{gap:12px}.formWrapper,.inputWrapper{display:flex;flex-direction:column}.inputWrapper{gap:4px}.genAppGrid{display:grid;grid-template-columns:880fr 560fr;height:100%;margin-top:16px;width:100%}@media (max-width:800px){.genAppGrid{grid-template-columns:1fr;overflow-y:scroll}}.headerBar{align-items:center;background-color:#000;display:flex;height:60px;justify-content:center}.credsTypo{leading-trim:NONE;font-family:Onest;font-size:16px;font-weight:600;line-height:24px}.eigenOrangeThemeText{color:#000}.eigenRegularThemeText{color:#fff}.credsTypoSide{leading-trim:NONE;font-size:14px;font-weight:600;line-height:24px}.credsTypoSide,.tutors{color:#fff;font-family:Onest}.tutors{cursor:pointer;font-size:24px;font-weight:800;line-height:32px;margin-left:8px;text-align:left}.langList{background:#fff;border-radius:16px;box-shadow:0 12px 48px -12px #00000040;cursor:auto;font-family:Onest;font-size:16px;font-weight:600;left:-141px;line-height:24px;padding:8px;position:absolute;text-align:left;top:52px;width:200px;z-index:20}.langListSide{left:0}.langSelected{color:#1d86f0}.langRow{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;height:40px}.langRow:hover{background:#d4e9ff}.checkmark{height:12px;margin-left:12px;margin-right:8px}.logo{display:flex}.buttons{gap:12px;height:40px}.buttons,.nav{align-items:center;display:flex}.nav{flex-direction:row;gap:24px;margin-left:32px;margin-right:16px;position:relative;width:100%}.headerMenu,.headerMenuPersonal{display:flex;flex-direction:row;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;text-align:left}.headerMenuPersonal{gap:12px;margin-left:auto}.sideMenuNav{display:flex;flex-direction:column;gap:8px}.sideMenuNavContainer{margin-top:32px}.headerButton{height:40px}.headerButton2{height:40px;min-width:110px}.headerButtonSide{display:flex;flex-direction:row}.headerLink{cursor:pointer;font-family:Onest;font-size:16px;font-weight:600;line-height:24px;padding:8px 16px;text-align:center}.headerLink:hover{background:#d4e9ff;border-radius:999px}.current{color:#1d86f0}.current:hover{color:#000}.headerLocaleSelector{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000001a;border-radius:999px;border-width:0;cursor:pointer;display:flex;font-family:Onest;font-size:16px;font-weight:600;gap:8px;height:100%;justify-content:center;line-height:24px;position:relative;text-align:left;width:100%}.localeWorldContainer{height:22px}.langSelectorHeader{height:40px;padding-left:40px;position:relative;visibility:hidden;width:75px}.headerLocaleSelector:hover,.headerLocaleSelectorPressed{background-color:#c2e0ff}.headerSignOut{border-radius:999px;height:40px}.burger{align-self:center;width:24px}.burgerMenu{height:24px;padding:8px}@media (min-width:872px){.burger{display:none}.creds{visibility:visible}}@media (max-width:872px){.resizer{display:none}.creds{display:none;visibility:hidden}.credsTypo{font-size:14px}}@media (max-width:424px){.headerSignOut{display:none}.plusButton{gap:4px}.headerMenuPersonal{gap:6px}.eigenButtonInner{margin:6px}.tutors{font-size:20px}}@media (max-width:360px){.headerLocaleSelector,.headerSignOut{display:none}}.sideMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;display:flex;flex-direction:column;height:100vh;padding:16px;position:absolute;right:0;top:0;width:296px;z-index:100}.sideMenuHeader{display:flex;flex-direction:row;justify-content:space-between}.closeButton{border-radius:50%;cursor:pointer;height:24px}.closeButton:hover{background:#d4e9ff}.sideMenuButtons{display:flex;flex-direction:row;gap:12px;justify-content:space-between;padding:12px 0}.sideMenuMask{background:#00000080;height:100vh;left:0;position:absolute;top:0;width:calc(100% - 296px);z-index:100}.signOutButton{height:40px}.signOutButtonSide{display:flex;flex-direction:row;gap:12px;margin-left:16px;margin-right:16px}.langSelectorSide{height:40px;width:126px}.sideFooter{margin-top:auto}.plusButton{display:flex;flex-direction:row;gap:8px}.eigenButton{align-items:center;border-radius:999px;cursor:pointer;display:flex;height:calc(100% - 4px);justify-content:center;width:100%}.eigenButtonText{font-family:Onest;font-size:16px;font-weight:600;line-height:24px;text-align:center;width:100%}.eigenLightBlue{background:#fff;border:2px solid #c2e0ff}.eigenLightBlue:hover{background:#d4e9ff;border:2px solid #d4e9ff}.eigenWhite,.eigenWhite:hover{border:2px solid #0000001a}.eigenWhite:hover{background:#0000001a}.eigenWhiteSolid,.eigenWhiteSolid:hover{background:#fff;border:2px solid #0000001a}.eigenBlue{background:#1d86f0;border:2px solid #1d86f0;box-sizing:border-box;color:#fff}.eigenPurple{background:#552980;border:2px solid #552980;box-sizing:border-box}.eigenPurple:hover{background:#7850a1;border:2px solid #7850a1}.eigenOrange{background:#ffa142;border:2px solid #ffa142}.eigenOrange,.eigenOrange:hover{box-sizing:border-box;color:#000}.eigenOrange:hover{background:#ff8000;border:2px solid #ff8000}.eigenPink{background:#f04399;border:2px solid #f04399;box-sizing:border-box;color:#fff}.eigenPink:hover{background:#e52283;border:2px solid #e52283}.eigenPumpkin{background:#593b1d;border:1px solid #593b1d;box-sizing:border-box;color:#fff}.eigenPumpkin:hover{background:#875f36;border:2px solid #875f36}.eigenOrangeOutline{background:#000;border:1px solid #875f36;box-sizing:border-box;color:#fff}.eigenOrangeOutline:hover{background:#593b1d;border:2px solid #593b1d}.eigenPurpleOutline{background:#000;border:1px solid #7850a1;box-sizing:border-box;color:#fff}.eigenPurpleOutline:hover{background:#552980;border:2px solid #552980}.eigenWhite{color:#9830ff}.eigenWhite,.eigenWhiteOrange{background:#fff;border:2px solid #fff;box-sizing:border-box}.eigenLightPurple{background:#a852ff;border:2px solid #a852ff;box-sizing:border-box;color:#fff}.eigenLightPurple:hover{background:#7e17e5;border:2px solid #7e17e5}.eigenBlack{background:#000;border:2px solid #000;box-sizing:border-box;color:#fff}.eigenBlack:hover{background:#552980;border:2px solid #552980;box-sizing:border-box}.eigenOrangeBlack{background:#000;border:2px solid #000;box-sizing:border-box;color:#fff}.eigenOrangeBlack:hover{background:#593b1d;border:2px solid #593b1d;box-sizing:border-box}.eigenGreen{background:#21a642;border:2px solid #21a642;color:#fff}.eigenBlue:hover{background:#005ad9;border:2px solid #005ad9}.eigenPurple{background:#9830ff;border:2px solid #9830ff;color:#fff}.eigenLightRed{color:#e52283}.eigenLightRed,.eigenLightRed:hover{background:#fff;border:2px solid #e52283}.eigenGray{border:2px solid #00000026}.eigenGray:hover{background:#000;border:2px solid #000;color:#fff}.eigenButtonCheck{align-items:center;background:#fff;border-radius:50%;display:flex;height:22px;justify-content:center;width:22px}.eigenButtonCheckImg{width:11px}.eigenButtonInner{display:flex;gap:8px;justify-content:center;margin:12px;text-align:center;width:100%}.fadingBottom{background:linear-gradient(180deg,#fff0,#fff);bottom:0}.fadingBottom,.fadingTop{height:320px;position:absolute;width:100%}.fadingTop{background:linear-gradient(180deg,#fff,#fff0);top:0}.eigenSelector{background-color:#140e1a;border-radius:12px;box-shadow:0 0 0 1px #0000001a;cursor:pointer;display:flex;flex-direction:row;gap:8px;padding:12px 16px}.eigenSelector:hover{box-shadow:0 0 0 1px #000}.eigenSelectorBorder{border:1px solid #3c2c4b}.optionShift{bottom:76px}.eigenSelectorOptionsRow{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:8px;padding:8px}.eigenInput{background-color:#140e1a;border:hidden;color:#fff;font-size:16px;height:100%;outline:none;width:100%}@keyframes spin{to{transform:rotate(1turn)}}.pricingContainer{box-sizing:border-box;gap:128px;height:100%;padding-bottom:48px;padding-left:16px;padding-right:16px;width:100%}.buyButtonColumn,.pricingContainer{align-items:center;display:flex;flex-direction:column}.buyButtonColumn{gap:8px}.termsBigGrid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:274fr 274fr 548fr;max-width:952px;width:100%}.tryDemoContainer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23CC99FFFF' stroke-width='2' stroke-dasharray='6, 10' stroke-linecap='square'/%3E%3C/svg%3E")}.tryDemoContainer,.tryDemoContainerOrange{display:flex;flex-direction:row;height:248px;max-width:952px;width:100%}.tryDemoContainerOrange{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23FFA142' stroke-width='2' stroke-dasharray='6, 10' stroke-linecap='square'/%3E%3C/svg%3E")}.headerTypo{font-size:40px;line-height:48px;text-align:center}.priceCardsContainer{align-items:center;display:flex;flex-direction:column;gap:8px;margin:0 auto;max-width:980px;width:100%}.priceCards{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}@media (max-width:1016px) and (min-width:720px){.termsBigGrid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;width:656px}.termsBigGrid>div:first-child{grid-column:1;grid-row:1}.termsBigGrid>div:nth-child(2){grid-column:1;grid-row:1;margin-top:96px}.termsBigGrid>div:nth-child(3){grid-column:2;grid-row:1/span 2}.priceCards{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;justify-items:center;max-width:650px;width:100%}.tryDemoContainer{width:656px}.priceCards>div:nth-child(2){grid-column:1/span 2;grid-row:1;grid-template-columns:auto auto;grid-template-rows:auto auto;height:220px;justify-self:center;width:100%}.buyButtonColumn{flex-direction:row;gap:16px}.popularText{visibility:hidden}.priceCards>div:nth-child(2)>.cardPoints{grid-column:2;grid-row:1/span 2}.priceCards>div:first-child{grid-column:1;grid-row:2;justify-self:end}.priceCards>div:nth-child(3){grid-column:2;grid-row:2;justify-self:start}}@media (max-width:720px){.termsBigGrid{grid-template-columns:auto;grid-template-rows:auto auto auto}.termsBigGrid>div:nth-child(2){grid-row:3}.priceCards{display:flex;flex-direction:column;gap:16px;width:100%}.priceCards,.tryDemoContainer{align-items:center;box-sizing:border-box}.tryDemoContainer{flex-direction:column-reverse;gap:32px;height:100%;padding-bottom:32px}.priceCards>div:nth-child(2){background:linear-gradient(180deg,#470024,rgba(71,0,36,.991) 6.67%,rgba(71,0,36,.964) 13.33%,rgba(71,0,36,.918) 20%,rgba(71,0,36,.853) 26.67%,rgba(71,0,36,.768) 33.33%,rgba(71,0,36,.668) 40%,rgba(71,0,36,.557) 46.67%,rgba(71,0,36,.443) 53.33%,rgba(71,0,36,.332) 60%,rgba(71,0,36,.232) 66.67%,rgba(71,0,36,.147) 73.33%,rgba(71,0,36,.082) 80%,rgba(71,0,36,.036) 86.67%,rgba(71,0,36,.009) 93.33%,#47002400);order:1;width:100%}.priceCards>div:first-child{order:3;width:100%}.priceCards>div:nth-child(3){order:2;width:100%}.priceCard{max-width:100%;width:100%}}.priceCard{grid-gap:24px;border-radius:24px;box-sizing:border-box;display:grid;gap:24px;grid-template-rows:auto auto 1fr;height:360px;padding:32px;width:321px}.priceCardBlue{background-color:#190033}.priceCardOrangeSide{background:linear-gradient(180deg,#2b1600,rgba(43,22,0,.991) 6.67%,rgba(43,22,0,.964) 13.33%,rgba(43,22,0,.918) 20%,rgba(43,22,0,.853) 26.67%,rgba(43,22,0,.768) 33.33%,rgba(43,22,0,.668) 40%,rgba(43,22,0,.557) 46.67%,rgba(43,22,0,.443) 53.33%,rgba(43,22,0,.332) 60%,rgba(43,22,0,.232) 66.67%,rgba(43,22,0,.147) 73.33%,rgba(43,22,0,.082) 80%,rgba(43,22,0,.036) 86.67%,rgba(43,22,0,.009) 93.33%,#2b160000)}.priceCardPink{background-color:#470024}.priceCardOrange{background-color:#2b1600}.priceCardSide{background:linear-gradient(180deg,#190033,rgba(25,0,51,.991) 6.67%,rgba(25,0,51,.964) 13.33%,rgba(25,0,51,.918) 20%,rgba(25,0,51,.853) 26.67%,rgba(25,0,51,.768) 33.33%,rgba(25,0,51,.668) 40%,rgba(25,0,51,.557) 46.67%,rgba(25,0,51,.443) 53.33%,rgba(25,0,51,.332) 60%,rgba(25,0,51,.232) 66.67%,rgba(25,0,51,.147) 73.33%,rgba(25,0,51,.082) 80%,rgba(25,0,51,.036) 86.67%,rgba(25,0,51,.009) 93.33%,#19003300)}.cardHeader{display:flex;flex-direction:column;gap:4px}.cardHeaderTypo{color:#fff;font-family:Onest;font-weight:700;letter-spacing:0;line-height:40px}.smallHeader{font-size:20px}@media (max-width:440px){.smallHeader{font-size:20px}}.regularHeader{font-size:32px}.cardHeaderPrice{font-weight:700}.cardHeaderPrice,.cardHeaderPriceOld{font-family:Onest;letter-spacing:0;line-height:40px;position:relative}.cardHeaderPriceOld{font-weight:400}.priceTextPink{color:#ff87c3}.priceTextOrange{color:#ffa142}.priceTextPlum{color:#c9f}.priceTextWhite{color:#fff}.cardPoints{display:flex;flex-direction:column;gap:8px}.cardPointRow{display:flex;flex-direction:row;gap:8px}.pointTypo{color:#fff}.pointTypo,.pointTypoVideo{font-family:Onest;font-weight:400;letter-spacing:0;line-height:24px}.pointTypoVideo{font-size:20px}.whiteText{color:#fff}.smallTypo{font-size:14px}.regularTypo{font-size:16px}.priceCardPopular{border:2px solid #c9f;border-radius:999px;box-sizing:border-box;color:#c9f;flex-direction:row;font-family:Onest;font-size:16px;font-weight:600;height:32px;letter-spacing:8%;line-height:24px;padding:4px 12px;text-transform:uppercase;width:109px}.priceCardPopular,.tryDemoText{align-items:center;display:flex;justify-content:center}.tryDemoText{flex-direction:column;gap:8px;width:50%}.tryDemoImageContainer{display:flex;flex-direction:column;width:50%}.regularAlignment{justify-content:center}.orangeAlignment,.regularAlignment{align-items:center}.tryDemoSubtitle{font-family:Onest;font-size:20px;font-weight:400;letter-spacing:0;line-height:32px;text-align:center}.tryDemoButton{height:48px;margin-top:16px}.tryDemoImage{max-width:300px}.popUpOverlay{align-items:center;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background-color:#cc99ff40;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.popUpContent,.popUpContentVideo{display:flex;flex-direction:column;gap:8px}.popUpContentVideo{margin-top:16px;min-width:300px;width:100%}.popUpBody{gap:24px}.popUpBody,.popUpBodyLink{display:flex;flex-direction:row}.popUpBodyLink{gap:16px;width:100%}@media (max-width:400px){.popUpBodyLink{flex-direction:column}}.videoPopUpBody{display:flex;flex-direction:column;gap:24px;width:100%}@media (max-width:440px){.popVideo{height:240px;width:300px}}.popVideo{border-radius:24px;width:100%}.popUpColumn,.popUpColumnLink{display:flex;flex-direction:column;gap:16px}.popUpColumnLink{width:100%}.linkButton{height:48px}.paymentLinkText{align-content:center;color:#fff;display:block;height:48px;text-decoration:none;width:100%}.popUpColumnVideo{display:flex;flex-direction:column;gap:4px;justify-content:center;width:100%}.popUpHeader{font-size:24px;font-weight:700}.popUpHeader,.popUpSubHeader{leading-trim:NONE;color:#fff;font-family:Onest;font-style:Bold;letter-spacing:0;line-height:32px}.popUpSubHeader{font-size:16px;font-weight:400}.smallCheck{height:20px;width:20px}.saleDiscount{leading-trim:NONE;border-radius:999px;color:#000;font-family:Onest;font-size:14px;font-style:SemiBold;font-weight:600;height:24px;letter-spacing:0;line-height:24px;padding:4px 6px;text-align:center;text-transform:uppercase;width:51px}.saleDiscountBackgroundRegular{background-color:#ff87c3}.saleDiscountBackgroundOrange{background-color:#ffa142}.salePlanNameRow{gap:4px}.salePlanNameRow,.salePlanPriceRow{align-items:center;display:flex;flex-direction:row}.salePlanPriceRow{gap:8px}.priceCrossLine{height:2px;position:absolute;rotate:-10deg;top:50%;width:121%}.popularText{leading-trim:NONE;font-family:Onest;font-size:14px;font-style:SemiBold;font-weight:600;letter-spacing:4%;line-height:20px;text-transform:uppercase}.priceHeaderWithTimer{align-items:center;display:flex;flex-direction:column;gap:24px}.genControls{display:flex;flex-direction:column;margin:32px;overflow-y:scroll}@media (max-width:1440px){.genControls{margin:0 16px 16px 32px}}.genControlsTitle{color:#fff;font-family:Onest;font-size:32px;font-weight:700;letter-spacing:0;line-height:40px}@media (max-width:1440px){.genControlsTitle{font-size:24px;line-height:32px}.genControls{margin-left:16px;margin-right:16px;overflow-y:visible;overflow-y:initial}}.controlsPoints{display:flex;flex-direction:column;gap:8px}.controlPoint,.controlPointLock{align-items:center;display:flex;flex-direction:row;gap:8px}.controlPointLock{margin-top:24px}.controlBall{border-radius:999px;height:8px;margin-left:8px;margin-right:8px;width:8px}.ballColorRegular{background-color:#c9f}.ballColorOrange{background-color:#ffa142}.controlsPointTypo{color:#fff}.controlsPointTypo,.controlsPointTypoButton{font-family:Onest;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px}.controlFormInput{display:flex;flex-direction:column;gap:24px;margin-top:64px}@media (max-width:1440px){.controlFormInput{gap:16px;margin-top:32px}}.controlInputRow{display:flex;flex-direction:column;gap:4px}.controlButton{align-items:center;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex-direction:row;gap:8px;height:40px;padding-left:12px;padding-right:12px}.controlButtonColorRegular{background-color:#3c2c4b}.controlButtonColorOrange{background-color:#472e15}.controlButtonColorOrange:hover{background-color:#664729}.controlButtonColorRegular:hover{background-color:#552980}.controlButtonSelected{background:#fff;box-shadow:inset 0 0 16px 0 #d4a8ff;color:#9830ff}.controlButtonSelected:hover{background:#fff;box-shadow:inset 0 0 16px 0 #fff;color:#9830ff}.controlButtonSelectedOrange{background:#ffd1a3;box-shadow:inset 0 0 16px 0 #ffd1a3;color:#d66b00}.controlButtonSelectedOrange:hover{background:#fff;color:#d66b00}.controlInputButtons{display:flex;flex-direction:row;gap:4px}@media (max-width:1440px){.controlInputButtons{flex-wrap:wrap;gap:8px}}.genControls{background:#000}.generateButton{display:flex;flex-direction:column;gap:12px;margin-top:32px;width:200px}@media (max-width:1440px){.generateButton{margin-top:24px;width:200px}}.generationError{color:#ff4d4d;font-family:Onest;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;margin-top:8px;max-width:300px}.termsContainer{display:flex;flex-direction:column;gap:24px;margin-bottom:48px;margin-top:72px}.termsPricing{flex-direction:row;gap:74px}@media (max-width:1440px){.termsContainer{gap:16px;margin-bottom:32px;margin-top:40px}}.purpleText{color:#e5ccff}.orangeText{color:#ffd1a3}.termsList{font-family:Onest;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;max-width:476px}.termsPricingList{max-width:548px}.termsList>ol{display:flex;flex-direction:column;gap:8px;margin:0;padding-left:18px}.termsHeader,.termsHeaderAuth{display:flex;flex-direction:row;gap:20px}.termsPricingHeader{flex-direction:column;gap:16px}@media (max-width:1440px){.termsHeader{flex-direction:row;gap:12px}}@media (max-width:720px){.termsPricingHeader{flex-direction:row;gap:12px}}.termsTypo{color:#fff;font-family:Onest;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px}.pointer{cursor:pointer}.termsLinks{display:flex;flex-direction:column;gap:8px}.termsPricingLinks{gap:16px}.termsLink{display:flex;flex-direction:row;gap:8px}.linkTypo{color:#fff;font-family:Onest;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px}.saleTimer{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:8px;height:40px;padding:8px 12px 8px 8px;width:204px}.saleTimerColorRegular{background-color:#470024}.saleTimerColorOrange{background-color:#2b1600}.saleTimerPupUp{border-radius:12px}.saleTimerStandAlone{border-radius:24px}.saleTimerText{leading-trim:NONE;color:#fff;font-family:Onest;font-size:16px;font-style:Regular;font-weight:400;letter-spacing:0;line-height:24px}@media (min-width:1016px){.saleTimer{width:302px}}.saleTimerTimeText{leading-trim:NONE;font-family:Onest;font-size:16px;font-style:Regular;font-weight:400;letter-spacing:0;line-height:24px}.scaleTimerColorRegular{color:#ff87c3}.scaleTimerColorOrange{color:#ffa142}.login-popup-overlay{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background-color:#cc99ff40;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.closeButtonPopUp,.login-popup-overlay{align-items:center;display:flex;justify-content:center}.closeButtonPopUp{background-color:#3c2c4b;border-radius:999px;cursor:pointer;height:24px;position:absolute;right:24px;width:24px;z-index:100000}.login-popup{background-color:#000;border-radius:24px;box-sizing:border-box;padding:8px 24px 16px;position:relative}.login-popup-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.login-popup-header h2{color:#333;font-size:1.5rem;margin:0}.close-button{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem}.login-popup-content{margin-bottom:20px}.login-popup-content p{color:#555;margin:10px 0}.login-popup-actions{display:flex;gap:10px;justify-content:space-between}.login-popup-actions button{flex:1 1}.authApp{height:100%;overflow:scroll}.googleButtonWrapper{background-color:#fff;border-radius:999px;box-sizing:border-box;display:flex;flex-direction:row;gap:8px;height:48px;padding:12px 44px 12px 12px;width:360px}.googleText{leading-trim:NONE;font-family:Onest;font-size:16px;font-style:SemiBold;font-weight:600;letter-spacing:0;line-height:24px;text-align:center;width:272px}.authBody{align-items:center;background-color:#000;box-sizing:border-box;display:flex;flex-direction:column;position:relative;width:100%}.formHeader{color:#fff;font-family:Onest;font-size:32px;font-weight:700;line-height:40px;text-align:center}.selfCenter{align-self:center}.formLink,.genericTypo{font-family:Onest;font-weight:500;margin-bottom:8px;text-align:center}.formLink{color:#1d86f0;cursor:pointer}.authError{color:#e52283}.authError,.authMessage{align-self:center;font-family:Onest;font-weight:500;margin-bottom:-16px;text-align:center}.formLink:hover{text-decoration:underline}.formColumn{align-items:center;display:flex;flex-direction:column;gap:8px;width:100%}.formTypo{color:#000000bf;font-family:Onest;font-size:.875rem;font-weight:500;line-height:1.25rem}.formTypo.link{cursor:pointer}.formTypo.link.linkMargins{margin-bottom:-16px;margin-top:8px}.formTypoFade{font-family:Onest;font-size:.875rem;font-weight:300;line-height:1.25rem}.passwordLabels{display:flex;flex-direction:row;justify-content:space-between}.formInput{border-radius:.375rem;box-sizing:border-box;font-size:.875rem;line-height:1.25rem;padding:5px;width:100%}.inputContainer{max-width:301px;width:100%}.authDivider{align-items:center;display:flex;flex-direction:row;gap:8px;width:360px}.dividerLine{background-color:#3c2c4b;height:2px;width:100%}.lineRound{border-radius:1px}.inputContainer{align-items:start;display:flex;flex-direction:column;gap:4px;min-width:360px}.logInButton{min-width:360px}.inputWrapper{width:100%}.termsWrapper{margin-top:88px}.dividerText{leading-trim:NONE;color:#e5ccff;font-family:Onest;font-size:16px;font-style:Regular;font-weight:400;letter-spacing:0;line-height:24px;text-align:center}.signIn{align-items:start;margin-top:64px}.signIn,.signInLight{background:#000;border-radius:24px;box-shadow:0 0 0 1px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;max-width:360px;width:100%}.signInLight{align-items:center}.signInFirstStage{align-items:start}.signInFirstStage,.signInFirstStageLight{display:flex;flex-direction:column;gap:24px;position:relative}.items-center,.signInFirstStageLight{align-items:center}.formButton{align-self:center;height:40px;margin-top:16px;max-width:315px;width:100%}.formSignUpLink{display:flex;flex-direction:row;gap:2px;margin-bottom:-10px}.googleContainer{align-items:start}.googleContainer,.googleContainerLight{cursor:pointer;display:flex;flex-direction:column;gap:8px}.googleContainerLight{align-items:center}.emailContainer{align-items:center;gap:8px;width:100%}.emailContainer,.emailData{display:flex;flex-direction:column}.codeInfoTypo{color:#fff}.codeInfoTypo,.emailInfo{leading-trim:NONE;font-family:Onest;font-size:16px;font-style:Regular;font-weight:400;letter-spacing:0;line-height:24px}.emailInfo{color:#e5ccff}.boldTypo{font-weight:600}.arrowBack{background-color:#3c2c4b;border-radius:999px;cursor:pointer;flex-direction:row;gap:8px;height:40px;position:absolute;width:40px}.arrowBack,.modal-overlay{align-items:center;display:flex;justify-content:center;left:0;top:0}.modal-overlay{background-color:#000000b3;bottom:0;position:fixed;right:0;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;max-width:500px;padding:20px;width:90%}.modal-message{color:#333;font-size:16px;line-height:1.5;margin-bottom:20px}.modal-buttons{display:flex;gap:10px;justify-content:space-between}.modal-buttons>div{flex:1 1}.modal-buttons .eigenButton{width:100%}.modal-buttons button{border:none;border-radius:4px;cursor:pointer;flex:1 1;font-weight:700;padding:10px 15px;transition:background-color .2s}.confirm-button{background-color:#4caf50;color:#fff}.confirm-button:hover{background-color:#45a049}.decline-button{background-color:#f44336;color:#fff}.decline-button:hover{background-color:#d32f2f}.dashboardGrid{display:grid;grid-template-columns:.15fr .85fr;width:100%}.dashboardControls{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;max-width:200px;padding:16px}.headerTypo{color:#fff;font-family:Onest;font-weight:700;letter-spacing:0;line-height:40px}.headerTypoLink,.headerTypoRevenue{color:#fff;font-family:Onest;font-size:30px;font-weight:700;letter-spacing:0;line-height:40px}.funnelContainer{background-color:#000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23CC99FFFF' stroke-width='2' stroke-dasharray='6, 10' stroke-linecap='square'/%3E%3C/svg%3E");box-sizing:border-box;display:flex;flex-direction:row;gap:16px;height:100%;justify-content:center;max-height:120px;padding:16px;width:100%}.dividerFunnel{background-color:#5a4073;height:100%;margin-bottom:16px;width:4px}.dashboardButton{height:32px}.dataTypo{color:#fff;font-family:Onest;font-weight:400;letter-spacing:0;line-height:24px}.funnelColumn{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:space-between}.revenueCards{display:flex;flex-direction:row;gap:16px;justify-content:center;margin-top:16px;width:100%}.revenueCard{align-items:center;background-color:#190033;border-radius:24px;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;height:-webkit-fit-content;height:fit-content;padding:32px;width:321px}.revenueNumber{color:#c9f;font-family:Onest;font-size:30px;font-weight:700;letter-spacing:0;line-height:40px}.dashboardContainer{align-items:center;box-sizing:border-box;padding-left:16px;padding-right:16px;width:100%}.dashboardContainer,.dashboardDataColumn{display:flex;flex-direction:column;gap:16px}.dashboardPlot{height:300px;width:100%}@media (max-width:1000px){.dashboardGrid{grid-template-columns:auto;grid-template-rows:auto auto}.dashboardControls{flex-direction:row;justify-content:center;max-width:100%;width:100%}}@media (max-width:700px){.revenueCards{align-items:center;flex-direction:column}}@media (max-width:520px){.funnelContainer{flex-direction:column;max-height:100%}.dividerFunnel{height:4px;width:100%}.headerTypoLink{font-size:24px}}.dropDownNormalLayout{justify-content:center}.dropDownOrangeLayout{justify-content:start}.dropDownColorNormal{background:#190033;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23CC99FFFF' stroke-width='2' stroke-dasharray='6, 10' stroke-linecap='square'/%3E%3C/svg%3E");border-color:#c9f}.dropDownColorOrange{background:#2b1600;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23FFA142' stroke-width='2' stroke-dasharray='6, 10' stroke-linecap='square'/%3E%3C/svg%3E");border-color:#ffa142}.progressBarWrapper{bottom:16px;position:absolute;z-index:100000}.dropDownArea.dragging{background-color:#2a0052;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23E5CCFFFF' stroke-width='3' stroke-dasharray='6, 10' stroke-linecap='square'/%3E%3C/svg%3E");border-color:#e5ccff;box-shadow:0 0 10px #cc99ff80}s
.dropAreaImage{min-width:96px}.dropAreaText{align-items:center;display:flex;flex-direction:column;gap:4px}.uploadStatus{bottom:20px;position:absolute;z-index:50}.dropTypo{font-family:Onest;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px}.dropTypoColorNormal{color:#e5ccff}.dropTypoColorOrange{color:#ffd1a3}.underline{border-color:#e5ccff;border-width:10px;border-bottom:solid;cursor:pointer;transition:all .2s ease}.underline:hover{border-color:#fff;color:#fff;text-shadow:0 0 5px #e5ccffb3}@media (max-width:560px){.dropDownArea{margin-bottom:16px;margin-left:0;margin-right:0}}@media (max-width:600px){.dropAreaImage{width:96px}.dropDownArea{gap:32px;height:344px}}@media (max-width:1440px){.dropDownArea{margin-left:16px;margin-right:16px}}.downloadButton{position:absolute;right:20px;top:20px}.progressBarContainer{background:#fff;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:72px;padding:12px 16px 16px;width:264px}.progressBarTitle{leading-trim:NONE;font-family:Onest;font-size:16px;font-style:Regular;font-weight:400;letter-spacing:0;line-height:24px;text-align:center}.progressBarEmpty{background-color:#9830ff33;border-radius:999px;height:8px;position:relative;width:232px}.progressBarFilled{background-color:#9830ff;border-radius:999px;height:8px;left:0;position:absolute}.dropDownArea{align-items:center;align-self:stretch;background:#190033;border-radius:24px;border-width:1px;cursor:pointer;display:flex;flex:1 0;flex-direction:column;gap:16px;height:688px;justify-content:center;margin-bottom:32px;margin-left:32px;min-height:240px;min-width:328px;overflow:hidden;padding:16px;position:relative;transition:all .3s ease}.animateButton{height:48px;left:calc(50% - 50px);position:absolute;top:24px;width:100px}.imageContainer{align-items:center;display:flex;flex:1 1;justify-content:center;max-height:calc(100% - 112px);position:relative;width:100%}.uploadedImage{border-radius:12px;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.resultBoxBorder{background:#190033;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23CC99FFFF' stroke-width='2' stroke-dasharray='6, 10' stroke-linecap='square'/%3E%3C/svg%3E");border-color:#c9f}.placeHolderImage{width:360px}.placeHolderTypo{color:#e5ccff;font-family:Onest;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.thumbnailRow{display:flex;flex-shrink:0;gap:8px;justify-content:center;overflow-x:auto;overflow-y:hidden;padding:0 4px;scrollbar-color:#9830ff #190033;scrollbar-width:thin;width:100%}.thumbnailRow::-webkit-scrollbar{height:6px}.thumbnailRow::-webkit-scrollbar-track{background:#9830ff1a;border-radius:3px}.thumbnailRow::-webkit-scrollbar-thumb{background:#9830ff;border-radius:3px}.thumbnailRow::-webkit-scrollbar-thumb:hover{background:#c9f}.thumbnail{background:#0000;border:2px solid #0000;border-radius:12px;cursor:pointer;flex-shrink:0;height:96px;padding:4px;transition:all .2s ease;width:96px}.thumbnail:hover{border-color:#9830ff80}.thumbnail:focus{outline:none}.thumbnail:focus,.thumbnailSelected{border-color:#9830ff}.thumbnailInner{border-radius:8px;height:100%;overflow:hidden;width:100%}.thumbnailMedia{display:block;height:100%;object-fit:cover;width:100%}.staticControlsRow{display:flex;flex-direction:row;gap:32px}.controlInputButtonsRow{display:flex;flex-direction:row;gap:4px}.promptInputTabContainer{display:flex;flex-direction:column;gap:16px}.promptSwitchContainer{align-items:center;display:flex;flex-direction:row;gap:12px}.promptToggle{align-items:center;background-color:#3c2c4b;border-radius:999px;box-sizing:border-box;cursor:pointer;display:flex;height:24px;padding:4px;transition:background-color .2s ease;width:40px}.promptToggleActive{background-color:#9830ff}.promptToggleCircle{background-color:#fff;border-radius:999px;height:16px;transition:transform .2s ease;width:16px}.promptToggleActive .promptToggleCircle{transform:translateX(16px)}.promptSwitchText{display:flex;flex-direction:column;gap:0}.promptSwitchTitle{color:#fff;font-weight:600}.promptSwitchDescription,.promptSwitchTitle{font-family:Onest;font-size:16px;line-height:24px}.promptSwitchDescription{color:#e5ccff;font-weight:400}.promptTabBar{display:flex;flex-direction:row;height:48px;position:relative}.promptTabBarDivider{background-color:#3c2c4b;bottom:0;height:1px;left:0;position:absolute;right:0}.promptTab{align-items:center;color:#e5ccff;cursor:pointer;display:flex;flex:1 1;font-family:Onest;font-size:16px;font-weight:600;justify-content:center;line-height:24px;padding:0 24px;position:relative;transition:color .2s ease}.promptTabActive{color:#fff}.promptTabIndicator{background:linear-gradient(90deg,#fff,#e5ccff 50%,#fff);border-radius:999px;bottom:0;height:4px;left:0;position:absolute;right:0}.promptInputContainer{display:flex;flex-direction:column;gap:16px}.promptTextArea{background-color:#140e1a;border:1px solid #3c2c4b;border-radius:12px;box-sizing:border-box;color:#fff;font-family:Onest;font-size:16px;font-weight:400;height:144px;line-height:24px;padding:12px 16px;resize:none}.promptTextArea::placeholder{color:#715d85}.promptTextArea:focus{border-color:#9830ff;outline:none}.staticControlsContainer{display:flex;flex-direction:column;gap:24px}.galleryContent{align-items:flex-start;display:flex;flex-direction:row;min-height:calc(100vh - 64px);width:100%}.gallerySidebar{box-sizing:border-box;display:flex;flex-direction:column;gap:32px;min-width:320px;padding:16px 32px;width:320px}.sidebarSection{align-items:center;display:flex;flex-wrap:wrap;gap:4px;width:100%}.sidebarSectionWrap{align-items:flex-start}.filterChip{background:#3c2c4b;border:none;border-radius:12px;box-sizing:border-box;color:#fff;cursor:pointer;flex:1 1;font-family:Onest;font-size:16px;font-weight:600;height:40px;line-height:24px;min-width:48px;padding:8px 12px;transition:all .2s ease}.filterChip:hover{background:#4a3759}.filterChipSelected{background:#fff;box-shadow:inset 0 0 16px 0 #d4a8ff;color:#9830ff}.gridSizeButton{align-items:center;background:#3c2c4b;border:none;border-radius:12px;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;position:relative;transition:all .2s ease;width:40px}.gridSizeButton:hover{background:#4a3759}.gridSizeButtonSelected{background:#fff;box-shadow:inset 0 0 16px 0 #d4a8ff}.gridIcon{height:40px;position:relative;width:40px}.gridIcon1:before,.gridIcon2:before,.gridIcon3:before,.gridIcon4:before,.gridIcon6:before{background:#fff;border-radius:3px;content:"";position:absolute}.gridSizeButtonSelected .gridIcon1:before,.gridSizeButtonSelected .gridIcon2:before,.gridSizeButtonSelected .gridIcon3:before,.gridSizeButtonSelected .gridIcon4:before,.gridSizeButtonSelected .gridIcon6:before{background:#9830ff}.gridIcon1:before{height:16px;left:12px;top:9px;width:16px}.gridIcon2:before{box-shadow:12px 0 0 #fff,0 12px 0 #fff,12px 12px 0 #fff;height:10px;left:9px;top:9px;width:10px}.gridSizeButtonSelected .gridIcon2:before{box-shadow:12px 0 0 #9830ff,0 12px 0 #9830ff,12px 12px 0 #9830ff}.gridIcon3:before{box-shadow:8px 0 0 #fff,16px 0 0 #fff,0 8px 0 #fff,8px 8px 0 #fff,16px 8px 0 #fff,0 16px 0 #fff,8px 16px 0 #fff,16px 16px 0 #fff;height:6px;left:9px;top:9px;width:6px}.gridSizeButtonSelected .gridIcon3:before{box-shadow:8px 0 0 #9830ff,16px 0 0 #9830ff,0 8px 0 #9830ff,8px 8px 0 #9830ff,16px 8px 0 #9830ff,0 16px 0 #9830ff,8px 16px 0 #9830ff,16px 16px 0 #9830ff}.gridIcon4:before{border-radius:1px;box-shadow:6px 0 0 #fff,12px 0 0 #fff,18px 0 0 #fff,0 6px 0 #fff,6px 6px 0 #fff,12px 6px 0 #fff,18px 6px 0 #fff,0 12px 0 #fff,6px 12px 0 #fff,12px 12px 0 #fff,18px 12px 0 #fff,0 18px 0 #fff,6px 18px 0 #fff,12px 18px 0 #fff,18px 18px 0 #fff;height:4px;left:9px;top:9px;width:4px}.gridSizeButtonSelected .gridIcon4:before{box-shadow:6px 0 0 #9830ff,12px 0 0 #9830ff,18px 0 0 #9830ff,0 6px 0 #ddbaff,6px 6px 0 #ddbaff,12px 6px 0 #ddbaff,18px 6px 0 #ddbaff,0 12px 0 #ddbaff,6px 12px 0 #ddbaff,12px 12px 0 #ddbaff,18px 12px 0 #ddbaff,0 18px 0 #ddbaff,6px 18px 0 #ddbaff,12px 18px 0 #ddbaff,18px 18px 0 #ddbaff}.gridIcon6:before{border-radius:.75px;box-shadow:5px 0 0 #fff,10px 0 0 #fff,15px 0 0 #fff,20px 0 0 #fff,25px 0 0 #fff,0 5px 0 #fff,5px 5px 0 #fff,10px 5px 0 #fff,15px 5px 0 #fff,20px 5px 0 #fff,25px 5px 0 #fff,0 10px 0 #fff,5px 10px 0 #fff,10px 10px 0 #fff,15px 10px 0 #fff,20px 10px 0 #fff,25px 10px 0 #fff;height:3px;left:6px;top:9px;width:3px}.gridSizeButtonSelected .gridIcon6:before{box-shadow:5px 0 0 #9830ff,10px 0 0 #9830ff,15px 0 0 #9830ff,20px 0 0 #9830ff,25px 0 0 #9830ff,0 5px 0 #8d6fab,5px 5px 0 #8d6fab,10px 5px 0 #8d6fab,15px 5px 0 #8d6fab,20px 5px 0 #8d6fab,25px 5px 0 #8d6fab,0 10px 0 #8d6fab,5px 10px 0 #8d6fab,10px 10px 0 #8d6fab,15px 10px 0 #8d6fab,20px 10px 0 #8d6fab,25px 10px 0 #8d6fab}.categoryChip{align-items:center;background:#3c2c4b;border:none;border-radius:12px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-family:Onest;font-size:16px;font-weight:600;gap:8px;height:40px;line-height:24px;min-width:48px;padding:8px 12px;transition:all .2s ease}.categoryChip:hover{background:#4a3759}.categoryChipSelected{background:#fff;box-shadow:inset 0 0 16px 0 #d4a8ff;color:#9830ff}.categoryEmoji{font-size:24px;line-height:24px}.galleryMain{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;min-width:0;padding:16px 32px 16px 0}.galleryGrid{grid-gap:16px;display:grid;gap:16px;margin-bottom:32px;width:100%}.galleryGrid1{grid-template-columns:repeat(1,1fr)}.galleryGrid2{grid-template-columns:repeat(2,1fr)}.galleryGrid3{grid-template-columns:repeat(3,1fr)}.galleryGrid4{grid-template-columns:repeat(4,1fr)}.galleryGrid6{grid-template-columns:repeat(6,1fr)}.galleryItem{aspect-ratio:1/1;background:#1a1a1a;border-radius:16px;cursor:pointer;overflow:hidden;position:relative;transition:transform .2s ease}.galleryItem[data-type=photo]:before{background-image:var(--bg-image);background-position:50%;background-size:cover;content:"";filter:blur(20px);height:100%;left:0;position:absolute;top:0;transform:scale(1.1);width:100%;z-index:0}.galleryImage{display:block;height:100%;object-fit:contain;position:relative;width:100%;z-index:1}.galleryItemActions{bottom:8px;display:flex;gap:4px;justify-content:flex-end;left:8px;position:absolute;right:8px;z-index:100}.actionButton{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#00000040;border:none;border-radius:12px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-family:Onest;font-size:16px;font-weight:600;gap:8px;height:40px;line-height:24px;min-width:48px;padding:8px 12px;transition:all .2s ease}.actionButton:hover{background:#00000059;transform:scale(1.05)}.actionIcon{height:24px;width:24px}.actionButtonCount{color:#fff9}.galleryEnd,.galleryLoader{align-items:center;display:flex;justify-content:center;padding:32px 0;width:100%}.galleryEndText{color:#ffffff80;font-family:Onest;font-size:16px;font-weight:400;line-height:24px;margin:0}.observerSentinel{height:20px;visibility:hidden;width:100%}@media (max-width:1200px){.galleryGrid4{grid-template-columns:repeat(3,1fr)}.galleryGrid6{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.galleryContent{flex-direction:column}.gallerySidebar{padding:16px;width:100%}.sidebarSection{justify-content:center}.galleryMain{padding:16px;width:100%}.galleryGrid2,.galleryGrid3,.galleryGrid4{grid-template-columns:repeat(2,1fr)}.galleryGrid6{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.galleryGrid{gap:8px}.gallerySidebar{gap:16px;padding:12px}.galleryMain{padding:12px}.galleryItem{border-radius:12px}.galleryGrid3,.galleryGrid4,.galleryGrid6{grid-template-columns:repeat(2,1fr)}.categoryChip,.filterChip,.gridSizeButton{font-size:14px;height:36px}.categoryEmoji{font-size:20px}}@media (max-width:400px){.galleryGrid{gap:6px}.galleryItem{border-radius:8px}}.paginationBar{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-end}.paginationButton{align-items:center;background:#0000;border:2px solid #0000;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;min-width:40px;padding:8px;transition:all .2s ease}.paginationButton:hover{border-color:#fff}.paginationButtonSelected,.paginationButtonSelected:hover{background:#fff;border-color:#0000;box-shadow:inset 0 0 16px 0 #d4a8ff}.paginationArrow{align-items:center;background:#0000;border:2px solid #0000;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;min-width:40px;padding:8px;transition:all .2s ease}.paginationArrow:hover{border-color:#fff}.paginationArrow img{filter:brightness(0) invert(1);height:24px;width:24px}.paginationArrowDisabled{cursor:not-allowed;opacity:.3;pointer-events:none}.paginationTypo{leading-trim:NONE;font-family:Onest;font-size:16px;font-style:SemiBold;font-weight:600;letter-spacing:0;line-height:24px;text-align:center}.paginationTextNormal{color:#fff}.paginationTextSelected{color:#000}.generatePage{background-color:#000;display:flex;flex-direction:row;height:100%;width:100%}.generateResultsPanel{display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:80px 0 32px 32px}@media (max-width:800px){.generateResultsPanel{display:none}}.generateResultsContent{align-items:center;background-color:#190033;border:1px dashed #c9f;border-radius:24px;display:flex;flex:1 1;flex-direction:column;gap:32px;justify-content:center;overflow:hidden}.generateResultsSilhouette{height:360px;opacity:.5;width:360px}.generateResultsSilhouette img{height:100%;object-fit:contain;width:100%}.generateResultsText{color:#e5ccff;font-family:Onest,sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:center}.generateSidebar{background-color:#000;display:flex;flex-direction:column;max-width:560px;padding-bottom:48px;padding-top:96px;width:560px}@media (max-width:800px){.generateSidebar{max-width:100%;padding-top:80px;width:100%}}@media (max-width:1440px){.generateSidebar{max-width:480px;width:480px}}.generateMobileResults{display:none;padding:16px}@media (max-width:800px){.generateMobileResults{display:block}}.generateMobileResultsContent{align-items:center;background-color:#190033;border:1px dashed #c9f;border-radius:16px;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:200px;padding:32px}.generateMobileSilhouette{height:120px;opacity:.5;width:120px}.generateMobileSilhouette img{height:100%;object-fit:contain;width:100%}.generateMobileText{color:#e5ccff;font-family:Onest,sans-serif;font-size:14px;font-weight:400;line-height:20px;text-align:center}.generationDisplay{display:flex;flex:1 1;flex-direction:column;height:100%;overflow:hidden;padding:0 0 32px 32px}@media (max-width:800px){.generationDisplay{display:none}}.generationDisplayContent{align-items:center;background-color:#190033;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23E5CCFFFF' stroke-width='3' stroke-dasharray='6, 10' stroke-linecap='square'/%3E%3C/svg%3E");border-radius:24px;display:flex;flex:1 1;flex-direction:column;gap:32px;justify-content:center;overflow:hidden;width:100%}.generationDisplaySilhouette{height:360px;width:360px}.generationDisplaySilhouette img{height:100%;object-fit:contain;width:100%}.generationDisplayText{color:#e5ccff;font-family:Onest,sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:center}.generationControls{background-color:#000;display:flex;flex-direction:column;max-width:560px;overflow-y:auto;padding-bottom:48px;padding-top:96px;width:560px}@media (max-width:800px){.generationControls{max-width:100%;padding-top:80px;width:100%}}@media (max-width:1440px){.generationControls{max-width:480px;width:480px}}.configEditorPage{background:#0a0a0a;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;min-height:100vh;padding:40px 20px}.configEditorPage h1{color:#fff;font-size:2rem;margin-bottom:8px}.pageDescription{color:#888;margin-bottom:30px}.editorContainer{display:flex;flex-direction:column;gap:30px}.editorSection{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:24px}.editorSection h3{color:#fff;font-size:1.2rem;margin:0 0 8px}.sectionHint{color:#666;font-size:.9rem;margin:0 0 16px}.promptTextarea{background:#0d0d0d;border:1px solid #444;border-radius:8px;color:#fff;font-family:monospace;font-size:1rem;padding:16px;resize:vertical;width:100%}.promptTextarea:focus{border-color:#7c3aed;outline:none}.detectedVariables{color:#888;margin-top:12px}.variableChip{background:#7c3aed33;border-radius:16px;color:#a78bfa;display:inline-block;font-family:monospace;font-size:.85rem;margin-left:8px;padding:4px 10px}.addStageRow{display:flex;gap:12px;margin-bottom:20px}.addStageRow input{background:#0d0d0d;border:1px solid #444;border-radius:6px;color:#fff;flex:1 1;padding:10px 14px}.addStageBtn{background:#7c3aed;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px}.addStageBtn:hover{background:#6d28d9}.stageCard{background:#111;border:1px solid #333;border-radius:8px;margin-bottom:16px;padding:20px}.stageHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.stageNameInput{background:#0000;border:none;color:#a78bfa;font-family:monospace;font-size:1.1rem;font-weight:600}.stageFields{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:20px}.stageFields label{color:#888;display:flex;flex-direction:column;font-size:.9rem;gap:6px}.stageFields input,.stageFields select{background:#0d0d0d;border:1px solid #444;border-radius:6px;color:#fff;padding:10px 12px}.optionsSection h4{color:#ccc;font-size:.95rem;margin:0 0 12px}.optionsHeader{border-bottom:1px solid #333;color:#666;display:flex;font-size:.8rem;gap:8px;margin-bottom:8px;padding:8px 0}.colIcon{width:60px}.colText{flex:1 1}.colValue{width:120px}.colNext{width:150px}.colDelete{width:32px}.optionRow{align-items:center;display:flex;gap:8px;margin-bottom:8px}.optionInput{background:#0d0d0d;border:1px solid #444;border-radius:4px;color:#fff;font-size:.9rem;padding:8px 10px}.optionIcon{text-align:center;width:60px}.optionText{flex:1 1}.optionValue{width:120px}.optionNext{width:150px}.deleteBtn{align-items:center;background:#dc262633;border:none;border-radius:4px;color:#f87171;cursor:pointer;display:flex;font-size:1.2rem;height:32px;justify-content:center;width:32px}.deleteBtn:hover{background:#dc262666}.deleteStageBtn{font-size:.85rem;padding:6px 12px;width:auto}.addOptionBtn{background:#0000;border:1px dashed #555;border-radius:4px;color:#888;cursor:pointer;margin-top:8px;padding:8px 16px}.addOptionBtn:hover{border-color:#7c3aed;color:#a78bfa}.mappingGroup{margin-bottom:24px}.mappingVariable{color:#a78bfa;font-family:monospace;margin:0 0 12px}.mappingRows{display:flex;flex-direction:column;gap:8px}.mappingRow{align-items:center;display:flex;gap:12px}.mappingKey{background:#0d0d0d;border-radius:4px;color:#888;font-family:monospace;padding:8px 12px;width:120px}.mappingArrow{color:#555}.mappingValue{background:#0d0d0d;border:1px solid #444;border-radius:6px;color:#fff;flex:1 1;padding:10px 12px}.mappingWarning{color:#f59e0b;font-size:.9rem;margin:0}.noVariables{color:#666;font-style:italic}.validationPanel{border-radius:8px;margin-bottom:20px;padding:16px}.validationSuccess{background:#16a34a22;border:1px solid #16a34a44;color:#4ade80}.validationErrors,.validationWarnings{margin-bottom:12px}.validationErrors ul,.validationWarnings ul{margin:8px 0 0;padding-left:20px}.errorItem{color:#f87171}.warningItem{color:#fbbf24}.previewSection{margin-bottom:20px}.previewSection h4{color:#ccc;margin:0 0 12px}.jsonPreview{background:#0d0d0d;border:1px solid #333;border-radius:8px;color:#a78bfa;font-size:.85rem;max-height:400px;overflow-x:auto;overflow-y:auto;padding:16px}.downloadBtn{background:#7c3aed;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 28px}.downloadBtn:hover:not(:disabled){background:#6d28d9}.downloadBtn:disabled{background:#444;cursor:not-allowed}.jsonInputTextarea{background:#0d0d0d;border:1px solid #444;border-radius:8px;color:#a78bfa;font-family:monospace;font-size:.9rem;min-height:200px;padding:16px;resize:vertical;width:100%}.jsonInputTextarea:focus{border-color:#7c3aed;outline:none}.jsonParseError{background:#dc262622;border:1px solid #dc262644;border-radius:6px;color:#f87171;font-size:.9rem;margin-top:12px;padding:10px 14px}.remixPage{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:800px;padding:40px 20px}.remixTitle{color:#fff;font-size:24px;font-weight:600;margin-bottom:24px}.remixLoading{align-items:center;color:#888;display:flex;font-size:16px;justify-content:center;padding:40px}.remixError{color:#ff6b6b;font-size:16px;padding:20px;text-align:center}
/*# sourceMappingURL=main.e7028c97.css.map*/