.layout-module-scss-module___xXdFG__outer{--min-padding-left:max(1rem,env(safe-area-inset-left));--min-padding-right:max(1rem,env(safe-area-inset-right));--left-padding:var(--min-padding-left);--right-padding:var(--min-padding-right);flex-direction:column;flex:1;justify-content:space-between;padding-top:1rem;display:flex}@media screen and (max-width:599px){.layout-module-scss-module___xXdFG__outer{--min-padding-left:max(.5rem,env(safe-area-inset-left));--min-padding-right:max(.5rem,env(safe-area-inset-right))}}.layout-module-scss-module___xXdFG__outer form{flex-direction:column;flex:1;justify-content:space-between;display:flex}:where(.layout-module-scss-module___xXdFG__outer>form>:first-child){padding-top:3rem;padding-bottom:3rem}.layout-module-scss-module___xXdFG__bottom-nav{padding-left:var(--min-padding-left);padding-right:var(--min-padding-right);background:rgb(var(--rgb-background)/.75);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;margin-top:1rem;position:sticky;bottom:0}.layout-module-scss-module___xXdFG__buttons{justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 0;display:flex}.layout-module-scss-module___xXdFG__buttons .layout-module-scss-module___xXdFG__button{background-color:var(--color-foreground);color:var(--color-background);text-transform:uppercase;letter-spacing:.075em;cursor:pointer;text-align:center;white-space:nowrap;border-radius:var(--input-border-radius);padding:.75em 2em;font-family:inherit;font-size:max(.75em,14px);font-weight:600;text-decoration:none;transition:opacity .25s;display:block}.layout-module-scss-module___xXdFG__buttons .layout-module-scss-module___xXdFG__button:disabled:where(:not(.layout-module-scss-module___xXdFG__loading):not(.loading)){opacity:.2}.layout-module-scss-module___xXdFG__buttons .layout-module-scss-module___xXdFG__button.layout-module-scss-module___xXdFG__disabled:where(:not(.layout-module-scss-module___xXdFG__loading):not(.loading)){opacity:.2}.layout-module-scss-module___xXdFG__buttons .layout-module-scss-module___xXdFG__button:disabled,.layout-module-scss-module___xXdFG__buttons .layout-module-scss-module___xXdFG__button.layout-module-scss-module___xXdFG__disabled{cursor:not-allowed}.layout-module-scss-module___xXdFG__buttons .layout-module-scss-module___xXdFG__button:focus-visible{box-shadow:0 0 0 .35em var(--color-background),0 0 0 calc(.35em + 1.5px)var(--color-border-active)}.layout-module-scss-module___xXdFG__buttons .layout-module-scss-module___xXdFG__button.layout-module-scss-module___xXdFG__loading{animation:.85s linear infinite layout-module-scss-module___xXdFG__button-loading}.layout-module-scss-module___xXdFG__buttons .layout-module-scss-module___xXdFG__button.loading{animation:.85s linear infinite layout-module-scss-module___xXdFG__button-loading}.layout-module-scss-module___xXdFG__buttons .layout-module-scss-module___xXdFG__button.layout-module-scss-module___xXdFG__secondary{color:var(--color-text-secondary);border:1.5px solid var(--color-border);background-color:#0000}.layout-module-scss-module___xXdFG__buttons .layout-module-scss-module___xXdFG__button.layout-module-scss-module___xXdFG__secondary-alt{background-color:rgb(var(--rgb-foreground)/.08);color:var(--color-primary);border:0}.layout-module-scss-module___xXdFG__buttons .layout-module-scss-module___xXdFG__button.layout-module-scss-module___xXdFG__secondary-alt.layout-module-scss-module___xXdFG__with-border{box-shadow:0 0 0 2px rgb(var(--rgb-foreground)/.125)}@keyframes layout-module-scss-module___xXdFG__button-loading{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.layout-module-scss-module___xXdFG__buttons .layout-module-scss-module___xXdFG__button.layout-module-scss-module___xXdFG__secondary{text-transform:none;letter-spacing:normal;color:var(--color-text-hint);border:0;align-self:stretch;align-items:center;padding:0 1em;font-size:.8rem;font-weight:500;text-decoration:underline;display:flex}.layout-module-scss-module___xXdFG__buttons .layout-module-scss-module___xXdFG__button.layout-module-scss-module___xXdFG__secondary:hover{color:var(--color-text-secondary)}.layout-module-scss-module___xXdFG__price{letter-spacing:normal;text-align:right;color:var(--color-text-hint);margin-left:auto;font-family:Berkeley Mono,ui-monospace,\.AppleSystemUIFontMonospaced,SF Mono,IBM Plex Mono,monospace;font-size:max(14px,.75rem);font-weight:500}.layout-module-scss-module___xXdFG__price strong{color:var(--color-text-secondary);font-weight:700}.layout-module-scss-module___xXdFG__progress{--gap:.25rem;--height:.15rem;--inactive-color:var(--color-border);--active-color:var(--color-foreground);gap:var(--gap);z-index:2;flex-direction:row;display:flex;position:relative}.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment{flex:1 1 0;display:flex;position:relative}.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:first-child{margin-left:calc(-1*var(--min-padding-left));padding-left:var(--min-padding-left)}.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:first-child progress{box-shadow:1px 0 0 1px var(--color-background),calc(-1*var(--min-padding-left))0 0 var(--active-color)}.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:last-child{margin-right:calc(-1*var(--min-padding-right));padding-right:var(--min-padding-right)}.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:last-child progress{box-shadow:-1px 0 0 1px var(--color-background),var(--min-padding-left)0 0 var(--inactive-color)}.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment progress{-webkit-appearance:none;appearance:none;width:0;height:var(--height);flex:1;transform:scaleY(1.01)}.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment progress::-webkit-progress-bar{background:var(--inactive-color)}.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment progress::-webkit-progress-value{background:var(--active-color);height:var(--height)}.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment progress::-moz-progress-bar{background:var(--active-color);height:var(--height)}.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment>span{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.02em;text-shadow:0 0 8px var(--color-background),0 0 5px var(--color-background),0 0 3px var(--color-background);opacity:0;pointer-events:none;font-size:.75rem;font-weight:600;display:none;position:absolute;bottom:0;left:50%;transform:translate(-50%)translateY(0)}.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:not(.layout-module-scss-module___xXdFG__unlocked)>span{color:var(--color-text-whisper)}.layout-module-scss-module___xXdFG__progress-hover-area{display:none}@media (hover:hover){.layout-module-scss-module___xXdFG__progress-hover-area{z-index:1;width:100%;height:1.4rem;display:block;position:absolute;top:-.7rem;left:0}.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment>span{transition:opacity .15s,transform .25s;display:inline-block}.layout-module-scss-module___xXdFG__progress:hover .layout-module-scss-module___xXdFG__progress-segment:first-child>span,.layout-module-scss-module___xXdFG__progress-hover-area:hover+.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:first-child>span{transition-delay:0s}.layout-module-scss-module___xXdFG__progress:hover .layout-module-scss-module___xXdFG__progress-segment:nth-child(2)>span,.layout-module-scss-module___xXdFG__progress-hover-area:hover+.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:nth-child(2)>span{transition-delay:50ms}.layout-module-scss-module___xXdFG__progress:hover .layout-module-scss-module___xXdFG__progress-segment:nth-child(3)>span,.layout-module-scss-module___xXdFG__progress-hover-area:hover+.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:nth-child(3)>span{transition-delay:.1s}.layout-module-scss-module___xXdFG__progress:hover .layout-module-scss-module___xXdFG__progress-segment:nth-child(4)>span,.layout-module-scss-module___xXdFG__progress-hover-area:hover+.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:nth-child(4)>span{transition-delay:.15s}.layout-module-scss-module___xXdFG__progress:hover .layout-module-scss-module___xXdFG__progress-segment:nth-child(5)>span,.layout-module-scss-module___xXdFG__progress-hover-area:hover+.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:nth-child(5)>span{transition-delay:.2s}.layout-module-scss-module___xXdFG__progress:hover .layout-module-scss-module___xXdFG__progress-segment:nth-child(6)>span,.layout-module-scss-module___xXdFG__progress-hover-area:hover+.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:nth-child(6)>span{transition-delay:.25s}.layout-module-scss-module___xXdFG__progress:hover .layout-module-scss-module___xXdFG__progress-segment:nth-child(7)>span,.layout-module-scss-module___xXdFG__progress-hover-area:hover+.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:nth-child(7)>span{transition-delay:.3s}.layout-module-scss-module___xXdFG__progress:hover .layout-module-scss-module___xXdFG__progress-segment:nth-child(8)>span,.layout-module-scss-module___xXdFG__progress-hover-area:hover+.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:nth-child(8)>span{transition-delay:.35s}.layout-module-scss-module___xXdFG__progress:hover .layout-module-scss-module___xXdFG__progress-segment:nth-child(9)>span,.layout-module-scss-module___xXdFG__progress-hover-area:hover+.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:nth-child(9)>span{transition-delay:.4s}.layout-module-scss-module___xXdFG__progress:hover .layout-module-scss-module___xXdFG__progress-segment:nth-child(10)>span,.layout-module-scss-module___xXdFG__progress-hover-area:hover+.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment:nth-child(10)>span{transition-delay:.45s}.layout-module-scss-module___xXdFG__progress:hover .layout-module-scss-module___xXdFG__progress-segment>span,.layout-module-scss-module___xXdFG__progress-hover-area:hover+.layout-module-scss-module___xXdFG__progress .layout-module-scss-module___xXdFG__progress-segment>span{opacity:1;transform:translate(-50%)translateY(-.5rem)}.layout-module-scss-module___xXdFG__bottom-nav{transition:box-shadow .2s}.layout-module-scss-module___xXdFG__bottom-nav:has(>.layout-module-scss-module___xXdFG__progress:hover,>.layout-module-scss-module___xXdFG__progress-hover-area:hover){box-shadow:0 -1.5rem 1rem 0 rgb(var(--rgb-background)/.75)}.layout-module-scss-module___xXdFG__progress-segment:before{content:"";width:100%;height:1.4rem;display:block;position:absolute;top:-.7rem;left:0}.layout-module-scss-module___xXdFG__progress-segment progress{transition:transform .2s}.layout-module-scss-module___xXdFG__progress-segment.layout-module-scss-module___xXdFG__unlocked:hover progress{transform:scaleY(1.75)}.layout-module-scss-module___xXdFG__progress-segment>span>span{transition:color .2s,transform .2s;display:inline-block}.layout-module-scss-module___xXdFG__progress-segment.layout-module-scss-module___xXdFG__unlocked:hover>span>span{color:var(--color-text-primary);transform:translateY(-.2rem)}}
/*# sourceMappingURL=8d9423155cdce64e.css.map*/