*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:#1d1d1f;background:#fafafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.content{flex:1;display:flex;flex-direction:column;align-items:center;padding:80px 16px 40px;width:100%}.content__inner{display:flex;flex-direction:column;align-items:center;max-width:640px;width:100%;animation:sign-up-fade-in .5s ease-in-out}@keyframes sign-up-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.headline{font-size:48px;font-weight:600;line-height:52px;letter-spacing:-2px;text-align:center;margin-bottom:12px}.subtitle{font-size:21px;font-weight:400;line-height:28px;color:#6e6e73;text-align:center;margin-bottom:32px}.form{width:100%;display:flex;flex-direction:column;gap:16px}.form__name-row{display:flex;gap:16px}.form__name-row>.field{flex:1}.field{display:flex;flex-direction:column}.field--consent{margin-top:-8px}.input-wrapper{position:relative;display:flex;align-items:center;background-color:#fff;border:1px solid #1d1d1f;border-radius:8px;padding:19px 15px;cursor:text;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.input-wrapper label{position:absolute;font-size:16px;font-weight:400;line-height:24px;color:#6e6e73;pointer-events:none;transform-origin:left center;transition:all .2s ease-out}.input-wrapper input{width:100%;border:none;outline:none;background:transparent;font-family:inherit;font-size:16px;font-weight:400;line-height:24px;color:#1d1d1f;padding:0}.input-wrapper.has-value{padding:11px 15px}.input-wrapper.has-value label{font-size:12px;font-weight:600;line-height:16px;transform:translateY(-10px)}.input-wrapper.has-value input{margin-top:16px}.input-wrapper:focus-within{border-color:#06c;box-shadow:inset 0 0 0 1px #06c;padding:11px 15px}.input-wrapper:focus-within label{font-size:12px;font-weight:600;line-height:16px;transform:translateY(-10px)}.input-wrapper:focus-within input{margin-top:16px}.input-wrapper.has-error{border-color:#cc2118;background-color:#fee6e5}.input-wrapper input:-webkit-autofill,.input-wrapper input:-webkit-autofill:hover,.input-wrapper input:-webkit-autofill:focus{-webkit-text-fill-color:#1d1d1f;transition:background-color 5000s ease-in-out 0s}.input-wrapper:has(input:-webkit-autofill){padding:11px 15px}.input-wrapper:has(input:-webkit-autofill) label{font-size:12px;font-weight:600;line-height:16px;transform:translateY(-10px)}.input-wrapper:has(input:-webkit-autofill) input{margin-top:16px}.field__error{display:block;min-height:0;font-size:12px;font-weight:400;line-height:16px;color:#cc2118;margin-top:4px}.field__error:empty{display:none}.field__error--generic{text-align:center}.field__error[hidden]{display:none}.field__error a{color:#06c;text-decoration:underline}.checkbox{display:flex;align-items:flex-start;gap:8px;cursor:pointer}.checkbox input[type=checkbox]{width:18px;height:18px;margin-top:1px;flex-shrink:0;accent-color:#1d1d1f}.checkbox__label{font-size:12px;font-weight:400;line-height:16px;color:#6e6e73}.btn-primary{display:flex;justify-content:center;align-items:center;width:100%;border:none;border-radius:12px;padding:24px 32px;min-height:40px;margin-top:16px;font-family:inherit;font-size:16px;font-weight:600;line-height:24px;color:#1d1d1f;background-color:#fff980;cursor:pointer;white-space:nowrap;transition:background-color .15s ease}.btn-primary:hover{background-color:#fffa99}.btn-primary:active{background-color:#fffbb2}.btn-primary:disabled{background-color:#fff;color:#afafaf;outline:1px solid #e2e2e2;cursor:not-allowed}.btn-primary--loading{pointer-events:none;opacity:.7}.after-footer-text{font-size:16px;font-weight:400;line-height:24px;color:#6e6e73;text-align:center;margin-top:16px}@media (max-width: 640px){.content{padding-top:40px}.headline{font-size:32px;line-height:36px;letter-spacing:-1px}.subtitle{font-size:19px;line-height:26px}.form__name-row{flex-direction:column}}
