.ff-pill{transition:background-color .1s,transform .1s}.ff-pill--dark{background-color:#171717}.ff-pill--light{background-color:#f6f4ef}.ff-pill--dark:hover{background-color:#0b0b0b}.ff-pill--light:hover{background-color:#eae6dd}.ff-pill:active{transform:scale(.96)}@media (prefers-reduced-motion:reduce){.ff-pill{transition:background-color .1s}.ff-pill:active{transform:none}}.ff-header-root{position:sticky;top:0;z-index:50;width:100%;height:94px;color:var(--f-heading,#121212);background:var(--f-bg,#ffffff);font-family:var(--f-font-body),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.ff-header-root[data-scrolled]{box-shadow:0 1px 0 var(--f-divider,rgba(0,0,0,.05)),0 4px 16px rgba(0,0,0,.03)}.ff-header-root,.ff-header-root *{box-sizing:border-box}.ff-header-root ul{padding:0;margin:0;list-style:none}.ff-header-root a{color:inherit;text-decoration:none}.ff-header-content{position:relative;z-index:3;display:flex;max-width:67rem;align-items:center;justify-content:space-between;margin:0 auto;padding:30px 1.5rem;gap:2.25rem}.ff-header-logo-wrap{flex:0 0 auto}.ff-header-logo-wrap a{display:block;padding:.5rem .75rem;margin:0 -.75rem;border-radius:6px}.ff-header-dropdown a:focus-visible,.ff-header-logo-wrap a:focus-visible,.ff-header-menu-button:focus-visible,.ff-header-page-menu>li>a:focus-visible{outline:2px solid var(--f-text-muted,#848281);outline-offset:2px}.ff-header-logo-img{display:block;width:auto;max-width:none;height:1.3125rem}.ff-header-nav{position:relative;width:100%}.ff-header-actions,.ff-header-nav-menu,.ff-header-page-menu{display:flex;align-items:center}.ff-header-nav-menu{justify-content:space-between;gap:16px}.ff-header-page-menu{justify-content:center;gap:4px}.ff-header-page-menu>li{position:relative;display:block}.ff-header-page-menu>li>a{display:block;padding:11px 10px;border-radius:6px;color:#282624;background:#fff;font-size:15px;font-weight:500;line-height:10px;white-space:nowrap;transition:color .2s,background .2s}.ff-header-chevron{display:inline-block;width:10px;height:10px;margin-left:2px;vertical-align:middle;transition:transform .2s}.ff-header-page-menu>li:focus-within>a,.ff-header-page-menu>li:hover>a{color:var(--f-heading,#121212);background:var(--f-bg-warm,#fbfaf9)}.ff-header-dropdown-group:focus-within .ff-header-chevron,.ff-header-dropdown-group:hover .ff-header-chevron{transform:rotate(-180deg)}.ff-header-dropdown{position:absolute;z-index:9999;top:calc(100% + 5px);left:-4px;width:316px;max-width:calc(100vw - 18px);padding:4px;border-radius:8px;background:#fff;box-shadow:0 3px 16px rgba(0,0,0,.1);opacity:0;pointer-events:none;transform:scale(.96);transform-origin:50% 0;transition:opacity .1s,transform .1s}.ff-header-dropdown:before{position:absolute;top:-8px;right:0;left:0;height:8px;content:""}.ff-header-dropdown-group:focus-within .ff-header-dropdown,.ff-header-dropdown-group:hover .ff-header-dropdown{opacity:1;pointer-events:auto;transform:none}.ff-header-dropdown ul{display:flex;flex-direction:column;border-radius:inherit;user-select:none}.ff-header-dropdown a,.ff-header-dropdown li{display:block}.ff-header-dropdown-product a,.ff-header-dropdown-resources a{position:relative;padding:10px 12px;border-radius:6px;color:var(--f-heading,#121212)}.ff-header-dropdown a:hover{color:var(--f-heading,#121212);background:var(--f-bg-warm,#fbfaf9)}.ff-header-dropdown-copy{display:flex;width:100%;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1px}.ff-header-dropdown-title{display:block;color:var(--f-heading,#121212);font-size:15px;font-weight:500;line-height:22px;letter-spacing:-.13px}.ff-header-dropdown-description{display:block;color:var(--f-text-muted,#848281);font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.09px;white-space:nowrap}.ff-header-actions{justify-content:space-between;gap:16px}.ff-header-login:hover{background:#eae6dd!important}.ff-header-start:hover{background:#121212!important}.ff-header-menu-button{position:relative;display:none;align-items:center;justify-content:center;width:32px;height:32px;margin:0 0 0 7px;padding:0;border:0;border-radius:8px;appearance:none;background:#fff;cursor:pointer}.ff-header-hamburger{display:flex;width:16px;height:12px;flex-direction:column;justify-content:space-between;color:var(--f-heading,#121212)}.ff-header-hamburger>span{display:block;height:2px;border-radius:2px;background:currentColor;transition:transform .2s,opacity .12s}.ff-header-menu-button[data-open] .ff-header-hamburger>span:first-child{transform:translateY(5px) rotate(45deg)}.ff-header-menu-button[data-open] .ff-header-hamburger>span:nth-child(2){opacity:0}.ff-header-menu-button[data-open] .ff-header-hamburger>span:last-child{transform:translateY(-5px) rotate(-45deg)}@media (max-width:768px){.ff-header-content{padding:18px 1.5rem}}@media (max-width:720px){.ff-header-root{height:64px}.ff-header-content{padding:16px 1.5rem}.ff-header-nav{right:-17px;display:flex}.ff-header-page-menu{display:none}.ff-header-nav-menu{gap:8px;margin-left:auto}.ff-header-actions{gap:8px}.ff-header-menu-button{display:inline-flex}}@media (max-width:429px){.ff-header-login{display:none!important}}@media (max-width:359px){.ff-header-content{padding-inline:.75rem}.ff-header-nav{right:0}}.ff-header-scrim{position:fixed;z-index:1;top:64px;right:0;bottom:0;left:0;background:rgba(18,18,18,.32)}.ff-header-mobile{position:absolute;z-index:2;top:100%;right:0;left:0;max-height:calc(100dvh - 64px);overflow-y:auto;border-top:1px solid var(--f-divider,rgba(0,0,0,.05));background:var(--f-bg,#ffffff);box-shadow:0 18px 40px rgba(0,0,0,.08)}.ff-header-mobile-inner{display:flex;flex-direction:column;padding:12px 1.5rem 24px;gap:2px}.ff-header-mobile-group{margin:14px 0 4px;color:var(--f-text-muted,#848281);font-size:13px;font-weight:500;line-height:18px}.ff-header-mobile-list{display:flex;flex-direction:column;padding:0;margin:0;gap:2px;list-style:none}.ff-header-mobile-list a{display:block;padding:10px 0;color:var(--f-heading,#121212);font-size:17px;font-weight:500;line-height:24px;letter-spacing:-.2px;text-decoration:none}.ff-header-mobile-plain{margin-top:14px;border-top:1px solid var(--f-divider,rgba(0,0,0,.05));padding-top:6px}.ff-header-mobile-login{display:inline-flex;height:44px;align-items:center;justify-content:center;margin-top:18px;border-radius:32px;background:var(--f-btn-light,#f6f4ef);color:var(--f-heading,#121212);font-size:17px;font-weight:500;text-decoration:none}@media (min-width:721px){.ff-header-mobile,.ff-header-scrim{display:none}}.dialog-shell_backdrop__HFZwN{position:fixed;z-index:100;inset:0;display:flex;align-items:center;justify-content:center;padding:16px;background:color-mix(in srgb,var(--sv-ink) 24%,transparent)}.dialog-shell_dialog__B8JBJ{position:relative;display:flex;width:min(343px,calc(100vw - 32px));height:min(780px,calc(100dvh - 32px));max-height:calc(100dvh - 32px);flex-direction:column;overflow:hidden;border-radius:var(--r-sheet);box-shadow:0 30px 90px color-mix(in srgb,var(--sv-ink) 25%,transparent);background:var(--c-surface);color:var(--c-ink);font-family:var(--font-landing)}.dialog-shell_close__RU_gr{position:absolute;z-index:2;top:16px;right:24px;display:inline-flex;width:var(--hit-min);height:var(--hit-min);align-items:center;justify-content:center;border:0;border-radius:var(--r-pill);background:color-mix(in srgb,var(--c-surface) 76%,var(--c-divider-warm));color:var(--c-muted-strong);cursor:pointer}.dialog-shell_close__RU_gr:hover{background:var(--c-divider-warm)}.dialog-shell_close__RU_gr:focus-visible{outline:var(--focus-outline) solid var(--c-focus)}.dialog-shell_scroller__sqA4F{min-height:0;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.dialog-shell_primaryAction__BxYJz{position:sticky;z-index:1;bottom:0;flex:0 0 auto;background:var(--c-surface)}@media (min-width:768px) and (max-width:999px){.dialog-shell_backdrop__HFZwN{padding:32px}.dialog-shell_dialog__B8JBJ{width:min(704px,calc(100vw - 64px));height:min(704px,calc(100dvh - 64px));max-height:calc(100dvh - 64px)}.dialog-shell_close__RU_gr{top:16px;right:32px}}@media (min-width:1000px){.dialog-shell_backdrop__HFZwN{padding:.75rem}.dialog-shell_dialog__B8JBJ{width:min(1240px,calc(100vw - 64px));height:min(760px,calc(100dvh - 64px));max-height:calc(100dvh - 64px)}.dialog-shell_close__RU_gr{top:.625rem;right:.9375rem}}@media (prefers-reduced-motion:reduce){.dialog-shell_backdrop__HFZwN,.dialog-shell_dialog__B8JBJ{animation:none;transition:none}}.typography_body__1O4Ou,.typography_caption__dyydY,.typography_h2Small___3VY9,.typography_svBody__QqWgQ,.typography_svH2__Chrwo,.typography_svProductButton__XtRVP,.typography_svProductInput__RubQM,.typography_svProductSectionTitle__BxH_2,.typography_svSmall__QJtON{color:inherit;font-family:var(--font-landing)}.typography_h2Small___3VY9{font-size:var(--t-h2-sm-size);font-weight:700;line-height:var(--t-h2-sm-lh);letter-spacing:-.04em}.typography_body__1O4Ou{font-size:var(--t-body-size);font-weight:400;line-height:var(--t-body-lh)}.typography_caption__dyydY{font-size:var(--t-caption-size);font-weight:400;line-height:var(--t-caption-lh)}.typography_svH2__Chrwo{font-size:var(--sv-text-h2-size);font-weight:600;line-height:var(--sv-text-h2-lh);letter-spacing:0}.typography_svBody__QqWgQ{font-size:var(--sv-text-body-size);font-weight:400;line-height:var(--sv-text-body-lh);letter-spacing:0}.typography_svSmall__QJtON{font-size:var(--sv-text-small-size);font-weight:500;line-height:var(--sv-text-small-lh);letter-spacing:0}.typography_svProductSectionTitle__BxH_2{font-size:var(--sv-text-product-title-size);font-weight:600;line-height:var(--sv-text-product-title-lh);letter-spacing:0}.typography_svProductButton__XtRVP{font-size:var(--sv-text-button-size);font-weight:600;line-height:var(--sv-text-button-lh);letter-spacing:0}.typography_svProductInput__RubQM{font-size:var(--sv-text-input-size);font-weight:400;line-height:var(--sv-text-input-lh);letter-spacing:0}.action-button_button__HK0Es{position:relative;display:inline-flex;min-width:var(--hit-min);min-height:var(--hit-min);align-items:center;justify-content:center;border:0;border-radius:var(--r-pill);padding-inline:24px;color:var(--c-surface);cursor:pointer;text-align:center;text-decoration:none;user-select:none}.action-button_button__HK0Es:before{position:absolute;top:50%;left:50%;width:max(100%,var(--hit-min));height:max(100%,var(--hit-min));content:"";transform:translate(-50%,-50%)}.action-button_dark__opR_F,.action-button_disabled__X4zW1,.action-button_primary__halHl{font-family:var(--font-landing);font-size:var(--text-min-body);font-weight:700;line-height:1}.action-button_primary__halHl{background:var(--c-cta)}.action-button_dark__opR_F{background:var(--c-ink)}.action-button_signup__u1LJ_{background:var(--c-signup-cta)}.action-button_button__HK0Es:disabled,.action-button_disabled__X4zW1{background:var(--c-divider);color:var(--c-disabled);cursor:not-allowed}.action-button_button__HK0Es:hover:not(:disabled){filter:brightness(.9);transform:translateY(-1px)}.action-button_button__HK0Es:active:not(:disabled){filter:brightness(.82);transform:translateY(0)}.action-button_button__HK0Es:focus-visible{outline:var(--focus-outline) solid var(--c-focus)}@media (min-width:768px) and (max-width:999px){.action-button_button__HK0Es{padding-inline:20px}}@media (min-width:1000px){.action-button_button__HK0Es{min-width:2.0625rem;min-height:var(--hit-min);padding-inline:1.3125rem}}.provider-button_button__TfftP{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:var(--hit-min);gap:10px;border:1px solid var(--c-divider-warm);border-radius:var(--r-card);background:var(--c-surface);color:var(--c-ink-soft);padding:11px 14px;text-align:center;cursor:pointer}.provider-button_button__TfftP:hover:not(:disabled){background:var(--c-page)}.provider-button_button__TfftP:focus-visible{outline:var(--focus-outline) solid var(--c-focus);outline-offset:var(--focus-outline)}.provider-button_button__TfftP:disabled{border-color:var(--c-divider);background:var(--c-page);color:var(--c-disabled);cursor:not-allowed}.provider-button_icon__O_uiv{flex:0 0 auto;width:20px;height:20px}.provider-button_button__TfftP:disabled .provider-button_icon__O_uiv{opacity:.55}@media (min-width:768px) and (max-width:999px){.provider-button_button__TfftP{gap:10px;padding:11px 16px}}@media (min-width:1000px){.provider-button_button__TfftP{gap:.5rem;border-width:1px;padding:.5rem .75rem}.provider-button_icon__O_uiv{width:.9375rem;height:.9375rem}}.text-input_field__vmHZ1{display:grid;width:100%;gap:6px}.text-input_label__h3bDA{color:var(--c-ink-soft)}.text-input_input__6urWZ{box-sizing:border-box;width:100%;min-height:var(--hit-min);border:1px solid var(--c-divider-warm);border-radius:var(--r-card);background:var(--c-surface);color:var(--c-ink);padding:0 12px}.text-input_input__6urWZ::placeholder{color:var(--c-muted-strong);opacity:1}.text-input_input__6urWZ[aria-invalid]:not([aria-invalid=false]){border-color:var(--c-signup-cta)}.text-input_input__6urWZ:focus-visible{outline:var(--focus-outline) solid var(--c-focus);outline-offset:var(--focus-outline)}.text-input_input__6urWZ:disabled{border-color:var(--c-divider);background:var(--c-page);color:var(--c-disabled);cursor:not-allowed}.text-input_input__6urWZ:disabled::placeholder{color:var(--c-disabled)}.text-input_error__sF8Wp,.text-input_hint__zyqR6{margin:0}.text-input_error__sF8Wp{color:var(--c-signup-cta)}.text-input_hint__zyqR6{color:var(--c-muted-strong)}@media (min-width:768px) and (max-width:999px){.text-input_field__vmHZ1{gap:6px}.text-input_input__6urWZ{padding:0 12px}}@media (min-width:1000px){.text-input_field__vmHZ1{gap:.3125rem}.text-input_input__6urWZ{border-width:1px;padding:0 .5625rem}}.wizard-stepper_stepper__iy2Un{display:inline-flex;width:min(259px,100%);flex-direction:column;color:var(--c-muted);font-family:var(--font-landing)}.wizard-stepper_bars__sGK2_{display:grid;width:100%;grid-template-columns:repeat(var(--wizard-step-count),minmax(0,1fr));gap:6px}.wizard-stepper_bar__Ze_gH{height:4px;border-radius:var(--r-pill);background:var(--c-divider)}.wizard-stepper_bar__Ze_gH.wizard-stepper_active__TKK6k,.wizard-stepper_bar__Ze_gH.wizard-stepper_completed__Z_eCQ{background:var(--c-signup-cta)}.wizard-stepper_mobileLabel__G1D_Q{display:block;margin-top:7px;color:var(--c-muted);font-size:var(--text-min-sm);font-weight:500;line-height:1.25}.wizard-stepper_desktopLabels__G_0r7{display:none}@media (min-width:768px) and (max-width:999px){.wizard-stepper_stepper__iy2Un{width:259px}}@media (min-width:1000px){.wizard-stepper_stepper__iy2Un{width:auto}.wizard-stepper_bars__sGK2_,.wizard-stepper_mobileLabel__G1D_Q{display:none}.wizard-stepper_desktopLabels__G_0r7{display:flex;align-items:center;gap:.5rem;color:var(--c-muted);font-size:var(--text-min-sm);font-weight:400;line-height:1;white-space:nowrap}.wizard-stepper_desktopLabel__uHiXc{display:inline-flex;align-items:center;gap:.5rem}.wizard-stepper_desktopLabel__uHiXc.wizard-stepper_completed__Z_eCQ{color:var(--c-muted-strong)}.wizard-stepper_desktopLabel__uHiXc.wizard-stepper_active__TKK6k{color:var(--c-signup-cta);font-weight:600}.wizard-stepper_separator__oRxx2{color:var(--c-divider-warm);font-weight:400}}.plan-step_planStep__aQlsB{position:relative;width:100%;min-height:748px;color:var(--c-ink-soft)}.plan-step_stepper__mCGiB{position:absolute;top:30px;left:24px}.plan-step_planContent__ivWWj{position:absolute;top:76px;left:24px;width:calc(100% - 48px)}.plan-step_title__iTmyh{margin:0;color:var(--c-ink-soft)}.plan-step_description__Hc7HY{width:272px;margin:6px 0 8px;color:var(--c-muted-strong)}.plan-step_itemNumber__mfUg3{color:var(--c-muted)}.plan-step_list__8OF6J{height:402px;margin:0;padding:0;list-style:none}.plan-step_list__8OF6J li{position:relative;display:grid;min-height:36px;grid-template-columns:24px minmax(0,1fr) 16px;padding:8px 0}.plan-step_list__8OF6J li>svg{color:var(--c-muted-strong)}.plan-step_itemTitle__xhPDL{display:block;color:var(--c-ink-soft);font-weight:600}.plan-step_itemDescription__1NaQr{display:none;margin:2px 0 0;color:var(--c-muted-soft)}.plan-step_list__8OF6J .plan-step_planItemOpen__1wvi9{min-height:182px;border-bottom:1px solid var(--c-divider)}.plan-step_planDetails__68Rip{display:flex;flex-direction:column;gap:7px;margin-top:8px}.plan-step_planDetails__68Rip b{font-weight:600}.plan-step_planDetails__68Rip small{color:var(--c-muted-strong);font-weight:400}.plan-step_planTools___3bhp{position:absolute;top:422px;left:0;display:flex;width:100%;align-items:center;gap:9px}.plan-step_planTools___3bhp button{display:inline-flex;min-width:var(--hit-min);min-height:var(--hit-min);align-items:center;gap:7px;border:0;background:transparent;color:var(--c-muted-strong);padding:0;cursor:pointer}.plan-step_planTools___3bhp .plan-step_planToolButton__bWtYf:first-child{flex:0 0 auto}.plan-step_planTools___3bhp .plan-step_planToolButton__bWtYf:nth-child(2){margin-left:auto;width:190px;justify-content:center;border:1px solid var(--c-divider-warm);border-radius:var(--r-card);background:var(--c-page);color:var(--c-ink-soft);padding:0 10px}.plan-step_planTools___3bhp button:focus-visible{outline:var(--focus-outline) solid var(--c-focus);outline-offset:2px}.plan-step_planTools___3bhp .plan-step_planToolAction__j4qdK,.plan-step_signupPanel__HoKIV{display:none}.plan-step_signupTitle__hLKO1{margin:0}.plan-step_signupDescription__bX4U7{color:var(--c-muted-strong)}@media (min-width:768px) and (max-width:999px){.plan-step_planStep__aQlsB{min-height:660px}.plan-step_stepper__mCGiB{top:30px;left:50%;transform:translateX(-50%)}.plan-step_planContent__ivWWj{top:76px;left:32px;width:calc(100% - 64px)}.plan-step_description__Hc7HY{width:auto;margin-bottom:0;white-space:normal}.plan-step_list__8OF6J{height:auto;margin-top:16px}.plan-step_list__8OF6J .plan-step_planItemOpen__1wvi9{min-height:172px;border-bottom:0}.plan-step_planTools___3bhp{top:430px;width:100%}.plan-step_planTools___3bhp button:last-child{width:192px}}@media (min-width:1000px){.plan-step_planStep__aQlsB{display:grid;width:100%;height:100%;min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:minmax(0,1fr);gap:24px;box-sizing:border-box;padding:57px 24px clamp(16px,3.5dvh,38px)}.plan-step_stepper__mCGiB{top:22px;left:50%;transform:translateX(-50%)}.plan-step_planContent__ivWWj{position:static;display:flex;width:auto;min-width:0;min-height:0;flex-direction:column;box-sizing:border-box;padding:24px 28px;border-right:1px solid var(--c-divider-soft);background:var(--c-page)}.plan-step_description__Hc7HY{width:auto;margin:8px 0 14px;white-space:normal}.plan-step_list__8OF6J{height:auto;min-height:0;flex:1 1 auto;margin:0;overflow:auto}.plan-step_list__8OF6J li{min-height:50px;grid-template-columns:28px minmax(0,1fr) 16px;padding:9px 0;border-top:1px solid var(--c-divider-soft)}.plan-step_list__8OF6J li:first-child{border-top:0}.plan-step_itemDescription__1NaQr{display:block}.plan-step_list__8OF6J .plan-step_planItemOpen__1wvi9{min-height:140px;border-bottom:0}.plan-step_planDetails__68Rip{gap:6px;margin-top:6px}.plan-step_planTools___3bhp{position:static;width:auto;flex:0 0 auto;margin-top:auto;padding-top:8px}.plan-step_planTools___3bhp button{min-height:var(--hit-min)}.plan-step_planTools___3bhp .plan-step_planToolButton__bWtYf:nth-child(2){width:auto;padding:0 10px}.plan-step_planTools___3bhp .plan-step_planToolAction__j4qdK:disabled{display:inline-flex;width:auto;min-width:182px;height:44px;justify-content:center;padding:0 10px;border-radius:10px;background:color-mix(in srgb,var(--c-signup-cta) 13%,var(--c-surface));color:color-mix(in srgb,var(--c-signup-cta) 28%,var(--c-surface))}.plan-step_planContent__ivWWj{background:var(--c-bg-plan)}.plan-step_signupPanel__HoKIV{position:static;display:flex;width:auto;min-width:0;min-height:0;align-items:center;justify-content:center;box-sizing:border-box;margin:clamp(0px,3.2dvh,35px) 0;padding:clamp(16px,2.9dvh,31px);background:var(--c-bg-signup)}.plan-step_signupCard__KGxUs{display:flex;width:100%;box-sizing:border-box;flex-direction:column;padding:clamp(24px,3.7dvh,40px) 24px clamp(24px,3.9dvh,42px);border-radius:20px;background:var(--c-surface);text-align:center}.plan-step_signupAction__6P6SD{width:100%;height:46px;margin-top:clamp(16px,3.4dvh,37px);border-radius:10px}.plan-step_signupConsent__cO9iN{margin:clamp(12px,1.5dvh,16px) 0 0;color:var(--c-muted-strong);font-size:13px;line-height:1.4}.plan-step_signupConsent__cO9iN a{color:inherit;text-decoration:underline;text-underline-offset:2px}.plan-step_signupConsent__cO9iN a:hover{color:var(--c-ink)}.plan-step_signupBack__A1J7d{margin-top:clamp(16px,4.4dvh,48px);border:0;background:none;color:var(--c-muted-strong);cursor:pointer;font-family:inherit;font-size:15px;line-height:1.4}.plan-step_signupBack__A1J7d:hover{color:var(--c-ink)}.plan-step_signupDescription__bX4U7{margin:6px 0 16px}.plan-step_providerButton___EqGX{min-height:var(--hit-min);margin-top:4px}.plan-step_providerButton___EqGX+.plan-step_providerButton___EqGX{margin-top:12px}.plan-step_separator__SJO6c{display:flex;align-items:center;gap:16px;margin:18px 0 13px;color:var(--c-muted-strong)}.plan-step_separator__SJO6c:after,.plan-step_separator__SJO6c:before{height:1px;flex:1;background:var(--c-divider-soft);content:""}.plan-step_fields__YJs8w{display:grid;gap:10px;text-align:left}}@media (min-width:1000px) and (max-height:820px){.plan-step_signupPanel__HoKIV{margin:0;padding:12px}.plan-step_signupCard__KGxUs{padding:20px 24px}.plan-step_signupAction__6P6SD{margin-top:16px}.plan-step_signupBack__A1J7d{margin-top:20px}}.recognition-step_step___K_TQ,.recognition-step_step___K_TQ *,.recognition-step_step___K_TQ :after,.recognition-step_step___K_TQ :before{box-sizing:border-box}.recognition-step_step___K_TQ{display:flex;width:100%;min-height:100%;flex-direction:column;padding:30px 24px max(24px,env(safe-area-inset-bottom));color:var(--c-ink-soft);font-family:var(--font-landing)}.recognition-step_stepper__miAKq{flex:0 0 auto}.recognition-step_title__33iG4{margin-top:11px}.recognition-step_heading__5tCxN{margin:0;color:var(--c-ink-soft);font-size:22px;font-weight:600;line-height:27px}.recognition-step_description__DAzk0{width:min(280px,100%);margin:5px 0 0;color:var(--c-muted-strong);font-size:var(--text-min-sm);line-height:16px}.recognition-step_media__bggDS{width:100%;margin-top:25px}.recognition-step_mainImage__uMn02{position:relative;width:100%;aspect-ratio:295/216;overflow:hidden;border:1px solid var(--c-divider-soft);border-radius:var(--r-image)}.recognition-step_mainImage__uMn02 img,.recognition-step_thumbImage__oMNr6 img{object-fit:cover}.recognition-step_thumbs__92HWi{display:grid;margin-top:12px;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.recognition-step_thumb__PlEP2{position:relative;width:100%;height:40px;border:0;padding:0;background:transparent;cursor:pointer}.recognition-step_status__s_itp button:after,.recognition-step_thumb__PlEP2:after{position:absolute;top:50%;left:50%;width:max(100%,var(--hit-min));height:max(100%,var(--hit-min));content:"";transform:translate(-50%,-50%)}.recognition-step_thumbImage__oMNr6{position:absolute;inset:0;overflow:hidden;border:1px solid var(--c-divider-soft);border-radius:var(--r-thumb)}.recognition-step_activeThumb__Dkrs5 .recognition-step_thumbImage__oMNr6{border:2px solid var(--c-ink-soft)}.recognition-step_back__gn7IM:focus-visible,.recognition-step_status__s_itp button:focus-visible,.recognition-step_thumb__PlEP2:focus-visible{border-radius:var(--r-thumb);outline:var(--focus-outline) solid var(--c-focus);outline-offset:2px}.recognition-step_copy__B8r7n{width:100%;margin-top:12px}.recognition-step_summary__aVhmh{position:relative;border-radius:var(--r-chip);padding:8px 16px 6px;background:color-mix(in srgb,var(--c-surface) 78%,var(--c-divider-warm))}.recognition-step_summary__aVhmh:before{display:none}.recognition-step_status__s_itp{display:flex;height:36px;align-items:center;justify-content:space-between}.recognition-step_status__s_itp button,.recognition-step_status__s_itp span{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;font:inherit}.recognition-step_status__s_itp span{color:var(--c-success);font-size:var(--text-min-xs);font-weight:600}.recognition-step_status__s_itp button{position:relative;min-height:28px;padding:0 4px;color:var(--c-ink-soft);cursor:pointer;font-size:12px}.recognition-step_guess__hOU3K{margin-top:0}.recognition-step_guess__hOU3K>img{display:none}.recognition-step_guess__hOU3K strong{display:block;font-size:15px;line-height:19px}.recognition-step_guessDescription__SGR2W{width:min(261px,100%);margin:6px 0 0;color:var(--c-muted-strong);font-size:12px;line-height:15px}.recognition-step_summary__aVhmh dl{display:grid;width:100%;margin:8px 0 0;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}.recognition-step_summary__aVhmh dl div{min-width:0;height:42px}.recognition-step_summary__aVhmh dl div:nth-child(n+3){border-top:1px solid var(--c-divider-soft);padding-top:5px}.recognition-step_summary__aVhmh dt{color:var(--c-muted-strong);font-size:12px;font-weight:500}.recognition-step_summary__aVhmh dd{margin:3px 0 0;color:var(--c-ink-soft);font-size:var(--text-min-sm);font-weight:600}.recognition-step_actions__xEOxR{display:flex;width:100%;flex-direction:column;align-items:center;margin-top:23px}.recognition-step_back__gn7IM{order:2;display:inline-flex;min-width:136px;min-height:var(--hit-min);align-items:center;justify-content:center;gap:4px;border:0;padding:0 8px;background:transparent;color:var(--c-muted-strong);cursor:pointer;font-family:inherit;font-size:var(--text-min-sm)}.recognition-step_actions__xEOxR .recognition-step_confirm__G09bu{order:1;width:100%;min-height:52px;border-radius:10px;font-size:var(--text-min-body)}@media (min-width:768px) and (max-width:999px){.recognition-step_step___K_TQ{position:relative;display:block;height:640px;min-height:640px;padding:0}.recognition-step_stepper__miAKq{position:absolute;top:30px;left:50%;transform:translateX(-50%)}.recognition-step_title__33iG4{position:absolute;top:76px;left:32px;margin:0}.recognition-step_heading__5tCxN{font-size:22px;line-height:27px}.recognition-step_description__DAzk0{width:auto;margin-top:5px;font-size:var(--text-min-sm)}.recognition-step_media__bggDS{position:absolute;top:160px;left:392px;width:280px;margin:0}.recognition-step_mainImage__uMn02{width:280px;height:202px;aspect-ratio:auto;border-radius:var(--r-image)}.recognition-step_thumbs__92HWi{margin-top:24px;grid-template-columns:repeat(5,52px);gap:5px}.recognition-step_thumb__PlEP2{width:52px;height:36px}.recognition-step_thumbImage__oMNr6{border-radius:var(--r-thumb)}.recognition-step_copy__B8r7n{position:absolute;top:160px;left:32px;width:310px;height:436px;margin:0}.recognition-step_summary__aVhmh{height:329px;border-radius:0;padding:0;background:transparent}.recognition-step_summary__aVhmh:before{position:absolute;inset:0 0 132px;display:block;border-radius:var(--r-chip);background:var(--c-surface);box-shadow:0 12px 40px color-mix(in srgb,var(--c-ink-soft) 4%,transparent);content:""}.recognition-step_status__s_itp{position:absolute;z-index:1;top:16px;left:16px;width:278px;height:29px;border-bottom:1px solid var(--c-divider-soft);padding-bottom:13px}.recognition-step_status__s_itp span{font-size:var(--text-min-xs)}.recognition-step_status__s_itp button{font-size:12px}.recognition-step_guess__hOU3K{position:absolute;z-index:1;top:55px;left:16px;display:grid;margin:0;grid-template-columns:110px 1fr;gap:16px;align-items:center}.recognition-step_guess__hOU3K>img{display:block;width:110px;height:129px;object-fit:contain}.recognition-step_guess__hOU3K strong{font-size:15px;line-height:18px}.recognition-step_guessDescription__SGR2W{width:auto;font-size:12px;line-height:15px}.recognition-step_summary__aVhmh dl{position:absolute;top:229px;left:0;width:310px;margin:0;column-gap:0}.recognition-step_summary__aVhmh dl div{height:50px}.recognition-step_summary__aVhmh dl div:nth-child(n+3){padding-top:14px}.recognition-step_summary__aVhmh dt{font-size:12px}.recognition-step_summary__aVhmh dd{font-size:var(--text-min-sm)}.recognition-step_actions__xEOxR{position:absolute;top:392px;left:0;display:flex;width:310px;height:var(--hit-min);flex-direction:row;align-items:center;justify-content:space-between;margin:0}.recognition-step_back__gn7IM{order:0;min-width:96px;justify-content:flex-start}.recognition-step_actions__xEOxR .recognition-step_confirm__G09bu{order:0;width:150px;min-height:var(--hit-min);flex:0 0 150px}}@media (min-width:1000px){.recognition-step_step___K_TQ{display:grid;width:100%;height:100%;min-height:0;padding:22px 32px 20px;grid-template-areas:"stepper stepper" "title ." "copy media";grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto minmax(0,1fr);column-gap:32px;row-gap:18px}.recognition-step_stepper__miAKq{grid-area:stepper;justify-self:center}.recognition-step_title__33iG4{min-width:0;margin:10px 0 0;grid-area:title}.recognition-step_heading__5tCxN{font-size:30px;line-height:37px}.recognition-step_description__DAzk0{width:auto;margin-top:3px;font-size:14px;line-height:normal}.recognition-step_media__bggDS{display:flex;width:100%;min-width:0;flex-direction:column;align-self:start;gap:12px;margin:0;grid-area:media}.recognition-step_mainImage__uMn02{width:100%;height:auto;flex:0 0 auto;aspect-ratio:688/480;border-radius:16px}.recognition-step_thumbs__92HWi{width:100%;margin:0;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.recognition-step_thumb__PlEP2{display:block;width:100%;height:auto;aspect-ratio:125/70}.recognition-step_thumbImage__oMNr6{border-radius:var(--r-thumb)}.recognition-step_copy__B8r7n{display:flex;width:100%;height:100%;min-width:0;min-height:0;flex-direction:column;gap:24px;margin:0;grid-area:copy}.recognition-step_summary__aVhmh{display:grid;min-width:0;flex:0 0 auto;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;border-radius:0;padding:0;background:transparent}.recognition-step_summary__aVhmh:before{z-index:0;display:block;border-radius:16px;background:var(--c-surface);box-shadow:0 12px 40px color-mix(in srgb,var(--c-ink-soft) 4%,transparent);content:"";grid-column:1;grid-row:1/3}.recognition-step_status__s_itp{z-index:1;width:auto;height:40px;min-width:0;margin:22px 22px 0;border-bottom:1px solid var(--c-divider-soft);padding-bottom:16px;grid-column:1;grid-row:1}.recognition-step_status__s_itp span{font-size:12.5px}.recognition-step_status__s_itp button{min-height:28px;font-size:13px}.recognition-step_guess__hOU3K{z-index:1;display:grid;min-width:0;align-items:center;margin:0;padding:17px 22px 20px;grid-column:1;grid-row:2;grid-template-columns:110px minmax(0,1fr);gap:16px}.recognition-step_guess__hOU3K>img{display:block;width:110px;height:129px;object-fit:contain}.recognition-step_guess__hOU3K strong{font-size:17px;line-height:22px}.recognition-step_guessDescription__SGR2W{width:auto;margin-top:5px;font-size:14px;line-height:20px}.recognition-step_summary__aVhmh dl{width:100%;min-width:0;margin:32px 0 0;grid-column:1;grid-row:3;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}.recognition-step_summary__aVhmh dl div{min-width:0;height:auto;min-height:52px}.recognition-step_summary__aVhmh dl div:nth-child(n+3){padding-top:14px}.recognition-step_summary__aVhmh dt{font-size:12px}.recognition-step_summary__aVhmh dd{font-size:15px}.recognition-step_actions__xEOxR{display:flex;width:100%;height:auto;min-height:var(--hit-min);flex:0 0 auto;flex-direction:row;align-items:center;justify-content:space-between;margin:auto 0 0}.recognition-step_back__gn7IM{order:0;min-width:var(--hit-min);justify-content:flex-start;padding-inline:8px;font-size:13px}.recognition-step_actions__xEOxR .recognition-step_confirm__G09bu{order:0;width:auto;min-width:132.5px;min-height:48px;flex:0 0 auto;border-radius:10px;padding-inline:25px;font-size:14px}}.series-step_root__v3YkM{display:block;width:100%;height:100%;min-height:0;padding:0}.series-step_pair__ge0lm{position:absolute;top:56px;left:18px;display:grid;width:320px;grid-template-columns:repeat(2,154px);gap:12px;overflow:hidden}.series-step_mediaLabel__BIU6C{display:block;height:20px;color:var(--c-muted-soft);font-size:11px;font-weight:600;line-height:normal}.series-step_figure__Bhtcq{position:relative;width:154px;height:216px;margin:0;overflow:hidden;border-radius:var(--r-image);background:var(--c-divider-soft)}.series-step_image__N2dMq{object-fit:cover}.series-step_details__DyRB_{position:absolute;top:316px;left:18px;width:calc(100% - 36px);padding:0}.series-step_title__KPwk_{margin:0;font-size:18px;font-weight:700;line-height:22px;letter-spacing:normal}.series-step_description__llZXS{min-height:0;margin:2px 0 17px;padding:0;border:0;color:var(--c-muted-soft);font-size:12px;line-height:1.3}.series-step_seriesCountCopy__6FwHU{display:inline}.series-step_seriesCountCopy__6FwHU:before{content:" · "}.series-step_tabs__l5sco{display:flex;flex-direction:column}.series-step_tab___LAvF{position:relative;min-height:var(--hit-min);padding:0;border:0;background:transparent;color:var(--c-muted-soft);cursor:pointer;font-family:inherit;font-size:14px;line-height:normal;text-align:left}.series-step_tab___LAvF.series-step_activeTab__ActaZ{color:var(--c-ink);font-weight:700}.series-step_tab___LAvF.series-step_activeTab__ActaZ:before{content:none}.series-step_nav__2qqZG button:focus-visible,.series-step_tab___LAvF:focus-visible{outline:var(--focus-outline) solid var(--c-focus);outline-offset:-3px}.series-step_nav__2qqZG{position:absolute;top:369px;left:76px;display:flex;width:166px;align-items:center;justify-content:center;gap:10px;margin:0}.series-step_nav__2qqZG button{display:inline-flex;width:var(--hit-min);height:var(--hit-min);align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--c-ink);cursor:pointer}.series-step_nav__2qqZG button:disabled{color:var(--c-muted-soft);cursor:default;opacity:1}.series-step_counter__vH_Zs{font-size:14px;line-height:normal;white-space:nowrap}@media (min-width:768px) and (max-width:999px){.series-step_pair__ge0lm{top:32px;left:32px;width:462px;grid-template-columns:repeat(2,225px);gap:12px}.series-step_mediaLabel__BIU6C{height:24px;font-size:11px}.series-step_figure__Bhtcq{width:225px;height:300px;border-radius:var(--r-image)}.series-step_details__DyRB_{top:56px;left:516px;width:156px;padding:0}.series-step_title__KPwk_{width:141px;font-size:18px;line-height:22px}.series-step_description__llZXS{min-height:47px;margin:4px 0 0;padding:0 0 14px;border-bottom:1px solid var(--c-divider-soft);font-size:11px;line-height:14px}.series-step_seriesCountCopy__6FwHU{display:block}.series-step_seriesCountCopy__6FwHU:before{content:none}.series-step_tab___LAvF{min-height:var(--hit-min);padding:0;font-size:12px}.series-step_nav__2qqZG{top:337px;left:0;width:156px;justify-content:space-between;margin:0}}@media (min-width:1000px){.series-step_root__v3YkM{display:grid;grid-template-columns:minmax(0,1fr) 266px;gap:40px;width:100%;height:100%;min-height:0;padding:var(--series-pad-y) 45px var(--series-pad-y)}.series-step_pair__ge0lm{position:static;width:auto;height:auto;min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.series-step_mediaLabel__BIU6C{height:var(--series-label-h);font-size:12px}.series-step_figure__Bhtcq{width:100%;height:auto;aspect-ratio:1086/1448;min-height:0;border-radius:0}.series-step_details__DyRB_{position:static;width:auto;height:100%;min-height:0;overflow:hidden;padding:1.375rem 0 0}.series-step_title__KPwk_{width:auto;padding-right:32px;font-size:1.0625rem;line-height:normal}.series-step_description__llZXS{min-height:2.8125rem;margin:.375rem 0 .9375rem;padding-bottom:.8125rem;border-bottom:1px solid var(--c-divider-soft);font-size:var(--text-min-sm);line-height:1.3}.series-step_seriesCountCopy__6FwHU{display:block}.series-step_seriesCountCopy__6FwHU:before{content:none}.series-step_tab___LAvF{min-height:var(--hit-min);padding-left:.625rem;font-size:var(--text-min-body)}.series-step_tab___LAvF.series-step_activeTab__ActaZ:before{content:"";position:absolute;top:calc((var(--hit-min) - .75rem) / 2);left:0;display:block;width:.125rem;height:.75rem;background:var(--c-accent)}.series-step_nav__2qqZG{position:static;width:auto;justify-content:flex-start;gap:.5rem;margin-top:.8125rem}.series-step_counter__vH_Zs{font-size:var(--text-min-body)}}.upload-step_uploadStep__zVH0k{position:relative;width:100%;height:100%;margin:0;padding:0;text-align:left}.upload-step_stepper__QGafL{position:absolute;z-index:5;top:30px;left:24px;transform:none}.upload-step_title__rg3fu{position:absolute;top:76px;left:24px;margin:0;color:var(--c-ink-soft)}.upload-step_description__Rjddp{position:absolute;top:112px;left:24px;width:275px;margin:0;color:var(--c-muted-strong)}.upload-step_dropzone__DpcdV{position:absolute;top:164px;left:24px;display:flex;width:calc(100% - 48px);height:496px;align-items:center;flex-direction:column;justify-content:center;margin:0;border:1px solid var(--c-divider-warm);border-radius:var(--r-chip);background:color-mix(in srgb,var(--c-surface) 76%,var(--c-divider-warm));cursor:pointer}.upload-step_dropzone__DpcdV:focus-within{outline:var(--focus-outline) solid var(--c-focus);outline-offset:2px}.upload-step_dropzone__DpcdV svg{width:30px;height:30px;margin-bottom:15px;color:var(--c-hero-stage)}.upload-step_dropzone__DpcdV strong{font-size:15px;font-weight:600}.upload-step_dropzone__DpcdV span{margin-top:6px;color:var(--c-muted-soft);font-size:13px}.upload-step_dropzone__DpcdV input{position:absolute;width:1px;height:1px;opacity:0}.upload-step_uploadIconCircle__lRXNr{display:inline-flex;width:66px;height:66px;align-items:center;justify-content:center;margin-bottom:17px;border:1px solid color-mix(in srgb,var(--c-surface) 36%,var(--c-divider-warm));border-radius:50%;background:var(--c-bg-series)}.upload-step_uploadDesktopCopy__NjRH5,.upload-step_uploadHint__67TqU{display:none}.upload-step_uploadMobileCopy__3jym4{display:inline}.upload-step_uploadAction__6w68f{position:absolute;top:680px;right:auto;bottom:auto;left:24px;width:calc(100% - 48px);height:52px;min-height:var(--hit-min);border-radius:10px;white-space:nowrap}.upload-step_uploadStep__zVH0k .upload-step_uploadAction__6w68f:disabled{border:1px solid color-mix(in srgb,var(--c-surface) 36%,var(--c-divider-warm));background:color-mix(in srgb,var(--c-surface) 76%,var(--c-divider-warm));color:var(--c-divider-warm)}@media (min-width:768px) and (max-width:999px){.upload-step_stepper__QGafL{top:30px;left:50%;transform:translateX(-50%)}.upload-step_description__Rjddp,.upload-step_title__rg3fu{left:32px}.upload-step_dropzone__DpcdV{left:32px;width:calc(100% - 64px);height:340px}.upload-step_uploadIconCircle__lRXNr{margin-bottom:15px}.upload-step_uploadAction__6w68f{top:528px;left:32px;width:calc(100% - 64px)}}@media (min-width:1000px){.upload-step_uploadStep__zVH0k{display:flex;height:100%;flex-direction:column;padding:65px 70px 9px}.upload-step_stepper__QGafL{top:22px;left:auto;align-self:center;transform:none}.upload-step_title__rg3fu{position:static;margin:0}.upload-step_description__Rjddp{position:static;width:560px;margin:7px 0 24px}.upload-step_dropzone__DpcdV{position:relative;top:auto;left:auto;width:100%;height:auto;min-height:0;flex:1;margin:0;border-radius:16px}.upload-step_uploadDesktopCopy__NjRH5{display:inline}.upload-step_uploadMobileCopy__3jym4{display:none}.upload-step_dropzone__DpcdV .upload-step_uploadHint__67TqU{display:block;margin-top:8px;color:var(--c-muted-strong);font-size:14px}.upload-step_dropzone__DpcdV .upload-step_uploadHint__67TqU b{color:var(--c-signup-cta);font-weight:600}.upload-step_uploadIconCircle__lRXNr{width:66px;height:66px;margin-bottom:15px}.upload-step_dropzone__DpcdV strong{font-size:18px}.upload-step_uploadAction__6w68f{position:relative;inset:auto;width:auto;min-width:184px;height:46px;flex:0 0 auto;align-self:flex-end;margin-top:24px;border-radius:10px}}.guest-dialog_plan__ZicQ_,.guest-dialog_recognition__u_a_e,.guest-dialog_series__VN12A,.guest-dialog_upload__WWlqs{max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);overflow:auto}.guest-dialog_planAction__M2yBq{width:calc(100% - 48px);height:48px;min-height:var(--hit-min);margin:0 24px 16px;border-radius:var(--r-card)}@media (min-width:768px) and (max-width:999px){.guest-dialog_upload__WWlqs{width:560px;height:612px}.guest-dialog_recognition__u_a_e{width:704px;height:640px}.guest-dialog_plan__ZicQ_{width:560px;height:660px}.guest-dialog_series__VN12A{width:704px;height:440px}.guest-dialog_planAction__M2yBq{width:calc(100% - 64px);margin:0 32px 16px}}@media (min-width:1000px){.guest-dialog_series__VN12A{width:min(1240px,calc(100vw - 80px));height:auto;--series-pad-y:32px;--series-label-h:30px}.guest-dialog_seriesClose__dTc4e{top:calc(var(--series-pad-y) + (var(--series-label-h) - 44px) / 2);right:24px}.guest-dialog_recognition__u_a_e{width:min(1320px,calc(100vw - 64px));height:auto}.guest-dialog_plan__ZicQ_.guest-dialog_plan__ZicQ_{height:auto;min-height:min(712px,calc(100dvh - 64px))}.guest-dialog_planAction__M2yBq{display:none}}