:root{--black: #111;--white: #fff;--red: #b40000;--gray: #9e9ea0;--dark-gray: #707072;--light-gray: #cacacb;--extra-light-gray: #f5f5f5;--green: #007d48;--blue: #1190ff;--text-2xs: .75rem;--text-xs: .8125rem;--text-sm: .9375rem;--text-base: 1rem;--text-lg: 1.0625rem;--text-xl: 1.125rem;--text-2xl: 1.1875rem;--text-3xl: 1.375rem;--text-4xl: 1.5rem;--text-5xl: 2.25rem;--font-light: 300;--font-normal: 400;--font-semibold: 600;--font-bold: 700;--breakpoint-sm: 40rem;--breakpoint-lg: 64rem;--breakpoint-xl: 80rem}.page-wrapper{width:100%;max-width:28rem;margin:0 auto;padding:2.5rem 1.25rem;display:flex;flex-direction:column;gap:2rem;min-height:100vh}.signup-screen{display:block}.signup-screen.hidden{display:none}.signup-title{font-size:var(--text-4xl-half);color:var(--black);line-height:1.5}.signup-form{width:100%;display:flex;flex-direction:column;gap:1.5rem}.input-row{display:flex;gap:1rem}.input-group{flex:1;border:1px solid var(--light-gray);border-radius:.25rem;background-color:var(--white);padding:.625rem 1rem}.input-field{width:100%;border:none;background:none;font-size:var(--text-base);color:var(--black);outline:none}.input-wrapper.has-icon{position:relative}.input-wrapper.has-icon .input-field{padding-inline-end:2.5rem}.input-icon{position:absolute;top:50%;right:1rem;transform:translateY(-50%);width:1.5rem;height:1.5rem;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%2020.25H6C5.40326%2020.25%204.83097%2020.0129%204.40901%2019.591C3.98705%2019.169%203.75%2018.5967%203.75%2018V7.5C3.75%206.90326%203.98705%206.33097%204.40901%205.90901C4.83097%205.48705%205.40326%205.25%206%205.25H18C18.5967%205.25%2019.169%205.48705%2019.591%205.90901C20.0129%206.33097%2020.25%206.90326%2020.25%207.5V18C20.25%2018.5967%2020.0129%2019.169%2019.591%2019.591C19.169%2020.0129%2018.5967%2020.25%2018%2020.25Z'%20stroke='%23111111'%20stroke-width='1.5'/%3e%3cpath%20d='M20.25%209.75H3.75M8.25%203V7.5M15.75%203V7.5'%20stroke='%23111111'%20stroke-width='1.5'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;opacity:.5}.input-field::placeholder{color:var(--dark-gray)}.password-hint-list{margin:0;padding:0;list-style:none;font-size:var(--text-xs);color:var(--gray);line-height:1.6}.password-hint-list .valid{color:var(--green)}.password-hint-list .invalid{color:var(--dark-gray)}.password-hint-list .icon{margin-right:.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.5rem;font-size:var(--text-xs);color:var(--dark-gray);line-height:1.6}.checkbox-label input[type=checkbox]{margin-top:.125rem}.checkbox-label .link{text-decoration:underline;color:var(--black)}.terms-screen{display:none}.terms-screen.show{display:block}.terms-title{font-size:var(--text-xl);color:var(--black);line-height:1.5;margin-bottom:.5rem}.terms-subtitle{font-size:var(--text-sm);color:var(--gray);line-height:1.5;margin-bottom:2rem}.terms-content{display:flex;flex-direction:column;gap:1.5rem}.terms-section-title{font-size:var(--text-sm);font-weight:600;color:var(--black);margin-bottom:.5rem}.terms-checkboxes{display:flex;flex-direction:column;gap:1rem}.checkbox-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:1px solid var(--light-gray);border-radius:.5rem;background-color:var(--white)}.checkbox-item input[type=checkbox]{margin-top:.125rem;width:1.25rem;height:1.25rem;flex-shrink:0}.checkbox-content{flex:1}.checkbox-content .title{font-size:var(--text-sm);color:var(--black);margin-bottom:.25rem}.checkbox-content .description{font-size:var(--text-xs);color:var(--gray);line-height:1.4}.required-mark{color:#ef4444;font-weight:600}.terms-actions{display:flex;gap:.75rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--light-gray)}.button{display:inline-flex;justify-content:center;align-items:center;width:100%;height:3rem;padding:.75rem 1.875rem;font-size:var(--text-sm);font-weight:var(--font-semibold);line-height:1;text-align:center;border:none;border-radius:9999px;cursor:pointer;transition:all .2s ease}.button.fill{color:var(--white);background-color:var(--black)}.button.outline{color:var(--black);background-color:var(--white);border:1px solid var(--light-gray)}.button:hover{opacity:.8}.button:focus-visible{outline:.1875rem solid var(--blue)}.button:disabled{opacity:.5;cursor:not-allowed}.button:disabled:hover{opacity:.5}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 639px){.page-wrapper{padding:2.5rem 1rem}.terms-actions{flex-direction:column}.checkbox-item{padding:.75rem}}@media (min-width: 640px){.signup-title{font-size:var(--text-xl)}.terms-title{font-size:var(--text-2xl)}}@media (min-width: 1024px){.page-wrapper{padding:4rem 2rem}.signup-title{font-size:var(--text-2xl)}}
