.OnboardingReviews-module__3LHjkW__card{background:var(--color-surface-card);width:100%;height:14.375rem;box-shadow:inset 0 0 0 1px var(--color-gray-300);border-radius:8px;flex-direction:column;padding:1.5rem;display:flex}.OnboardingReviews-module__3LHjkW__cardText{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.OnboardingReviews-module__3LHjkW__cardTitle{font-size:1rem;font-weight:var(--fw-bold);color:var(--color-text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.35;display:-webkit-box;overflow:hidden}.OnboardingReviews-module__3LHjkW__cardReview{font-size:.875rem;font-weight:var(--fw-regular);color:var(--color-gray-600);-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;line-height:1.4;display:-webkit-box;overflow:hidden}.OnboardingReviews-module__3LHjkW__cardFooter{align-items:center;gap:.5rem;margin-top:auto;display:flex}.OnboardingReviews-module__3LHjkW__cardAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:1.5rem;height:1.5rem}.OnboardingReviews-module__3LHjkW__cardName{font-size:1rem;font-weight:var(--fw-bold);color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.OnboardingReviews-module__3LHjkW__cardDay{font-size:.875rem;font-weight:var(--fw-medium);color:var(--color-accent);background:var(--color-green-50);white-space:nowrap;border-radius:4px;flex-shrink:0;padding:.125rem .5rem}
.SocialAuthPanel-module__6EI8tW__panel{flex-direction:column;gap:16px;display:flex}.SocialAuthPanel-module__6EI8tW__button{gap:14px;padding-block:15px;}.SocialAuthPanel-module__6EI8tW__icon{justify-content:center;align-items:center;width:24px;height:24px;font-size:.9375rem;font-weight:800;display:inline-flex}.SocialAuthPanel-module__6EI8tW__google{background:var(--color-surface-card);color:var(--color-text-primary);box-shadow:inset 0 0 0 1px var(--color-gray-600)}.SocialAuthPanel-module__6EI8tW__apple{background:var(--color-gray-800);color:var(--color-text-on-accent)}.SocialAuthPanel-module__6EI8tW__button:disabled{opacity:.6;cursor:default}.SocialAuthPanel-module__6EI8tW__error{color:var(--color-text-alert);text-align:center;font-size:.8125rem}.SocialAuthPanel-module__6EI8tW__legal{color:var(--color-gray-650);text-align:center;text-wrap:balance;margin-top:8px;font-size:.8125rem;line-height:1.4}.SocialAuthPanel-module__6EI8tW__legalLink{color:var(--color-text-primary);text-underline-offset:2px;text-decoration:underline}
.SocialSignupRenderer-module__k_-HjG__screen{padding-inline:var(--space-gutter);flex-direction:column;flex:1;display:flex}.SocialSignupRenderer-module__k_-HjG__panel{padding-top:24px;padding-bottom:calc(env(safe-area-inset-bottom) + 20px);margin-top:auto}@media (min-width:1024px){.SocialSignupRenderer-module__k_-HjG__screen{padding-inline:0}.SocialSignupRenderer-module__k_-HjG__panel{padding-bottom:0}}
.auth-input-module__KEuyKa__inputGroup{flex-direction:column;gap:8px;display:flex}.auth-input-module__KEuyKa__inputLabel{color:var(--color-text-primary);font-size:16px;font-weight:500}.auth-input-module__KEuyKa__inputWrap{background:#fff;border:1px solid #fff;border-radius:8px;align-items:center;transition:border-color .2s ease-out;display:flex;overflow:hidden}.auth-input-module__KEuyKa__inputWrap[data-state=valid]{border-color:var(--color-accent)}.auth-input-module__KEuyKa__inputWrap[data-state=invalid]{border-color:var(--color-text-alert)}.auth-input-module__KEuyKa__input{appearance:none;min-width:0;color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;padding:12px;font-family:inherit;font-size:16px}.auth-input-module__KEuyKa__input:-webkit-autofill{-webkit-text-fill-color:var(--color-text-primary);caret-color:var(--color-text-primary);transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #fff}.auth-input-module__KEuyKa__input:-webkit-autofill:hover{-webkit-text-fill-color:var(--color-text-primary);caret-color:var(--color-text-primary);transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #fff}.auth-input-module__KEuyKa__input:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-text-primary);caret-color:var(--color-text-primary);transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #fff}.auth-input-module__KEuyKa__input:-webkit-autofill:active{-webkit-text-fill-color:var(--color-text-primary);caret-color:var(--color-text-primary);transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #fff}.auth-input-module__KEuyKa__clearBtn{color:var(--color-text-secondary);opacity:0;pointer-events:none;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0 14px 0 4px;transition:opacity .2s ease-out;display:flex}.auth-input-module__KEuyKa__clearBtn[data-visible=true]{opacity:1;pointer-events:auto}.auth-input-module__KEuyKa__inputError{color:var(--color-text-alert);margin:0;font-size:12px}.auth-input-module__KEuyKa__inputGroup[data-variant=onboarding]{gap:12px}.auth-input-module__KEuyKa__inputGroup[data-variant=onboarding] .auth-input-module__KEuyKa__inputLabel{font-size:16px;font-weight:var(--fw-medium);color:var(--color-gray-650);line-height:22px}.auth-input-module__KEuyKa__inputGroup[data-variant=onboarding] .auth-input-module__KEuyKa__inputWrap{border-color:var(--color-accent);border-radius:8px;height:54px}.auth-input-module__KEuyKa__inputGroup[data-variant=onboarding] .auth-input-module__KEuyKa__input{font-weight:var(--fw-medium);padding:13px 14px}.auth-input-module__KEuyKa__inputGroup[data-variant=onboarding] .auth-input-module__KEuyKa__input::placeholder{color:var(--color-gray-500)}@media (prefers-reduced-motion:reduce){.auth-input-module__KEuyKa__inputWrap,.auth-input-module__KEuyKa__clearBtn{transition:none}}
.TextInputRenderer-module__vkyurG__screen{padding-inline:var(--space-gutter);padding-bottom:calc(env(safe-area-inset-bottom) + 20px);flex-direction:column;flex:1;gap:24px;display:flex}.TextInputRenderer-module__vkyurG__cta{margin-top:auto}.TextInputRenderer-module__vkyurG__error{color:var(--color-text-alert);text-align:center;margin:0 0 8px;font-size:13px}@media (min-width:1024px){.TextInputRenderer-module__vkyurG__screen{padding-inline:0;padding-bottom:0}}
.OnboardingShell-module__E0FHpG__shell{background:var(--color-bg-primary);flex-direction:column;min-height:100dvh;display:flex}.OnboardingShell-module__E0FHpG__content{flex-direction:column;flex:1;display:flex}
.progress-bar-module__lsNfuW__track{border-radius:var(--radius-progress);background:var(--color-bg-secondary);width:100%;height:4px;overflow:hidden}.progress-bar-module__lsNfuW__fill{border-radius:var(--radius-progress);background:var(--color-accent);height:100%;transition:width .3s}
.OnboardingStepShell-module__mjtGzW__shell{background:var(--color-bg-primary);flex-direction:column;min-height:100dvh;display:flex}.OnboardingStepShell-module__mjtGzW__visual{display:none}.OnboardingStepShell-module__mjtGzW__column{flex-direction:column;flex:1;min-width:0;display:flex}.OnboardingStepShell-module__mjtGzW__topBar .page-header{min-height:50px;padding:calc(env(safe-area-inset-top) + 4px) 16px 4px 8px;background:var(--color-bg-primary);border-bottom:1px solid var(--color-bg-primary)}.OnboardingStepShell-module__mjtGzW__progress{margin:0 0 32px;padding:0 40px}.OnboardingStepShell-module__mjtGzW__progress [role=progressbar]{background:var(--color-gray-250);border-radius:100px;height:4px}.OnboardingStepShell-module__mjtGzW__progress [role=progressbar]>div{border-radius:100px;animation:.34s cubic-bezier(.33,1,.68,1) both OnboardingStepShell-module__mjtGzW__onboarding-progress-fill}@keyframes OnboardingStepShell-module__mjtGzW__onboarding-progress-fill{0%{width:var(--progress-from,0%)}to{width:var(--progress-to,0%)}}.OnboardingStepShell-module__mjtGzW__stepBody{flex-direction:column;flex:1;display:flex}.OnboardingStepShell-module__mjtGzW__shell[data-layout=single] .OnboardingStepShell-module__mjtGzW__column,.OnboardingStepShell-module__mjtGzW__shell[data-layout=single] .OnboardingStepShell-module__mjtGzW__stepBody{flex-shrink:0;flex-basis:auto}.OnboardingStepShell-module__mjtGzW__hideBackDesktop{display:none}@keyframes OnboardingStepShell-module__mjtGzW__step-in-forward{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes OnboardingStepShell-module__mjtGzW__step-in-backward{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes OnboardingStepShell-module__mjtGzW__step-out-forward{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-24px)}}@keyframes OnboardingStepShell-module__mjtGzW__step-out-backward{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(24px)}}.OnboardingStepShell-module__mjtGzW__stepBody[data-direction=forward]{animation:.28s ease-out both OnboardingStepShell-module__mjtGzW__step-in-forward}.OnboardingStepShell-module__mjtGzW__stepBody[data-direction=backward]{animation:.28s ease-out both OnboardingStepShell-module__mjtGzW__step-in-backward}.OnboardingStepShell-module__mjtGzW__stepBody[data-direction=forward][data-phase=leaving]{animation:.18s ease-in both OnboardingStepShell-module__mjtGzW__step-out-forward}.OnboardingStepShell-module__mjtGzW__stepBody[data-direction=backward][data-phase=leaving]{animation:.18s ease-in both OnboardingStepShell-module__mjtGzW__step-out-backward}@keyframes OnboardingStepShell-module__mjtGzW__onboarding-visual-in{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.OnboardingStepShell-module__mjtGzW__stepBody[data-direction=forward],.OnboardingStepShell-module__mjtGzW__stepBody[data-direction=backward],.OnboardingStepShell-module__mjtGzW__stepBody[data-direction=forward][data-phase=leaving],.OnboardingStepShell-module__mjtGzW__stepBody[data-direction=backward][data-phase=leaving]{animation:none}}@media (min-width:1024px){.OnboardingStepShell-module__mjtGzW__shell[data-layout=split]{flex-direction:row}.OnboardingStepShell-module__mjtGzW__shell[data-layout=split] .OnboardingStepShell-module__mjtGzW__visual{background:var(--color-green-400);min-width:0;padding:48px var(--space-gutter);flex:0 0 41.667%;justify-content:center;align-items:center;display:flex;position:relative;container-type:inline-size}.OnboardingStepShell-module__mjtGzW__logo{position:absolute;top:30px;left:30px}.OnboardingStepShell-module__mjtGzW__visualInner{max-width:100%;color:var(--color-text-on-accent);text-align:center;flex-direction:column;align-items:center;display:flex}.OnboardingStepShell-module__mjtGzW__visual[data-slot=reviews] .OnboardingStepShell-module__mjtGzW__visualInner{max-width:min(484px,100%)}.OnboardingStepShell-module__mjtGzW__visual[data-slot=video-intro] .OnboardingStepShell-module__mjtGzW__visualInner{width:min(600px,100%);max-width:min(600px,100%)}.OnboardingStepShell-module__mjtGzW__shell[data-layout=split] .OnboardingStepShell-module__mjtGzW__visual[data-slot=paywall]{background:var(--color-onboarding-paywall-panel)}.OnboardingStepShell-module__mjtGzW__illustration{max-width:100%;height:auto;margin:0 0 24px;animation:.42s cubic-bezier(.22,.8,.3,1) both OnboardingStepShell-module__mjtGzW__onboarding-visual-in}.OnboardingStepShell-module__mjtGzW__illustration>svg{width:auto;max-width:100%;height:auto;display:block;overflow:hidden}.OnboardingStepShell-module__mjtGzW__illustration>svg foreignObject{width:112.395px}.OnboardingStepShell-module__mjtGzW__illustration[data-appear=skip]{animation:none}.OnboardingStepShell-module__mjtGzW__shell[data-layout=split] .OnboardingStepShell-module__mjtGzW__column{min-width:0;padding-inline:var(--space-gutter);flex:0 0 58.333%;align-items:center;padding-block:63px 79px;overflow-y:auto}.OnboardingStepShell-module__mjtGzW__shell[data-layout=split] .OnboardingStepShell-module__mjtGzW__column>*{width:100%;max-width:min(500px,100%)}.OnboardingStepShell-module__mjtGzW__shell[data-layout=split] .OnboardingStepShell-module__mjtGzW__topBar{align-items:center;height:40px;display:flex;position:relative}.OnboardingStepShell-module__mjtGzW__shell[data-layout=split] .OnboardingStepShell-module__mjtGzW__topBar[data-bar=tight]{margin:0 0 67px}.OnboardingStepShell-module__mjtGzW__shell[data-layout=split] .OnboardingStepShell-module__mjtGzW__topBar[data-bar=flow]{margin:0 0 94px}.OnboardingStepShell-module__mjtGzW__shell[data-layout=split] .OnboardingStepShell-module__mjtGzW__topBar[data-bar=plain]{margin:0 0 80px}.OnboardingStepShell-module__mjtGzW__shell[data-layout=split] .OnboardingStepShell-module__mjtGzW__topBar .page-header{inset-inline-start:0;z-index:auto;background:0 0;border-bottom:none;grid-template-columns:auto;min-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%)}.OnboardingStepShell-module__mjtGzW__shell[data-layout=split] .OnboardingStepShell-module__mjtGzW__topBar .OnboardingStepShell-module__mjtGzW__progress{width:100%;margin:0;padding:0}.OnboardingStepShell-module__mjtGzW__shell[data-layout=split] .OnboardingStepShell-module__mjtGzW__topBar .OnboardingStepShell-module__mjtGzW__progress [role=progressbar]{width:420px;height:6px;margin-inline:auto}}@media (prefers-reduced-motion:reduce){.OnboardingStepShell-module__mjtGzW__illustration{animation:none}.OnboardingStepShell-module__mjtGzW__progress [role=progressbar]>div{transition:none;animation:none}}
.AgeVisual-module__K0pU6q__wrap{--age-base-width:425px;--age-base-height:345px;--age-scale:min(1, 100cqw / var(--age-base-width));width:100%;height:calc(var(--age-base-height) * var(--age-scale));transform:scale(var(--age-scale));transform-origin:top;flex-direction:column;align-items:center;gap:0;display:flex}.AgeVisual-module__K0pU6q__bubble{background:var(--color-green-50);width:290px;color:var(--color-green-700);text-align:center;border-radius:24px;margin-left:77px;padding:24px 20px;font-size:19px;font-weight:700;line-height:1.4;position:relative}.AgeVisual-module__K0pU6q__bubble:after{content:"";border-left:10px solid #0000;border-right:10px solid #0000;border-top:15px solid var(--color-green-50);width:0;height:0;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.AgeVisual-module__K0pU6q__illustration{max-width:100%;height:auto;margin-top:-12px}
.AllSetLeftVisual-module__9I1K9G__wrap{--all-set-base-width:385px;--all-set-base-height:414px;--all-set-scale:min(1, 100cqw / var(--all-set-base-width));width:100%;height:calc(var(--all-set-base-height) * var(--all-set-scale));transform:scale(var(--all-set-scale));transform-origin:top;flex-direction:column;align-items:center;display:flex}.AllSetLeftVisual-module__9I1K9G__title{color:var(--color-text-on-accent);text-align:center;margin:0 0 24px;font-size:28px;font-weight:800;line-height:1.3}
.GoalCard-module__0VVcSW__card{box-sizing:border-box;background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:307px;height:206px;padding:14px 18px;display:flex}.GoalCard-module__0VVcSW__head{flex-direction:column;align-items:center;gap:6px;display:flex}.GoalCard-module__0VVcSW__eyebrow{font-size:14px;font-weight:var(--fw-medium);color:var(--color-text-inactive);margin:0;line-height:20px}.GoalCard-module__0VVcSW__period{font-size:16px;font-weight:var(--fw-bold);color:var(--color-accent);margin:0;line-height:22px}.GoalCard-module__0VVcSW__contentBox{background:var(--color-green-50);box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;width:267px;padding:24px 16px;display:flex}.GoalCard-module__0VVcSW__content{font-size:18px;font-weight:var(--fw-bold);color:var(--color-text-primary);text-align:center;margin:0;line-height:26px}
.ReviewsLeftVisual-module__-rmNrW__wrap{--reviews-base-width:500px;--reviews-base-height:335px;--reviews-scale:min(1, 100cqw / var(--reviews-base-width));width:100%;height:calc(var(--reviews-base-height) * var(--reviews-scale));transform:scale(var(--reviews-scale));transform-origin:top;flex-direction:column;align-items:center;display:flex;position:relative}.ReviewsLeftVisual-module__-rmNrW__card{background:var(--color-surface-card);box-sizing:border-box;border-radius:30px;flex-direction:column;align-items:center;gap:26px;width:460px;height:280px;padding:54px 20px 24px;display:flex}.ReviewsLeftVisual-module__-rmNrW__topRow{align-items:center;gap:20px;display:flex}.ReviewsLeftVisual-module__-rmNrW__laurelLeft{transform:scaleX(-1)}.ReviewsLeftVisual-module__-rmNrW__ratingCol{flex-direction:column;align-items:center;gap:4px;display:flex}.ReviewsLeftVisual-module__-rmNrW__ratingNumber{font-size:56.58px;font-weight:var(--fw-bold);letter-spacing:-.21px;color:var(--color-text-primary);line-height:1}.ReviewsLeftVisual-module__-rmNrW__stars{letter-spacing:1px;color:var(--color-star-gold);font-size:30px}.ReviewsLeftVisual-module__-rmNrW__srOnly{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ReviewsLeftVisual-module__-rmNrW__bottomGroup{flex-direction:column;align-items:center;gap:5px;display:flex}.ReviewsLeftVisual-module__-rmNrW__avatarRow{align-items:center;gap:8px;display:flex}.ReviewsLeftVisual-module__-rmNrW__avatarStack{display:flex}.ReviewsLeftVisual-module__-rmNrW__avatar{object-fit:cover;border-radius:50%;width:26px;height:26px}.ReviewsLeftVisual-module__-rmNrW__avatar+.ReviewsLeftVisual-module__-rmNrW__avatar{margin-left:-5px}.ReviewsLeftVisual-module__-rmNrW__badge{background:var(--color-gray-250);height:26px;color:var(--color-text-inactive);font-size:14px;font-weight:var(--fw-bold);letter-spacing:-.32px;white-space:nowrap;border-radius:60px;align-items:center;padding:2px 7px 2px 6px;display:flex}.ReviewsLeftVisual-module__-rmNrW__caption{font-size:16px;font-weight:var(--fw-bold);color:var(--color-text-inactive);letter-spacing:-.32px;margin:0}.ReviewsLeftVisual-module__-rmNrW__joinCaption{white-space:nowrap;color:var(--color-text-on-accent);text-align:center;margin:0;font-size:24px;font-weight:800;line-height:1.4;position:absolute;top:301px;left:50%;transform:translate(-50%)}
.renderer-module__yTXt3W__screen{flex-direction:column;flex:1;display:flex}.renderer-module__yTXt3W__title{padding-inline:var(--space-gutter);color:var(--color-text-primary);text-align:center;margin:0 0 24px;font-size:20px;font-weight:700}.renderer-module__yTXt3W__body{padding-inline:var(--space-gutter);flex:1}.renderer-module__yTXt3W__card{border-radius:var(--radius-card);background:#fff;margin-bottom:12px;padding:16px}.renderer-module__yTXt3W__cardTitle{margin:0 0 4px;font-size:16px;font-weight:700}.renderer-module__yTXt3W__cardContent{color:var(--color-text-secondary);margin:0;font-size:14px}.renderer-module__yTXt3W__ctaWrapper{padding:0 var(--space-gutter) var(--space-cta-bottom);background:var(--color-bg-primary);position:sticky;bottom:0}.renderer-module__yTXt3W__cta{background:var(--color-accent);color:var(--color-text-on-accent);padding-block:15px;}.renderer-module__yTXt3W__cta:disabled{opacity:.6}.renderer-module__yTXt3W__goalTitle{margin-bottom:0}.renderer-module__yTXt3W__goalCarousel{padding-left:var(--space-gutter);flex:1;margin-top:80px}
.VideoIntroVisual-module__OGA5qW__wrap{--video-intro-base-width:600px;--video-intro-scale:min(1, 100cqw / var(--video-intro-base-width));width:100%;height:calc(430px * var(--video-intro-scale));transform:scale(var(--video-intro-scale));transform-origin:top;position:relative}.VideoIntroVisual-module__OGA5qW__waveformGroup{opacity:.6;align-items:center;gap:25.34px;display:flex;position:absolute;top:131.7px}.VideoIntroVisual-module__OGA5qW__waveformGroupLeft{left:calc(50% - 299.93px)}.VideoIntroVisual-module__OGA5qW__waveformGroupRight{left:calc(50% + 79.07px)}.VideoIntroVisual-module__OGA5qW__waveformBar{background:#23d7a6;border-radius:31.68px;width:23.9px}.VideoIntroVisual-module__OGA5qW__phone{z-index:1;background:var(--color-green-50);box-sizing:border-box;border-radius:20px;flex-direction:column;justify-content:space-between;align-items:center;width:340px;height:430px;padding:35.8px 22px;display:flex;position:absolute;top:0;left:calc(50% + 5.07px);transform:translate(-50%);box-shadow:0 20px 40px #0000001f}.VideoIntroVisual-module__OGA5qW__phraseCard{text-align:center;background:#0009;border-radius:7.16px;flex-direction:column;align-items:center;gap:1.79px;padding:5.37px 8.95px;display:flex}.VideoIntroVisual-module__OGA5qW__lineKorean,.VideoIntroVisual-module__OGA5qW__lineRomanization,.VideoIntroVisual-module__OGA5qW__lineGloss{margin:0;animation:.36s ease-out both VideoIntroVisual-module__OGA5qW__video-intro-line-in}.VideoIntroVisual-module__OGA5qW__lineKorean{font-size:17.9px;font-weight:var(--fw-medium);color:var(--color-gray-500);line-height:25.05px;animation-delay:0s}.VideoIntroVisual-module__OGA5qW__fillText{white-space:pre;display:inline-block;position:relative}.VideoIntroVisual-module__OGA5qW__fillOverlay{width:0;color:var(--color-accent);white-space:pre;animation:3.2s ease-in-out .4s infinite VideoIntroVisual-module__OGA5qW__video-intro-fill;position:absolute;top:0;left:0;overflow:hidden}.VideoIntroVisual-module__OGA5qW__lineRomanization{font-size:10.74px;font-weight:var(--fw-medium);color:var(--color-gray-500);line-height:16.1px;animation-delay:.12s}.VideoIntroVisual-module__OGA5qW__lineGloss{font-size:10.74px;font-weight:var(--fw-medium);color:var(--color-gray-400);line-height:16.1px;animation-delay:.24s}@media (prefers-reduced-motion:reduce){.VideoIntroVisual-module__OGA5qW__lineKorean,.VideoIntroVisual-module__OGA5qW__lineRomanization,.VideoIntroVisual-module__OGA5qW__lineGloss{animation:none}.VideoIntroVisual-module__OGA5qW__fillOverlay{width:100%;animation:none}}@keyframes VideoIntroVisual-module__OGA5qW__video-intro-fill{0%{opacity:1;width:0}50%{opacity:1;width:100%}78%{opacity:1;width:100%}92%{opacity:0;width:100%}to{opacity:0;width:0}}@keyframes VideoIntroVisual-module__OGA5qW__video-intro-line-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.VideoIntroVisual-module__OGA5qW__playButton{background:var(--color-accent);width:42.95px;height:42.95px;color:var(--color-text-on-accent);border-radius:50%;justify-content:center;align-items:center;padding-left:2px;display:flex}.VideoIntroVisual-module__OGA5qW__controlsRow{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.VideoIntroVisual-module__OGA5qW__sideCol{align-items:center;width:89.5px;height:120px;display:flex}.VideoIntroVisual-module__OGA5qW__sideCol[data-side=left]{justify-content:flex-start;padding-left:17.9px}.VideoIntroVisual-module__OGA5qW__sideCol[data-side=right]{justify-content:flex-end;padding-right:17.9px}.VideoIntroVisual-module__OGA5qW__vui{justify-content:center;align-items:center;width:120px;height:120px;display:flex}.VideoIntroVisual-module__OGA5qW__sideButton{width:35.79px;height:35.79px;color:var(--color-text-on-accent);background:#0006;border-radius:50%;justify-content:center;align-items:center;display:flex}.VideoIntroVisual-module__OGA5qW__micButton{background:var(--color-text-on-accent);width:83.8px;height:83.8px;color:var(--color-gray-650);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 2px 8px #0000001a}.VideoIntroVisual-module__OGA5qW__progressTrack{background:var(--color-bg-secondary);border-radius:999px;width:295px;height:5px;overflow:hidden}.VideoIntroVisual-module__OGA5qW__progressFill{background:var(--color-accent);border-radius:999px;width:90px;height:100%}
@property --paywall-beam-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.plan-card-module__z-d0ka__card{border-radius:var(--radius-card);width:100%;min-height:74px;font-family:var(--font-sans);text-align:left;background:#fff;border:2px solid #0000;align-items:center;padding:14px 18px;font-size:16px;font-weight:700;transition:border-color .1s ease-in,transform .1s ease-in;display:flex;position:relative}.plan-card-module__z-d0ka__card:active{transform:scale(.98)}.plan-card-module__z-d0ka__label{flex:1}.plan-card-module__z-d0ka__idleState{color:var(--color-text-secondary)}.plan-card-module__z-d0ka__deselected{color:var(--color-text-inactive)}.plan-card-module__z-d0ka__freeSelected{color:var(--color-accent);border-color:var(--color-accent)}.plan-card-module__z-d0ka__premiumSelected{border-color:#01e3ba}.plan-card-module__z-d0ka__premiumSelected .plan-card-module__z-d0ka__label{color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(101deg,#01e3ba 5%,#4478e7 51%);-webkit-background-clip:text;background-clip:text}.plan-card-module__z-d0ka__premiumSelected:after{content:"";border-radius:var(--radius-card);background:conic-gradient(from var(--paywall-beam-angle), transparent 55%, #00e3ba 72%, #7aa4ff 84%, transparent 94%);-webkit-mask-composite:xor;pointer-events:none;padding:3px;animation:4s linear infinite plan-card-module__z-d0ka__paywall-beam;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes plan-card-module__z-d0ka__paywall-beam{to{--paywall-beam-angle:360deg}}.plan-card-module__z-d0ka__tag{z-index:1;background:linear-gradient(96deg, var(--color-green-400) 6%, #7aa4ff 94%);color:#fff;border-radius:0 8px;padding:2px 15px;font-size:12px;font-weight:700;position:absolute;top:-2px;right:-2px}
.paywall-module__9prJ5G__screen{min-height:var(--app-screen-height);background:url(/images/paywall/premium-glow.svg) top/100% no-repeat;flex-direction:column;display:flex}.paywall-module__9prJ5G__paywall .page-header{min-height:48px;padding:calc(env(safe-area-inset-top) + 4px) 16px 4px 8px;background:var(--color-bg-primary);border-bottom:1px solid var(--color-bg-primary)}.paywall-module__9prJ5G__body{padding-inline:var(--space-gutter);max-width:var(--app-max-width);flex:1;width:100%;margin:0 auto}.paywall-module__9prJ5G__title{padding-inline:var(--space-gutter);min-height:84px;color:var(--color-text-primary);text-align:center;white-space:pre-line;margin:0;font-size:20px;font-weight:700}.paywall-module__9prJ5G__illustration.paywall-module__9prJ5G__illustration{width:356px;height:267px;margin:0 auto;display:block}.paywall-module__9prJ5G__cards{margin-bottom:var(--space-gutter);flex-direction:column;gap:16px;display:flex}.paywall-module__9prJ5G__ctaWrapper{max-width:var(--app-max-width);padding:0 var(--space-gutter) var(--space-cta-bottom);z-index:1;width:100%;margin:0 auto;position:sticky;bottom:0}.paywall-module__9prJ5G__cta{box-sizing:border-box;color:#fff;background:var(--color-accent);justify-content:center;align-items:center;gap:0;height:52px;padding-block:14px;transition:transform .1s ease-in,background-color .22s;display:flex;position:relative;}.paywall-module__9prJ5G__cta:before{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:linear-gradient(98deg,#00e3ba 5%,#4478e7 97%);transition:opacity .22s;position:absolute;inset:0}.paywall-module__9prJ5G__cta>*{z-index:1;position:relative}.paywall-module__9prJ5G__cta:disabled{opacity:.6}.paywall-module__9prJ5G__ctaIcon{object-fit:contain;opacity:0;flex:none;width:0;height:24px;margin-right:0;transition:width .22s,margin-right .22s,opacity .18s;overflow:hidden}.paywall-module__9prJ5G__ctaIconVisible{opacity:1;width:24px;margin-right:8px}@media (prefers-reduced-motion:reduce){.paywall-module__9prJ5G__ctaIcon,.paywall-module__9prJ5G__cta,.paywall-module__9prJ5G__cta:before{transition:none}}.paywall-module__9prJ5G__ctaPurchase:before{opacity:1}.paywall-module__9prJ5G__ctaFree:before{opacity:0}.paywall-module__9prJ5G__ctaSpinner{border-color:#fff #ffffff59 #ffffff59;flex-shrink:0;margin-left:8px}.paywall-module__9prJ5G__ctaHidden{visibility:hidden;pointer-events:none}
.answer-list-module__kAr-HG__list{flex-direction:column;flex:1;gap:32px;display:flex}.answer-list-module__kAr-HG__title{color:var(--color-text-primary);text-align:center;margin:0;font-size:20px;font-weight:700}.answer-list-module__kAr-HG__cells{flex-direction:column;gap:16px;display:flex}.answer-list-module__kAr-HG__cell{border-radius:var(--radius-card);text-align:left;width:100%;font-family:var(--font-sans);color:var(--color-text-secondary);opacity:0;transition:opacity .35s ease-out,background .1s ease-in,color .1s ease-in,transform .1s ease-in;transition-delay:calc(var(--cell-index,0) * 60ms), 0s, 0s, 0s;background:#fff;border:none;align-items:center;gap:14px;padding:14px 18px;font-size:16px;font-weight:700;display:flex}.answer-list-module__kAr-HG__cellEntered{opacity:1}.answer-list-module__kAr-HG__cell:active{transform:scale(.98)}.answer-list-module__kAr-HG__selected{background:var(--color-accent);color:var(--color-text-on-accent)}.answer-list-module__kAr-HG__icon{border-radius:var(--radius-card);object-fit:cover;flex-shrink:0;width:44px;height:44px}.answer-list-module__kAr-HG__pendingSpinner{border-color:#00000026;border-top-color:var(--color-accent);flex-shrink:0;margin-left:auto}.answer-list-module__kAr-HG__selected .answer-list-module__kAr-HG__pendingSpinner{border-color:#fff #ffffff59 #ffffff59}
.SignInPage-module__xS5wfG__screen{min-height:100dvh;padding-top:calc(48px + env(safe-area-inset-top));flex-direction:column;display:flex}.SignInPage-module__xS5wfG__header{width:100%;max-width:var(--app-max-width);margin-bottom:76px;padding-inline:var(--space-gutter);text-align:center;flex-shrink:0;margin-inline:auto}.SignInPage-module__xS5wfG__body{width:100%;max-width:var(--app-max-width);margin-inline:auto;margin-bottom:var(--space-gutter);--carousel-step:min(307px, 100vw - 48px);--carousel-lead:max(0px, (100% - min(307px, 100% - 48px)) / 2);flex:1 0 auto}.SignInPage-module__xS5wfG__footer{width:100%;max-width:var(--app-max-width);padding:20px var(--space-gutter) var(--space-cta-bottom);background:var(--color-bg-primary);flex-shrink:0;margin-inline:auto;position:sticky;bottom:0}.SignInPage-module__xS5wfG__footer:before{content:"";inset-inline:0;background:linear-gradient(to top, var(--color-bg-primary), transparent);pointer-events:none;height:32px;position:absolute;bottom:100%}.SignInPage-module__xS5wfG__title{color:var(--color-text-primary);text-wrap:balance;font-size:1.25rem;font-weight:var(--fw-extrabold);margin:0 0 12px;line-height:1.75rem}.SignInPage-module__xS5wfG__description{color:var(--color-text-primary);text-wrap:balance;font-size:.875rem;font-weight:var(--fw-medium);margin:0;line-height:1.3}@media (max-width:1023px) and (max-height:660px){.SignInPage-module__xS5wfG__screen{padding-top:calc(24px + env(safe-area-inset-top))}.SignInPage-module__xS5wfG__header{margin-bottom:24px}}@media (min-width:640px) and (max-width:1023px){.SignInPage-module__xS5wfG__body{--carousel-fade-color:var(--color-bg-primary)}}@media (min-width:1024px){.SignInPage-module__xS5wfG__body{padding-inline:var(--space-gutter)}.SignInPage-module__xS5wfG__screen{padding-top:clamp(64px,10dvh,120px)}.SignInPage-module__xS5wfG__body{--carousel-step:calc((100% - var(--carousel-gap,12px)) / 2);--carousel-lead:0px;--carousel-arrow-offset:-64px;--carousel-fade-color:transparent;flex:none;margin-bottom:76px}.SignInPage-module__xS5wfG__footer{position:static}.SignInPage-module__xS5wfG__footer:before{display:none}.SignInPage-module__xS5wfG__header{margin-bottom:48px}.SignInPage-module__xS5wfG__title{letter-spacing:-.0425rem;margin-bottom:18px;font-size:2.125rem;line-height:1.3}.SignInPage-module__xS5wfG__description{color:var(--color-gray-650);font-size:1rem;font-weight:var(--fw-regular)}}
.LanguageSelectPage-module__wIswGa__screen{max-width:var(--app-max-width);flex-direction:column;margin:0 auto;padding:20px 0 0;display:flex;overflow-x:clip}.LanguageSelectPage-module__wIswGa__body{padding-inline:var(--space-gutter)}.LanguageSelectPage-module__wIswGa__title{color:var(--color-text-primary);text-align:center;font-size:20px;font-weight:700;line-height:var(--survey-title-line-height);min-height:var(--survey-title-min-height);margin:0 0 32px}.LanguageSelectPage-module__wIswGa__error{color:var(--color-text-alert);text-align:center;margin:0 0 8px;font-size:13px}.LanguageSelectPage-module__wIswGa__skeletonCell{opacity:1}.LanguageSelectPage-module__wIswGa__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}
.NameInputPage-module__nJ-JgW__screen{max-width:var(--app-max-width);min-height:var(--app-screen-height);flex-direction:column;margin:0 auto;padding:20px 0 0;display:flex;overflow-x:clip}.NameInputPage-module__nJ-JgW__body{padding-inline:var(--space-gutter);flex:1}.NameInputPage-module__nJ-JgW__title{color:var(--color-text-primary);text-align:center;white-space:pre-line;font-size:20px;font-weight:700;line-height:var(--survey-title-line-height);min-height:var(--survey-title-min-height);margin:0 0 32px}.NameInputPage-module__nJ-JgW__error{margin:0 var(--space-gutter) 8px;color:var(--color-text-alert);text-align:center;font-size:13px}.NameInputPage-module__nJ-JgW__ctaWrapper{padding:20px var(--space-gutter) var(--space-cta-bottom);background:var(--color-bg-primary);position:sticky;bottom:0}.NameInputPage-module__nJ-JgW__ctaWrapper:before{content:"";inset-inline:0;background:linear-gradient(to top, var(--color-bg-primary), transparent);pointer-events:none;height:32px;position:absolute;bottom:100%}.NameInputPage-module__nJ-JgW__cta{box-sizing:border-box;background:var(--color-accent);width:100%;color:var(--color-text-on-accent);border:none;border-radius:8px;justify-content:center;align-items:center;padding:13px 0;font-size:16px;font-weight:700;transition:background .2s ease-in,color .2s ease-in;display:flex;position:relative}.NameInputPage-module__nJ-JgW__cta:disabled{background:var(--color-bg-secondary);color:var(--color-text-inactive)}.NameInputPage-module__nJ-JgW__cta.NameInputPage-module__nJ-JgW__ctaPending:disabled{background:var(--color-accent);color:var(--color-text-on-accent)}.NameInputPage-module__nJ-JgW__ctaLabelHidden{visibility:hidden}.NameInputPage-module__nJ-JgW__ctaSpinner{border-color:#fff #ffffff59 #ffffff59;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.NameInputPage-module__nJ-JgW__skeletonTitleRow{justify-content:center;margin-bottom:60px;display:flex}.NameInputPage-module__nJ-JgW__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.NameInputPage-module__nJ-JgW__headerSpacer{height:var(--app-header-height-compact)}
.SurveyFlow-module__OHxAXG__progress{padding:11px 40px 32px}.SurveyFlow-module__OHxAXG__error{margin:12px var(--space-gutter) 0;color:var(--color-text-alert);text-align:center;font-size:13px}.SurveyFlow-module__OHxAXG__hiddenWhileLoading{opacity:0;pointer-events:none}.SurveyFlow-module__OHxAXG__loadingWrap{flex:1;justify-content:center;align-items:center;display:flex}.SurveyFlow-module__OHxAXG__fatal{padding:40px var(--space-gutter);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;display:flex}.SurveyFlow-module__OHxAXG__fatal .SurveyFlow-module__OHxAXG__error{margin:0}.SurveyFlow-module__OHxAXG__fatalActions{gap:12px;display:flex}.SurveyFlow-module__OHxAXG__fatalButtonPrimary{background:var(--color-accent);color:var(--color-text-on-accent);border:none;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:700}.SurveyFlow-module__OHxAXG__fatalButtonSecondary{border:1px solid var(--color-gray-300);color:var(--color-text-primary);background:0 0;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:700}@keyframes SurveyFlow-module__OHxAXG__step-in-forward{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes SurveyFlow-module__OHxAXG__step-in-backward{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}.SurveyFlow-module__OHxAXG__step{flex-direction:column;flex:1;display:flex}.SurveyFlow-module__OHxAXG__step[data-direction=forward]{animation:.25s ease-out both SurveyFlow-module__OHxAXG__step-in-forward}.SurveyFlow-module__OHxAXG__step[data-direction=backward]{animation:.25s ease-out both SurveyFlow-module__OHxAXG__step-in-backward}@media (prefers-reduced-motion:reduce){.SurveyFlow-module__OHxAXG__step[data-direction=forward],.SurveyFlow-module__OHxAXG__step[data-direction=backward]{animation:none}}
