.signup-module__CJkRVW__container{background:var(--color-stone);flex-direction:column;min-height:100vh;display:flex}.signup-module__CJkRVW__nav{padding:var(--space-md)0;border-bottom:1px solid var(--color-mist);background:var(--color-stone);z-index:10;position:-webkit-sticky;position:sticky;top:0}.signup-module__CJkRVW__navContent{max-width:100%;padding:0 var(--space-lg);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.signup-module__CJkRVW__logo{text-decoration:none}.signup-module__CJkRVW__logoImage{transition:all .2s}.signup-module__CJkRVW__logoMascot{border-radius:50%;margin-right:.5rem;transition:all .3s}.signup-module__CJkRVW__logo:hover .signup-module__CJkRVW__logoImage{transform:translateY(-1px)}.signup-module__CJkRVW__logo:hover .signup-module__CJkRVW__logoMascot{transform:translateY(-1px)scale(1.05)}.signup-module__CJkRVW__cancelMessage{border-radius:var(--radius-lg);padding:var(--space-lg);margin-bottom:var(--space-lg);text-align:center;background:linear-gradient(135deg,#e3f2fd 0%,#f3e5f5 100%);border:1px solid #90caf9;animation:.3s ease-out signup-module__CJkRVW__slideDown}@keyframes signup-module__CJkRVW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.signup-module__CJkRVW__cancelContent p{margin:var(--space-xs)0;color:var(--color-slate);font-size:.95rem}.signup-module__CJkRVW__cancelContent p:first-child{color:var(--color-ink);font-weight:500}.signup-module__CJkRVW__stepIndicator{align-items:center;gap:var(--space-sm);display:flex}.signup-module__CJkRVW__stepDot{width:24px;height:24px;color:var(--color-granite);background:var(--color-cloud);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.signup-module__CJkRVW__stepDot.signup-module__CJkRVW__active{background:var(--color-pine);color:var(--color-stone);transform:scale(1.1)}.signup-module__CJkRVW__stepLine{background:var(--color-fog);width:20px;height:2px}.signup-module__CJkRVW__main{padding:var(--space-lg)0;flex-direction:column;flex:1;display:flex}.signup-module__CJkRVW__loadingContainer{justify-content:center;align-items:center;gap:var(--space-md);flex-direction:column;min-height:60vh;display:flex}.signup-module__CJkRVW__loadingSpinner{border:3px solid var(--color-fog);border-top:3px solid var(--color-pine);border-radius:50%;width:32px;height:32px;animation:1s linear infinite signup-module__CJkRVW__spin}@keyframes signup-module__CJkRVW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.signup-module__CJkRVW__errorBanner{margin:0 var(--space-lg)var(--space-md);border-radius:var(--radius-md);padding:var(--space-md);background:#fee2e2;border:1px solid #fecaca}.signup-module__CJkRVW__errorContent{align-items:center;gap:var(--space-sm);display:flex}.signup-module__CJkRVW__errorIcon{flex-shrink:0;font-size:1.25rem}.signup-module__CJkRVW__errorText{color:#dc2626;flex:1;font-size:.875rem;font-weight:500}.signup-module__CJkRVW__errorClose{color:#dc2626;cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.25rem;transition:background-color .2s;display:flex}.signup-module__CJkRVW__errorClose:hover{background:#fee2e2}@media (min-width:768px){.signup-module__CJkRVW__navContent{max-width:1200px;padding:0 var(--space-xl)}.signup-module__CJkRVW__logoImage{width:140px;height:37px}.signup-module__CJkRVW__stepIndicator{gap:var(--space-md)}.signup-module__CJkRVW__stepDot{width:28px;height:28px;font-size:.8rem}.signup-module__CJkRVW__stepLine{width:32px}.signup-module__CJkRVW__main{padding:var(--space-2xl)0}}@media (min-width:1024px){.signup-module__CJkRVW__nav{padding:var(--space-lg)0}.signup-module__CJkRVW__stepDot{width:32px;height:32px;font-size:.875rem}.signup-module__CJkRVW__stepLine{width:40px}.signup-module__CJkRVW__main{padding:var(--space-3xl)0}}
.ChildrenStep-module__VbTdVa__container{background:var(--color-stone);max-width:100%;min-height:100vh}.ChildrenStep-module__VbTdVa__header{text-align:center;padding:var(--space-xl)var(--space-md)var(--space-lg);background:var(--color-stone)}.ChildrenStep-module__VbTdVa__header h1{font-family:var(--font-display);color:var(--color-ink);margin-bottom:var(--space-sm);letter-spacing:-.02em;font-size:max(1.5rem,min(4vw,2rem));font-weight:400;line-height:1.1}.ChildrenStep-module__VbTdVa__description{color:var(--color-granite);max-width:320px;margin:0 auto;font-size:.95rem;font-weight:400;line-height:1.5}.ChildrenStep-module__VbTdVa__childrenList{padding:0 var(--space-md)var(--space-lg);gap:var(--space-md);flex-direction:column;max-width:480px;margin:0 auto;display:flex}.ChildrenStep-module__VbTdVa__childCard{background:var(--color-stone);border:1px solid var(--color-mist);border-radius:var(--radius-md);box-shadow:var(--shadow-subtle);transition:all .2s;overflow:hidden}.ChildrenStep-module__VbTdVa__childCard:focus-within{border-color:var(--color-sage);box-shadow:var(--shadow-soft)}.ChildrenStep-module__VbTdVa__cardHeader{padding:var(--space-sm)var(--space-md);background:var(--color-snow);border-bottom:1px solid var(--color-mist);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:space-between;align-items:center;transition:all .2s;display:flex}.ChildrenStep-module__VbTdVa__cardHeader:hover{background:var(--color-mist)}.ChildrenStep-module__VbTdVa__collapsed .ChildrenStep-module__VbTdVa__cardHeader{border-bottom:none}.ChildrenStep-module__VbTdVa__headerLeft{align-items:center;gap:var(--space-sm);flex:1;min-width:0;display:flex}.ChildrenStep-module__VbTdVa__headerRight{align-items:center;gap:var(--space-xs);flex-shrink:0;display:flex}.ChildrenStep-module__VbTdVa__childSummary{flex:1;min-width:0}.ChildrenStep-module__VbTdVa__childNumber{background:var(--color-pine);color:var(--color-stone);padding:.25rem var(--space-xs);border-radius:var(--radius-lg);text-align:center;min-width:24px;font-size:.75rem;font-weight:500;font-family:var(--font-body);flex-shrink:0}.ChildrenStep-module__VbTdVa__childName{color:var(--color-charcoal);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.875rem;font-weight:500;overflow:hidden}.ChildrenStep-module__VbTdVa__childMeta{gap:var(--space-sm);color:var(--color-granite);align-items:center;font-size:.8rem;display:flex}.ChildrenStep-module__VbTdVa__socialCount{padding:1px var(--space-xs);background:var(--color-sage);color:var(--color-stone);text-align:center;border-radius:10px;min-width:20px;font-size:.75rem;font-weight:500}.ChildrenStep-module__VbTdVa__removeButton{color:var(--color-granite);cursor:pointer;padding:var(--space-xs);border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.125rem;transition:all .2s;display:flex}.ChildrenStep-module__VbTdVa__removeButton:hover{background:var(--color-coral);color:var(--color-stone)}.ChildrenStep-module__VbTdVa__expandButton{background:var(--color-cloud);color:var(--color-granite);cursor:pointer;padding:var(--space-xs);border-radius:var(--radius-sm);border:none;justify-content:center;align-items:center;width:28px;height:28px;font-family:monospace;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.ChildrenStep-module__VbTdVa__expandButton:hover,.ChildrenStep-module__VbTdVa__expanded .ChildrenStep-module__VbTdVa__expandButton{background:var(--color-sage);color:var(--color-stone)}.ChildrenStep-module__VbTdVa__formFields{padding:var(--space-md);gap:var(--space-lg);flex-direction:column;animation:.3s ease-out ChildrenStep-module__VbTdVa__expandForm;display:flex}@keyframes ChildrenStep-module__VbTdVa__expandForm{0%{opacity:0;max-height:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:500px;padding-top:var(--space-md);padding-bottom:var(--space-md)}}.ChildrenStep-module__VbTdVa__collapsed .ChildrenStep-module__VbTdVa__formFields{display:none}.ChildrenStep-module__VbTdVa__inputGroup{gap:var(--space-xs);flex-direction:column;display:flex}.ChildrenStep-module__VbTdVa__label{color:var(--color-slate);font-size:.875rem;font-weight:500;font-family:var(--font-body);margin-bottom:.25rem}.ChildrenStep-module__VbTdVa__required{color:var(--color-coral);font-weight:600}.ChildrenStep-module__VbTdVa__hint{color:var(--color-granite);margin:0 0 var(--space-sm)0;font-size:.8rem;line-height:1.4}.ChildrenStep-module__VbTdVa__input{width:100%;padding:var(--space-sm)var(--space-md);border:1px solid var(--color-cloud);border-radius:var(--radius-sm);background:var(--color-stone);color:var(--color-slate);font-size:.95rem;font-family:var(--font-body);align-items:center;height:44px;font-weight:400;line-height:1.2;transition:all .2s;display:flex}.ChildrenStep-module__VbTdVa__input:focus{border-color:var(--color-sage);outline:none;box-shadow:0 0 0 2px rgba(149,169,156,.1)}.ChildrenStep-module__VbTdVa__input::placeholder{color:var(--color-granite);font-size:.9rem;font-weight:400}.ChildrenStep-module__VbTdVa__input.ChildrenStep-module__VbTdVa__error{border-color:var(--color-coral);box-shadow:0 0 0 2px rgba(255,107,107,.1)}.ChildrenStep-module__VbTdVa__ageRow{gap:var(--space-sm);grid-template-columns:2fr 1fr;display:grid}.ChildrenStep-module__VbTdVa__select{width:100%;height:44px;padding:0 2.5rem 0 var(--space-md);border:1px solid var(--color-cloud);border-radius:var(--radius-sm);background:var(--color-stone);color:var(--color-slate);font-size:.95rem;font-family:var(--font-body);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem 1.25rem;align-items:center;font-weight:400;line-height:1.2;transition:all .2s;display:flex}.ChildrenStep-module__VbTdVa__select:focus{border-color:var(--color-sage);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2395a99c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");outline:none;box-shadow:0 0 0 2px rgba(149,169,156,.1)}.ChildrenStep-module__VbTdVa__select.ChildrenStep-module__VbTdVa__error{border-color:var(--color-coral);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ff6b6b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");box-shadow:0 0 0 2px rgba(255,107,107,.1)}.ChildrenStep-module__VbTdVa__select option{background:var(--color-stone);color:var(--color-slate);padding:var(--space-sm);line-height:1.5}.ChildrenStep-module__VbTdVa__socialInputs{gap:var(--space-sm);flex-direction:column;display:flex}.ChildrenStep-module__VbTdVa__socialInput{background:var(--color-snow);border:1px solid var(--color-mist);border-radius:var(--radius-sm);align-items:center;height:44px;padding:0;transition:all .2s;display:flex;overflow:hidden}.ChildrenStep-module__VbTdVa__socialInput:focus-within{border-color:var(--color-sage);background:var(--color-stone);box-shadow:0 0 0 2px rgba(149,169,156,.1)}.ChildrenStep-module__VbTdVa__socialPrefix{padding:0 var(--space-md);background:var(--color-mist);border-right:1px solid var(--color-cloud);flex-shrink:0;justify-content:center;align-items:center;min-width:40px;height:100%;display:flex}.ChildrenStep-module__VbTdVa__socialAt{color:var(--color-granite);font-size:1rem;font-weight:500}.ChildrenStep-module__VbTdVa__socialTextInput{padding:var(--space-sm)var(--space-md);color:var(--color-slate);font-size:.95rem;font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1;font-weight:400}.ChildrenStep-module__VbTdVa__socialTextInput::placeholder{color:var(--color-granite);font-size:.9rem;font-weight:400}.ChildrenStep-module__VbTdVa__errorText{color:var(--color-coral);font-size:.8rem;font-weight:400;font-family:var(--font-body);margin-top:.25rem}.ChildrenStep-module__VbTdVa__actions{padding:0 var(--space-md)var(--space-lg);align-items:center;gap:var(--space-md);flex-direction:column;max-width:480px;margin:0 auto;display:flex}.ChildrenStep-module__VbTdVa__addButton{border:1px dashed var(--color-cloud);color:var(--color-granite);padding:var(--space-sm)var(--space-lg);border-radius:var(--radius-sm);cursor:pointer;font-size:.9rem;font-weight:400;font-family:var(--font-body);text-align:center;background:0 0;justify-content:center;align-items:center;min-width:160px;height:44px;transition:all .2s;display:flex}.ChildrenStep-module__VbTdVa__addButton:hover{background:var(--color-sage);color:var(--color-stone);border-color:var(--color-sage)}.ChildrenStep-module__VbTdVa__savingsCard{background:var(--color-snow);border:1px solid var(--color-sage);border-radius:var(--radius-md);padding:var(--space-md);text-align:center;box-shadow:var(--shadow-soft);max-width:280px;animation:.3s ease-out ChildrenStep-module__VbTdVa__slideInUp}.ChildrenStep-module__VbTdVa__savingsHeader{margin-bottom:var(--space-xs);color:var(--color-slate);font-size:.875rem;font-weight:500;font-family:var(--font-body)}.ChildrenStep-module__VbTdVa__savingsContent{flex-direction:column;gap:.25rem;display:flex}.ChildrenStep-module__VbTdVa__savingsAmount{color:var(--color-pine);font-size:1.1rem;font-weight:600;font-family:var(--font-display);letter-spacing:-.01em}.ChildrenStep-module__VbTdVa__savingsDetails{color:var(--color-granite);font-size:.8rem;font-weight:400;line-height:1.4}@keyframes ChildrenStep-module__VbTdVa__slideInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ChildrenStep-module__VbTdVa__bottomSection{background:var(--color-stone);padding:var(--space-xs)var(--space-md)var(--space-sm);border-top:1px solid var(--color-mist);max-width:480px;margin:0 auto;position:-webkit-sticky;position:sticky;bottom:0;box-shadow:0 -1px 4px rgba(0,0,0,.08)}.ChildrenStep-module__VbTdVa__footer{background:var(--color-snow);padding:var(--space-sm)var(--space-md);border-top:1px solid var(--color-cloud);max-width:480px;margin:0 auto}.ChildrenStep-module__VbTdVa__buttonRow{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.ChildrenStep-module__VbTdVa__backButton{color:var(--color-granite);cursor:pointer;padding:var(--space-xs);border-radius:var(--radius-sm);font-size:.85rem;font-family:var(--font-body);text-align:left;background:0 0;border:none;align-items:center;gap:2px;min-width:50px;height:40px;font-weight:400;transition:all .2s;display:flex}.ChildrenStep-module__VbTdVa__backButton:hover{color:var(--color-charcoal);background:var(--color-snow)}.ChildrenStep-module__VbTdVa__continueButton{padding:var(--space-xs)var(--space-md);border-radius:var(--radius-sm);background:var(--color-pine);color:var(--color-stone);font-size:.95rem;font-weight:500;font-family:var(--font-body);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;min-width:120px;height:40px;transition:all .2s;display:flex}.ChildrenStep-module__VbTdVa__continueButton:hover:not(:disabled){background:var(--color-forest);transform:translateY(-1px)}.ChildrenStep-module__VbTdVa__continueButton:active{transform:translateY(0)}.ChildrenStep-module__VbTdVa__continueButton:disabled{opacity:.6;cursor:not-allowed}.ChildrenStep-module__VbTdVa__privacyNote{text-align:center;color:var(--color-granite);justify-content:center;align-items:center;gap:var(--space-xs);margin:0;font-size:.75rem;font-weight:400;line-height:1.3;display:flex}.ChildrenStep-module__VbTdVa__privacyIcon{color:var(--color-sage);flex-shrink:0;font-size:.7rem}@media (min-width:768px){.ChildrenStep-module__VbTdVa__header{padding:var(--space-2xl)var(--space-lg)var(--space-xl)}.ChildrenStep-module__VbTdVa__header h1{margin-bottom:var(--space-md);font-size:2rem}.ChildrenStep-module__VbTdVa__description{max-width:400px;font-size:1.1rem}.ChildrenStep-module__VbTdVa__childrenList{padding:0 var(--space-lg)var(--space-xl);gap:var(--space-lg);max-width:600px}.ChildrenStep-module__VbTdVa__formFields{padding:var(--space-lg);gap:var(--space-lg)}.ChildrenStep-module__VbTdVa__socialInputs{gap:var(--space-md);flex-direction:row}.ChildrenStep-module__VbTdVa__socialInput{flex:1}.ChildrenStep-module__VbTdVa__actions{padding:0 var(--space-lg)var(--space-xl);gap:var(--space-lg);max-width:600px}.ChildrenStep-module__VbTdVa__bottomSection{padding:var(--space-md)var(--space-lg);max-width:600px;box-shadow:none;position:static}.ChildrenStep-module__VbTdVa__buttonRow{justify-content:center;gap:var(--space-xl)}.ChildrenStep-module__VbTdVa__continueButton{flex:none;max-width:240px;height:44px;font-size:1rem}.ChildrenStep-module__VbTdVa__backButton{min-width:80px;height:44px;font-size:.9rem}.ChildrenStep-module__VbTdVa__footer{padding:var(--space-md)var(--space-lg);max-width:600px}}@media (min-width:1024px){.ChildrenStep-module__VbTdVa__header{padding:var(--space-3xl)var(--space-xl)var(--space-2xl)}.ChildrenStep-module__VbTdVa__header h1{margin-bottom:var(--space-lg);font-size:2.25rem}.ChildrenStep-module__VbTdVa__description{max-width:500px;font-size:1.2rem}.ChildrenStep-module__VbTdVa__childrenList{padding:0 var(--space-xl)var(--space-2xl);gap:var(--space-xl);max-width:700px}.ChildrenStep-module__VbTdVa__formFields{padding:var(--space-xl);gap:var(--space-xl)}.ChildrenStep-module__VbTdVa__actions{padding:0 var(--space-xl)var(--space-2xl);gap:var(--space-xl);max-width:700px}.ChildrenStep-module__VbTdVa__bottomSection{padding:var(--space-lg)var(--space-xl);max-width:700px}.ChildrenStep-module__VbTdVa__buttonRow{justify-content:center;gap:var(--space-2xl)}.ChildrenStep-module__VbTdVa__continueButton{height:48px;font-size:1.1rem}.ChildrenStep-module__VbTdVa__backButton{min-width:100px;height:48px;font-size:1rem}.ChildrenStep-module__VbTdVa__footer{padding:var(--space-lg)var(--space-xl);max-width:700px}.ChildrenStep-module__VbTdVa__savingsCard{max-width:320px}}@media (prefers-reduced-motion:reduce){.ChildrenStep-module__VbTdVa__savingsCard,.ChildrenStep-module__VbTdVa__childCard,.ChildrenStep-module__VbTdVa__addButton,.ChildrenStep-module__VbTdVa__continueButton{transition-duration:.01ms;animation:none}}@media (prefers-contrast:high){.ChildrenStep-module__VbTdVa__childCard,.ChildrenStep-module__VbTdVa__field input,.ChildrenStep-module__VbTdVa__monthSelect,.ChildrenStep-module__VbTdVa__yearSelect,.ChildrenStep-module__VbTdVa__socialField{border-width:2px}}
.BottomNavigation-module__YSY67q__bottomSection{background:var(--color-stone);padding:var(--space-xs)var(--space-md)var(--space-sm);border-top:1px solid var(--color-mist);max-width:480px;margin:0 auto;position:-webkit-sticky;position:sticky;bottom:0;box-shadow:0 -1px 4px rgba(0,0,0,.08)}.BottomNavigation-module__YSY67q__buttonRow{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.BottomNavigation-module__YSY67q__backButton{color:var(--color-granite);cursor:pointer;padding:var(--space-xs);border-radius:var(--radius-sm);font-size:.85rem;font-family:var(--font-body);text-align:left;background:0 0;border:none;align-items:center;gap:2px;min-width:50px;height:40px;font-weight:400;transition:all .2s;display:flex}.BottomNavigation-module__YSY67q__backButton:hover:not(:disabled){color:var(--color-charcoal);background:var(--color-snow)}.BottomNavigation-module__YSY67q__backButton:disabled{opacity:.5;cursor:not-allowed}.BottomNavigation-module__YSY67q__continueButton{padding:var(--space-xs)var(--space-md);border-radius:var(--radius-sm);flex:1;min-width:120px;height:40px;font-size:.95rem;font-weight:500}.BottomNavigation-module__YSY67q__continueButton:hover:not(:disabled){background:var(--color-forest);transform:translateY(-1px)}.BottomNavigation-module__YSY67q__continueButton:active{transform:translateY(0)}.BottomNavigation-module__YSY67q__continueButton:disabled{opacity:.6;cursor:not-allowed}.BottomNavigation-module__YSY67q__footer{background:var(--color-snow);padding:var(--space-sm)var(--space-md);border-top:1px solid var(--color-cloud);text-align:center;max-width:480px;color:var(--color-granite);margin:0 auto;font-size:.75rem;font-weight:400;line-height:1.3}@media (min-width:768px){.BottomNavigation-module__YSY67q__bottomSection{padding:var(--space-md)var(--space-lg);max-width:600px;box-shadow:none;position:static}.BottomNavigation-module__YSY67q__buttonRow{justify-content:center;gap:var(--space-xl)}.BottomNavigation-module__YSY67q__continueButton{flex:none;max-width:240px;height:44px;font-size:1rem}.BottomNavigation-module__YSY67q__backButton{min-width:80px;height:44px;font-size:.9rem}.BottomNavigation-module__YSY67q__footer{padding:var(--space-md)var(--space-lg);max-width:600px;font-size:.8rem}}@media (min-width:1024px){.BottomNavigation-module__YSY67q__bottomSection{padding:var(--space-lg)var(--space-xl);max-width:700px}.BottomNavigation-module__YSY67q__buttonRow{justify-content:center;gap:var(--space-2xl)}.BottomNavigation-module__YSY67q__continueButton{height:48px;font-size:1.1rem}.BottomNavigation-module__YSY67q__backButton{min-width:100px;height:48px;font-size:1rem}.BottomNavigation-module__YSY67q__footer{padding:var(--space-lg)var(--space-xl);max-width:700px;font-size:.875rem}}@media (prefers-reduced-motion:reduce){.BottomNavigation-module__YSY67q__continueButton,.BottomNavigation-module__YSY67q__backButton{transition-duration:.01ms}}@media (prefers-contrast:high){.BottomNavigation-module__YSY67q__bottomSection,.BottomNavigation-module__YSY67q__footer{border-width:2px}}
@apply inline-flex text-center items-center leading-7;@apply bg-zinc-200 rounded-full h-2 w-2;.LoadingDots-module__A7eocW__root span{margin:0 2px;animation-name:LoadingDots-module__A7eocW__blink;animation-duration:1.4s;animation-iteration-count:infinite;animation-fill-mode:both}.LoadingDots-module__A7eocW__root span:nth-of-type(2){animation-delay:.2s}.LoadingDots-module__A7eocW__root span:nth-of-type(3){animation-delay:.4s}@keyframes LoadingDots-module__A7eocW__blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}
@apply bg-white text-zinc-800 cursor-pointer inline-flex px-10 rounded-sm leading-6 transition ease-in-out duration-150 shadow-sm font-semibold text-center justify-center uppercase py-4 border border-transparent items-center;@apply bg-zinc-800 text-white border border-white;@apply outline-none ring-2 ring-pink-500 ring-opacity-50;@apply bg-zinc-600;@apply bg-zinc-700 text-zinc-500 border-zinc-600 cursor-not-allowed;@apply py-2 transform-none normal-case;@apply text-zinc-400 border-zinc-600 bg-zinc-700 cursor-not-allowed;.Button-module__xDwtkW__disabled,.Button-module__xDwtkW__disabled:hover{filter:grayscale();-webkit-perspective:1000px;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0)}
.UserRegistrationStep-module__mvh_uW__container{background:var(--color-stone);max-width:100%;min-height:100vh}.UserRegistrationStep-module__mvh_uW__header{text-align:center;padding:var(--space-xl)var(--space-md)var(--space-lg);background:var(--color-stone)}.UserRegistrationStep-module__mvh_uW__header h1{font-family:var(--font-display);color:var(--color-ink);margin-bottom:var(--space-sm);letter-spacing:-.02em;font-size:max(1.5rem,min(4vw,1.875rem));font-weight:400;line-height:1.1}.UserRegistrationStep-module__mvh_uW__description{color:var(--color-granite);max-width:320px;margin:0 auto;font-size:.95rem;font-weight:400;line-height:1.5}.UserRegistrationStep-module__mvh_uW__form{padding:0 var(--space-md);margin-bottom:var(--space-lg);max-width:480px;margin-left:auto;margin-right:auto}.UserRegistrationStep-module__mvh_uW__formFields{gap:var(--space-md);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.UserRegistrationStep-module__mvh_uW__field{gap:var(--space-xs);flex-direction:column;display:flex}.UserRegistrationStep-module__mvh_uW__field input{width:100%;padding:var(--space-sm)var(--space-md);border:1px solid var(--color-cloud);border-radius:var(--radius-sm);background:var(--color-stone);color:var(--color-slate);font-size:.95rem;font-family:var(--font-body);height:44px;font-weight:400;transition:all .2s}.UserRegistrationStep-module__mvh_uW__field input:focus{border-color:var(--color-sage);outline:none;box-shadow:0 0 0 2px rgba(149,169,156,.1)}.UserRegistrationStep-module__mvh_uW__field input::placeholder{color:var(--color-granite);font-size:.9rem;font-weight:400}.UserRegistrationStep-module__mvh_uW__field input.UserRegistrationStep-module__mvh_uW__error{border-color:var(--color-coral);box-shadow:0 0 0 2px rgba(255,107,107,.1)}.UserRegistrationStep-module__mvh_uW__field select{width:100%;height:44px;padding:0 2.5rem 0 var(--space-md);border:1px solid var(--color-cloud);border-radius:var(--radius-sm);background:var(--color-stone);color:var(--color-slate);font-size:.95rem;font-family:var(--font-body);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem 1.25rem;align-items:center;font-weight:400;line-height:1.2;transition:all .2s;display:flex}.UserRegistrationStep-module__mvh_uW__field select:focus{border-color:var(--color-sage);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2395a99c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");outline:none;box-shadow:0 0 0 2px rgba(149,169,156,.1)}.UserRegistrationStep-module__mvh_uW__field select.UserRegistrationStep-module__mvh_uW__error{border-color:var(--color-coral);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ff6b6b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");box-shadow:0 0 0 2px rgba(255,107,107,.1)}.UserRegistrationStep-module__mvh_uW__field select option{background:var(--color-stone);color:var(--color-slate);padding:var(--space-sm);line-height:1.5}.UserRegistrationStep-module__mvh_uW__field select:invalid{color:var(--color-granite)}.UserRegistrationStep-module__mvh_uW__passwordField{align-items:center;display:flex;position:relative}.UserRegistrationStep-module__mvh_uW__passwordField input{padding-right:2.5rem}.UserRegistrationStep-module__mvh_uW__passwordToggle{right:var(--space-sm);cursor:pointer;color:var(--color-granite);padding:var(--space-xs);border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex;position:absolute}.UserRegistrationStep-module__mvh_uW__passwordToggle:hover{color:var(--color-charcoal);background:var(--color-snow)}.UserRegistrationStep-module__mvh_uW__fieldHint{color:var(--color-granite);margin:0;font-size:.8rem;font-weight:400;line-height:1.3}.UserRegistrationStep-module__mvh_uW__errorText{color:var(--color-coral);font-size:.8rem;font-weight:400;font-family:var(--font-body);margin-top:.25rem}.UserRegistrationStep-module__mvh_uW__securityNote{text-align:center;color:var(--color-granite);padding:var(--space-sm)var(--space-md);background:var(--color-snow);border-radius:var(--radius-md);border:1px solid var(--color-mist);justify-content:center;align-items:center;gap:var(--space-xs);font-size:.8rem;font-weight:400;display:flex}.UserRegistrationStep-module__mvh_uW__bottomSection{background:var(--color-stone);padding:var(--space-xs)var(--space-md)var(--space-sm);border-top:1px solid var(--color-mist);max-width:480px;margin:0 auto;position:-webkit-sticky;position:sticky;bottom:0;box-shadow:0 -1px 4px rgba(0,0,0,.08)}.UserRegistrationStep-module__mvh_uW__footer{background:var(--color-snow);padding:var(--space-sm)var(--space-md);border-top:1px solid var(--color-cloud);max-width:480px;margin:0 auto}.UserRegistrationStep-module__mvh_uW__buttonRow{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.UserRegistrationStep-module__mvh_uW__backButton{color:var(--color-granite);cursor:pointer;padding:var(--space-xs);border-radius:var(--radius-sm);font-size:.85rem;font-family:var(--font-body);text-align:left;background:0 0;border:none;align-items:center;gap:2px;min-width:50px;height:40px;font-weight:400;transition:all .2s;display:flex}.UserRegistrationStep-module__mvh_uW__backButton:hover{color:var(--color-charcoal);background:var(--color-snow)}.UserRegistrationStep-module__mvh_uW__continueButton{padding:var(--space-xs)var(--space-md);border-radius:var(--radius-sm);flex:1;min-width:120px;height:40px;font-size:.95rem;font-weight:500}.UserRegistrationStep-module__mvh_uW__termsNote{text-align:center;color:var(--color-granite);margin:0;font-size:.75rem;font-weight:400;line-height:1.3}.UserRegistrationStep-module__mvh_uW__link{color:var(--color-pine);font-weight:500;text-decoration:none}.UserRegistrationStep-module__mvh_uW__link:hover{text-decoration:underline}@media (min-width:768px){.UserRegistrationStep-module__mvh_uW__header{padding:var(--space-2xl)var(--space-lg)var(--space-xl)}.UserRegistrationStep-module__mvh_uW__header h1{margin-bottom:var(--space-md);font-size:2rem}.UserRegistrationStep-module__mvh_uW__description{max-width:400px;font-size:1.1rem}.UserRegistrationStep-module__mvh_uW__form{padding:0 var(--space-lg)var(--space-xl);max-width:600px}.UserRegistrationStep-module__mvh_uW__formFields{gap:var(--space-lg)}.UserRegistrationStep-module__mvh_uW__bottomSection{padding:var(--space-md)var(--space-lg);max-width:600px;box-shadow:none;position:static}.UserRegistrationStep-module__mvh_uW__buttonRow{justify-content:center;gap:var(--space-xl)}.UserRegistrationStep-module__mvh_uW__continueButton{flex:none;max-width:240px;height:44px;font-size:1rem}.UserRegistrationStep-module__mvh_uW__backButton{min-width:80px;height:44px;font-size:.9rem}.UserRegistrationStep-module__mvh_uW__footer{padding:var(--space-md)var(--space-lg);max-width:600px}.UserRegistrationStep-module__mvh_uW__termsNote{font-size:.8rem}}@media (min-width:1024px){.UserRegistrationStep-module__mvh_uW__header{padding:var(--space-3xl)var(--space-xl)var(--space-2xl)}.UserRegistrationStep-module__mvh_uW__header h1{margin-bottom:var(--space-lg);font-size:2.25rem}.UserRegistrationStep-module__mvh_uW__description{max-width:500px;font-size:1.2rem}.UserRegistrationStep-module__mvh_uW__form{padding:0 var(--space-xl)var(--space-2xl);max-width:700px}.UserRegistrationStep-module__mvh_uW__formFields{gap:var(--space-xl)}.UserRegistrationStep-module__mvh_uW__field input{padding:var(--space-md)var(--space-lg);height:48px;font-size:1rem}.UserRegistrationStep-module__mvh_uW__field select{height:48px;padding:0 3rem 0 var(--space-lg);font-size:1rem}.UserRegistrationStep-module__mvh_uW__passwordToggle{right:var(--space-lg);width:36px;height:36px}.UserRegistrationStep-module__mvh_uW__bottomSection{padding:var(--space-lg)var(--space-xl);max-width:700px}.UserRegistrationStep-module__mvh_uW__buttonRow{justify-content:center;gap:var(--space-2xl)}.UserRegistrationStep-module__mvh_uW__continueButton{height:48px;font-size:1.1rem}.UserRegistrationStep-module__mvh_uW__backButton{min-width:100px;height:48px;font-size:1rem}.UserRegistrationStep-module__mvh_uW__footer{padding:var(--space-lg)var(--space-xl);max-width:700px}.UserRegistrationStep-module__mvh_uW__termsNote{font-size:.875rem}}
.CheckoutStep-module__2IBJZq__container{background:var(--color-stone);max-width:100%;min-height:100vh}.CheckoutStep-module__2IBJZq__header{text-align:center;padding:var(--space-xl)var(--space-md)var(--space-lg);background:var(--color-stone)}.CheckoutStep-module__2IBJZq__header h1{font-family:var(--font-display);color:var(--color-ink);margin-bottom:var(--space-sm);letter-spacing:-.02em;font-size:max(1.5rem,min(4vw,1.875rem));font-weight:400;line-height:1.1}.CheckoutStep-module__2IBJZq__description{color:var(--color-granite);max-width:320px;margin:0 auto;font-size:.95rem;font-weight:400;line-height:1.5}.CheckoutStep-module__2IBJZq__progressIndicator{justify-content:center;align-items:center;gap:var(--space-xs);margin-top:var(--space-md);padding:0 var(--space-md);display:flex}.CheckoutStep-module__2IBJZq__progressStep{width:32px;height:32px;font-size:.85rem;font-weight:600;font-family:var(--font-body);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.CheckoutStep-module__2IBJZq__progressStep.CheckoutStep-module__2IBJZq__completed{background:var(--color-sage);color:#fff}.CheckoutStep-module__2IBJZq__progressStep.CheckoutStep-module__2IBJZq__current{background:var(--color-pine);color:#fff}.CheckoutStep-module__2IBJZq__progressStep.CheckoutStep-module__2IBJZq__active{background:var(--color-sage);color:#fff;animation:1.5s ease-in-out infinite CheckoutStep-module__2IBJZq__pulse}.CheckoutStep-module__2IBJZq__progressLine{background:var(--color-sage);border-radius:1px;width:24px;height:2px}@keyframes CheckoutStep-module__2IBJZq__pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.CheckoutStep-module__2IBJZq__summary{padding:0 var(--space-md);gap:var(--space-md);margin-bottom:var(--space-lg);flex-direction:column;max-width:480px;margin-left:auto;margin-right:auto;display:flex}.CheckoutStep-module__2IBJZq__planCard{background:var(--color-snow);border:1px solid var(--color-sage);border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-subtle);transition:all .2s}.CheckoutStep-module__2IBJZq__planCard:focus-within{border-color:var(--color-pine);box-shadow:var(--shadow-soft)}.CheckoutStep-module__2IBJZq__planInfo{margin-bottom:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.CheckoutStep-module__2IBJZq__planName{color:var(--color-ink);font-size:1rem;font-weight:600;font-family:var(--font-body)}.CheckoutStep-module__2IBJZq__planPrice{align-items:baseline;gap:2px;display:flex}.CheckoutStep-module__2IBJZq__price{color:var(--color-pine);font-size:1.25rem;font-weight:600;font-family:var(--font-display)}.CheckoutStep-module__2IBJZq__period{color:var(--color-granite);font-size:.875rem;font-weight:400}.CheckoutStep-module__2IBJZq__planDetails{color:var(--color-granite);margin:0;margin-top:var(--space-xs);font-size:.85rem;font-weight:400;line-height:1.4}.CheckoutStep-module__2IBJZq__childrenCard{background:var(--color-stone);border:1px solid var(--color-mist);border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-subtle)}.CheckoutStep-module__2IBJZq__childrenCard h3{font-family:var(--font-body);color:var(--color-charcoal);margin:0 0 var(--space-sm)0;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.CheckoutStep-module__2IBJZq__childrenGrid{gap:var(--space-sm);flex-direction:column;display:flex}.CheckoutStep-module__2IBJZq__childItem{padding:var(--space-sm);background:var(--color-snow);border-radius:var(--radius-sm);border:1px solid var(--color-cloud);transition:all .2s}.CheckoutStep-module__2IBJZq__childItem:hover{border-color:var(--color-sage)}.CheckoutStep-module__2IBJZq__childName{color:var(--color-charcoal);margin-bottom:2px;font-size:.875rem;font-weight:500}.CheckoutStep-module__2IBJZq__childMeta{gap:var(--space-sm);color:var(--color-granite);align-items:center;font-size:.8rem;display:flex}.CheckoutStep-module__2IBJZq__socialCount{padding:1px var(--space-xs);background:var(--color-sage);color:var(--color-stone);text-align:center;border-radius:10px;min-width:20px;font-size:.75rem;font-weight:500}.CheckoutStep-module__2IBJZq__accountCard{background:var(--color-stone);border:1px solid var(--color-mist);border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-subtle)}.CheckoutStep-module__2IBJZq__accountCard h3{font-family:var(--font-body);color:var(--color-charcoal);margin:0 0 var(--space-sm)0;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.CheckoutStep-module__2IBJZq__accountInfo{gap:var(--space-xs);flex-direction:column;display:flex}.CheckoutStep-module__2IBJZq__accountName{color:var(--color-charcoal);margin-bottom:2px;font-size:.875rem;font-weight:500}.CheckoutStep-module__2IBJZq__accountEmail{color:var(--color-granite);font-size:.8rem;font-weight:400}.CheckoutStep-module__2IBJZq__accountCountry{color:var(--color-granite);margin-top:var(--space-xs);font-size:.8rem;font-weight:400}.CheckoutStep-module__2IBJZq__featuresCard{background:var(--color-stone);border:1px solid var(--color-mist);border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-subtle)}.CheckoutStep-module__2IBJZq__featuresCard h3{font-family:var(--font-body);color:var(--color-charcoal);margin:0 0 var(--space-sm)0;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.CheckoutStep-module__2IBJZq__features{gap:var(--space-xs);flex-direction:column;display:flex}.CheckoutStep-module__2IBJZq__feature{color:var(--color-granite);padding:var(--space-xs)var(--space-sm);background:var(--color-snow);border-radius:var(--radius-sm);justify-content:flex-start;align-items:center;gap:var(--space-xs);border:1px solid var(--color-cloud);font-size:.8rem;line-height:1.3;display:flex}.CheckoutStep-module__2IBJZq__featureIcon{color:var(--color-sage);flex-shrink:0;font-size:.7rem}.CheckoutStep-module__2IBJZq__trialCard{background:var(--color-stone);border:1px solid var(--color-mist);border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-subtle)}.CheckoutStep-module__2IBJZq__trialCard h3{font-family:var(--font-body);color:var(--color-charcoal);margin:0 0 var(--space-sm)0;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.CheckoutStep-module__2IBJZq__trialList{gap:var(--space-xs);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.CheckoutStep-module__2IBJZq__trialList li{color:var(--color-granite);padding-left:var(--space-md);font-size:.8rem;font-weight:400;line-height:1.3;position:relative}.CheckoutStep-module__2IBJZq__trialList li:before{content:"✓";color:var(--color-sage);font-size:.75rem;font-weight:600;position:absolute;left:0}.CheckoutStep-module__2IBJZq__errorMessage{border:1px solid var(--color-coral);border-radius:var(--radius-md);padding:var(--space-md);margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-md);background:rgba(255,107,107,.1);display:flex}.CheckoutStep-module__2IBJZq__errorMessage p{color:var(--color-coral);margin:0;font-size:.95rem;font-weight:500}.CheckoutStep-module__2IBJZq__dismissError{color:var(--color-coral);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.25rem;transition:background .2s;display:flex}.CheckoutStep-module__2IBJZq__dismissError:hover{background:rgba(255,107,107,.1)}.CheckoutStep-module__2IBJZq__processingStatus{justify-content:center;align-items:center;gap:var(--space-md);padding:var(--space-xl);text-align:center;background:var(--color-snow);border:1px solid var(--color-sage);border-radius:var(--radius-lg);margin:var(--space-lg)var(--space-md);flex-direction:column;animation:.3s ease-out CheckoutStep-module__2IBJZq__slideInUp;display:flex}.CheckoutStep-module__2IBJZq__processingStatus p{color:var(--color-slate);font-size:.95rem;font-weight:500;font-family:var(--font-body);margin:0}@keyframes CheckoutStep-module__2IBJZq__slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes CheckoutStep-module__2IBJZq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CheckoutStep-module__2IBJZq__childrenCard,.CheckoutStep-module__2IBJZq__accountCard,.CheckoutStep-module__2IBJZq__featuresCard{transition:all .2s}.CheckoutStep-module__2IBJZq__childrenCard:hover,.CheckoutStep-module__2IBJZq__accountCard:hover,.CheckoutStep-module__2IBJZq__featuresCard:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.CheckoutStep-module__2IBJZq__summary{animation:.4s ease-out CheckoutStep-module__2IBJZq__slideInUp}.CheckoutStep-module__2IBJZq__planCard{animation:.3s ease-out CheckoutStep-module__2IBJZq__slideInUp}.CheckoutStep-module__2IBJZq__phaseTransition{opacity:0;animation:.5s ease-out forwards CheckoutStep-module__2IBJZq__fadeIn}@keyframes CheckoutStep-module__2IBJZq__fadeIn{0%{opacity:0}to{opacity:1}}.CheckoutStep-module__2IBJZq__bottomSection{background:var(--color-stone);padding:var(--space-xs)var(--space-md)var(--space-sm);border-top:1px solid var(--color-mist);max-width:480px;margin:0 auto;position:-webkit-sticky;position:sticky;bottom:0;box-shadow:0 -1px 4px rgba(0,0,0,.08)}.CheckoutStep-module__2IBJZq__footer{background:var(--color-snow);padding:var(--space-sm)var(--space-md);border-top:1px solid var(--color-cloud);max-width:480px;margin:0 auto}.CheckoutStep-module__2IBJZq__buttonRow{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.CheckoutStep-module__2IBJZq__backButton{color:var(--color-granite);cursor:pointer;padding:var(--space-xs);border-radius:var(--radius-sm);font-size:.85rem;font-family:var(--font-body);text-align:left;background:0 0;border:none;align-items:center;gap:2px;min-width:50px;height:40px;font-weight:400;transition:all .2s;display:flex}.CheckoutStep-module__2IBJZq__backButton:hover:not(:disabled){color:var(--color-charcoal);background:var(--color-snow)}.CheckoutStep-module__2IBJZq__backButton:disabled{opacity:.5;cursor:not-allowed}.CheckoutStep-module__2IBJZq__startButton{padding:var(--space-xs)var(--space-md);border-radius:var(--radius-sm);flex:1;min-width:120px;height:40px;font-size:.95rem;font-weight:500}.CheckoutStep-module__2IBJZq__legalNote{text-align:center;color:var(--color-granite);margin:0;font-size:.75rem;font-weight:400;line-height:1.3}.CheckoutStep-module__2IBJZq__link{color:var(--color-pine);font-weight:500;text-decoration:none}.CheckoutStep-module__2IBJZq__link:hover{text-decoration:underline}@media (min-width:768px){.CheckoutStep-module__2IBJZq__header{padding:var(--space-2xl)var(--space-lg)var(--space-xl)}.CheckoutStep-module__2IBJZq__header h1{margin-bottom:var(--space-md);font-size:2rem}.CheckoutStep-module__2IBJZq__description{max-width:400px;font-size:1.1rem}.CheckoutStep-module__2IBJZq__summary{padding:0 var(--space-lg)var(--space-xl);gap:var(--space-lg);max-width:600px}.CheckoutStep-module__2IBJZq__childrenGrid{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.CheckoutStep-module__2IBJZq__childItem{padding:var(--space-md)}.CheckoutStep-module__2IBJZq__features{gap:var(--space-sm);grid-template-columns:1fr 1fr;display:grid}.CheckoutStep-module__2IBJZq__feature{padding:var(--space-sm);text-align:left}.CheckoutStep-module__2IBJZq__bottomSection{padding:var(--space-lg);max-width:600px;box-shadow:none;position:static}.CheckoutStep-module__2IBJZq__buttonRow{justify-content:center;gap:var(--space-xl)}.CheckoutStep-module__2IBJZq__startButton{flex:none;max-width:240px;height:44px;font-size:1rem}.CheckoutStep-module__2IBJZq__backButton{min-width:80px;height:44px;font-size:.9rem}.CheckoutStep-module__2IBJZq__footer{padding:var(--space-md)var(--space-lg);max-width:600px}.CheckoutStep-module__2IBJZq__legalNote{font-size:.8rem}}.CheckoutStep-module__2IBJZq__processingStatus{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-lg);background:var(--color-snow);border:1px solid var(--color-ash);border-radius:var(--border-radius-lg);margin:0 var(--space-md)var(--space-lg);color:var(--color-granite);font-size:.9rem;display:flex}.CheckoutStep-module__2IBJZq__processingSpinner{border:2px solid var(--color-ash);border-top:2px solid var(--color-ink);border-radius:50%;width:18px;height:18px;animation:1s linear infinite CheckoutStep-module__2IBJZq__spin}.CheckoutStep-module__2IBJZq__signInPrompt{margin-top:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid var(--color-ash);gap:var(--space-sm);flex-wrap:wrap;display:flex}.CheckoutStep-module__2IBJZq__signInLink{color:var(--color-ink);background:var(--color-snow);border:1px solid var(--color-ash);padding:var(--space-sm)var(--space-md);border-radius:var(--border-radius-md);text-align:center;flex:1;min-width:140px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.CheckoutStep-module__2IBJZq__signInLink:hover{background:var(--color-ash);border-color:var(--color-granite);transform:translateY(-1px)}@media (min-width:1024px){.CheckoutStep-module__2IBJZq__header{padding:var(--space-3xl)var(--space-xl)var(--space-2xl)}.CheckoutStep-module__2IBJZq__header h1{margin-bottom:var(--space-lg);font-size:2.25rem}.CheckoutStep-module__2IBJZq__description{max-width:500px;font-size:1.2rem}.CheckoutStep-module__2IBJZq__summary{padding:0 var(--space-xl)var(--space-2xl);gap:var(--space-xl);max-width:700px}.CheckoutStep-module__2IBJZq__planCard{padding:var(--space-lg)}.CheckoutStep-module__2IBJZq__childrenGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.CheckoutStep-module__2IBJZq__bottomSection{padding:var(--space-xl);max-width:700px}.CheckoutStep-module__2IBJZq__buttonRow{justify-content:center;gap:var(--space-2xl)}.CheckoutStep-module__2IBJZq__startButton{height:48px;font-size:1.1rem}.CheckoutStep-module__2IBJZq__backButton{min-width:100px;height:48px;font-size:1rem}.CheckoutStep-module__2IBJZq__footer{padding:var(--space-lg)var(--space-xl);max-width:700px}.CheckoutStep-module__2IBJZq__legalNote{font-size:.875rem}}.CheckoutStep-module__2IBJZq__checkoutActions{background:var(--color-stone);padding:var(--space-lg)var(--space-md)var(--space-xl);border-top:1px solid var(--color-mist);max-width:480px;margin:0 auto;position:-webkit-sticky;position:sticky;bottom:0;box-shadow:0 -1px 4px rgba(0,0,0,.08)}.CheckoutStep-module__2IBJZq__actionButtons{justify-content:space-between;align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.CheckoutStep-module__2IBJZq__checkoutActions .CheckoutStep-module__2IBJZq__backButton{color:var(--color-granite);cursor:pointer;padding:var(--space-sm);border-radius:var(--radius-sm);font-size:.9rem;font-family:var(--font-body);text-align:left;background:0 0;border:none;align-items:center;gap:4px;min-width:60px;height:44px;font-weight:400;transition:all .2s;display:flex}.CheckoutStep-module__2IBJZq__checkoutActions .CheckoutStep-module__2IBJZq__backButton:hover:not(:disabled){color:var(--color-charcoal);background:var(--color-snow)}.CheckoutStep-module__2IBJZq__checkoutActions .CheckoutStep-module__2IBJZq__backButton:disabled{opacity:.5;cursor:not-allowed}.CheckoutStep-module__2IBJZq__trialCta{flex:1;max-width:280px}.CheckoutStep-module__2IBJZq__checkoutActions .CheckoutStep-module__2IBJZq__legalNote{text-align:center;color:var(--color-granite);margin:0;font-size:.75rem;font-weight:400;line-height:1.3}@media (min-width:768px){.CheckoutStep-module__2IBJZq__checkoutActions{padding:var(--space-xl)var(--space-lg);max-width:600px;box-shadow:none;position:static}.CheckoutStep-module__2IBJZq__actionButtons{justify-content:center;gap:var(--space-xl);margin-bottom:var(--space-lg)}.CheckoutStep-module__2IBJZq__trialCta{max-width:320px}.CheckoutStep-module__2IBJZq__checkoutActions .CheckoutStep-module__2IBJZq__legalNote{font-size:.8rem}}
.TrialButton-module__soia6W__trialButton{background:var(--color-pine);color:var(--color-stone);border-radius:var(--radius-md);cursor:pointer;text-align:center;min-width:200px;font-weight:600;font-family:var(--font-body);border:none;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 2rem;transition:all .2s;display:flex}.TrialButton-module__soia6W__trialButton:hover{background:var(--color-charcoal);transform:translateY(-2px);box-shadow:0 4px 12px rgba(27,67,50,.3)}.TrialButton-module__soia6W__trialButton:active{transform:translateY(0)}.TrialButton-module__soia6W__trialButton:disabled{background:var(--color-granite);cursor:not-allowed;box-shadow:none;transform:none}.TrialButton-module__soia6W__trialButton:disabled:hover{background:var(--color-granite);box-shadow:none;transform:none}.TrialButton-module__soia6W__mainText{font-size:1rem;font-weight:700;line-height:1.2}.TrialButton-module__soia6W__subtext{opacity:.9;font-size:.85rem;font-weight:400;line-height:1.2}.TrialButton-module__soia6W__small{min-width:160px;padding:.75rem 1.5rem}.TrialButton-module__soia6W__small .TrialButton-module__soia6W__mainText{font-size:.875rem}.TrialButton-module__soia6W__small .TrialButton-module__soia6W__subtext{font-size:.75rem}.TrialButton-module__soia6W__medium{min-width:200px;padding:1rem 2rem}.TrialButton-module__soia6W__large{min-width:240px;padding:1.25rem 2.5rem}.TrialButton-module__soia6W__large .TrialButton-module__soia6W__mainText{font-size:1.125rem}.TrialButton-module__soia6W__large .TrialButton-module__soia6W__subtext{font-size:.95rem}
.SignupNavigation-module__PclyFa__nav{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(255,255,255,.95);border-bottom:1px solid #e5e7eb;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0}.SignupNavigation-module__PclyFa__navContent{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.SignupNavigation-module__PclyFa__logo{color:inherit;align-items:center;gap:.75rem;text-decoration:none;display:flex}.SignupNavigation-module__PclyFa__logoMascot{object-fit:cover;border-radius:50%}.SignupNavigation-module__PclyFa__logoImage{height:auto}.SignupNavigation-module__PclyFa__stepIndicator{align-items:center;gap:1rem;display:flex}.SignupNavigation-module__PclyFa__stepDot{background:var(--color-cloud);width:2rem;height:2rem;color:var(--color-granite);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.SignupNavigation-module__PclyFa__stepDot.SignupNavigation-module__PclyFa__active{background:var(--color-pine);color:var(--color-stone)}.SignupNavigation-module__PclyFa__stepLine{background:var(--color-mist);width:2rem;height:2px;transition:all .2s}@media (max-width:640px){.SignupNavigation-module__PclyFa__navContent{padding:0 1rem}.SignupNavigation-module__PclyFa__stepIndicator{gap:.5rem}.SignupNavigation-module__PclyFa__stepDot{width:1.75rem;height:1.75rem;font-size:.75rem}.SignupNavigation-module__PclyFa__stepLine{width:1.5rem}}
.ErrorBanner-module__jHDHYq__errorBanner{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;animation:.3s ease-out ErrorBanner-module__jHDHYq__slideDown}.ErrorBanner-module__jHDHYq__errorContent{align-items:center;gap:.75rem;padding:1rem;display:flex}.ErrorBanner-module__jHDHYq__errorIcon{flex-shrink:0;font-size:1.25rem}.ErrorBanner-module__jHDHYq__errorText{color:#dc2626;flex:1;font-weight:500}.ErrorBanner-module__jHDHYq__errorClose{color:#dc2626;cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.25rem;font-size:1.5rem;line-height:1;transition:background-color .2s}.ErrorBanner-module__jHDHYq__errorClose:hover{background:#fecaca}@keyframes ErrorBanner-module__jHDHYq__slideDown{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}
.LoadingSpinner-module__7aejDa__container{background:#f8fafc;min-height:100vh}.LoadingSpinner-module__7aejDa__nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(255,255,255,.95);border-bottom:1px solid #e5e7eb;padding:1rem 0}.LoadingSpinner-module__7aejDa__navContent{max-width:1200px;margin:0 auto;padding:0 1.5rem}.LoadingSpinner-module__7aejDa__logo{color:inherit;align-items:center;gap:.75rem;text-decoration:none;display:flex}.LoadingSpinner-module__7aejDa__logoMascot{object-fit:cover;border-radius:50%}.LoadingSpinner-module__7aejDa__logoImage{height:auto}.LoadingSpinner-module__7aejDa__main{justify-content:center;align-items:center;max-width:1200px;min-height:calc(100vh - 100px);margin:0 auto;padding:2rem 1.5rem;display:flex}.LoadingSpinner-module__7aejDa__loadingContainer{text-align:center;padding:2rem}.LoadingSpinner-module__7aejDa__loadingSpinner{border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:3rem;height:3rem;margin:0 auto 1rem;animation:1s linear infinite LoadingSpinner-module__7aejDa__spin}@keyframes LoadingSpinner-module__7aejDa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
