.AuthForm-module__fe77cG__container{max-width:580px;margin:0 auto;padding:3rem 1rem}.AuthForm-module__fe77cG__header{text-align:center;margin-bottom:2rem}.AuthForm-module__fe77cG__heading{font-family:var(--font-display);color:hsl(var(--foreground));margin-bottom:.5rem;font-size:2.25rem;font-weight:700}@media (min-width:768px){.AuthForm-module__fe77cG__heading{font-size:3rem}}.AuthForm-module__fe77cG__subtitle{color:hsl(var(--muted-foreground));font-size:1.125rem}.AuthForm-module__fe77cG__card{background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:var(--shadow-sm);border-radius:.75rem;padding:2rem}.AuthForm-module__fe77cG__tabs{background:hsl(var(--accent));border-radius:.5rem;gap:.5rem;margin-bottom:2rem;padding:.25rem;display:flex}.AuthForm-module__fe77cG__tab{text-align:center;color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .15s}.AuthForm-module__fe77cG__tab:hover{color:hsl(var(--foreground))}.AuthForm-module__fe77cG__tabActive{background:hsl(var(--background));color:hsl(var(--foreground));box-shadow:var(--shadow-sm);}.AuthForm-module__fe77cG__form{flex-direction:column;gap:1.5rem;display:flex}.AuthForm-module__fe77cG__fieldGroup{flex-direction:column;gap:.5rem;display:flex}.AuthForm-module__fe77cG__label{color:hsl(var(--foreground));font-size:.875rem;font-weight:500}.AuthForm-module__fe77cG__required{color:hsl(var(--destructive))}.AuthForm-module__fe77cG__hint{color:hsl(var(--muted-foreground));font-size:.75rem}.AuthForm-module__fe77cG__input{border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--input));background-color:hsl(var(--background));width:100%;height:3rem;color:hsl(var(--foreground));font-size:.875rem;font-family:var(--font-sans);padding:.5rem .75rem;transition:border-color .15s,box-shadow .15s;display:flex}.AuthForm-module__fe77cG__input:focus-visible{border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring));outline:none}.AuthForm-module__fe77cG__input::placeholder{color:hsl(var(--muted-foreground))}.AuthForm-module__fe77cG__inputError{border-color:hsl(var(--destructive));border-width:2px;}.AuthForm-module__fe77cG__select{border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--input));background-color:hsl(var(--background));width:100%;height:3rem;color:hsl(var(--foreground));font-size:.875rem;font-family:var(--font-sans);cursor:pointer;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 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding:.5rem 2.5rem .5rem .75rem;transition:border-color .15s,box-shadow .15s;display:flex}.AuthForm-module__fe77cG__select:focus-visible{border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring));outline:none}.AuthForm-module__fe77cG__grid2{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.AuthForm-module__fe77cG__grid2{grid-template-columns:1fr 1fr}}.AuthForm-module__fe77cG__tagInputRow{gap:.5rem;display:flex}.AuthForm-module__fe77cG__tagInputField{flex:1;}.AuthForm-module__fe77cG__addButton{background:hsl(var(--accent));height:3rem;color:hsl(var(--accent-foreground));font-size:.875rem;font-weight:500;font-family:var(--font-sans);border-radius:calc(var(--radius) - 2px);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0 1.25rem;transition:background .15s;display:inline-flex}.AuthForm-module__fe77cG__addButton:hover{background:hsl(var(--accent)/.8)}.AuthForm-module__fe77cG__tagContainer{background:hsl(var(--accent)/.5);border:1px dashed hsl(var(--border));border-radius:.5rem;flex-wrap:wrap;align-items:flex-start;gap:.5rem;min-height:60px;padding:1rem;display:flex}.AuthForm-module__fe77cG__tagContainerFilled{border-style:solid;}.AuthForm-module__fe77cG__tagPlaceholder{color:hsl(var(--muted-foreground));width:100%;font-size:.875rem}.AuthForm-module__fe77cG__tagChip{background:hsl(var(--foreground));color:hsl(var(--background));border-radius:9999px;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.8125rem;font-weight:500;line-height:1;display:inline-flex}.AuthForm-module__fe77cG__tagRemove{cursor:pointer;width:1rem;height:1rem;color:hsl(var(--background));opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:.875rem;line-height:1;display:inline-flex}.AuthForm-module__fe77cG__tagRemove:hover{opacity:1}.AuthForm-module__fe77cG__tagCount{color:hsl(var(--muted-foreground));font-size:.75rem}.AuthForm-module__fe77cG__fileInput{width:100%;color:hsl(var(--foreground));border:1px solid hsl(var(--border));font-size:.875rem;font-family:var(--font-sans);border-radius:.5rem;display:block}.AuthForm-module__fe77cG__fileInput::file-selector-button{font-size:.875rem;font-weight:600;font-family:var(--font-sans);background:hsl(var(--foreground));color:hsl(var(--background));cursor:pointer;border:0;border-radius:.5rem;margin-right:1rem;padding:.5rem 1rem;transition:opacity .15s}.AuthForm-module__fe77cG__fileInput::file-selector-button:hover{opacity:.9}.AuthForm-module__fe77cG__fileUploaded{background:hsl(var(--accent)/.5);border:1px solid hsl(var(--border));border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.AuthForm-module__fe77cG__fileName{color:hsl(var(--foreground));text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.AuthForm-module__fe77cG__fileSize{color:hsl(var(--muted-foreground));flex-shrink:0;font-size:.75rem}.AuthForm-module__fe77cG__fileRemove{cursor:pointer;color:hsl(var(--destructive));background:0 0;border:none;flex-shrink:0;padding:0;font-size:.875rem;font-weight:500}.AuthForm-module__fe77cG__fileRemove:hover{text-decoration:underline}.AuthForm-module__fe77cG__submitButton{background-color:hsl(var(--foreground));width:100%;height:3rem;color:hsl(var(--background));cursor:pointer;box-shadow:var(--shadow-sm);font-size:.875rem;font-weight:600;font-family:var(--font-sans);border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.625rem 1.25rem;transition:opacity .15s,box-shadow .15s;display:inline-flex}.AuthForm-module__fe77cG__submitButton:hover{opacity:.9}.AuthForm-module__fe77cG__submitButton:disabled{opacity:.5;cursor:not-allowed}.AuthForm-module__fe77cG__error{background:hsl(var(--destructive)/.1);color:hsl(var(--destructive));border-radius:calc(var(--radius) - 2px);padding:.75rem 1rem;font-size:.875rem;font-weight:500}.AuthForm-module__fe77cG__fieldError{color:hsl(var(--destructive));font-size:.75rem}.AuthForm-module__fe77cG__footer{text-align:center;color:hsl(var(--muted-foreground));margin-top:1.5rem;font-size:.875rem}.AuthForm-module__fe77cG__link{color:hsl(var(--foreground));font-weight:600;text-decoration:none}.AuthForm-module__fe77cG__link:hover{text-underline-offset:2px;text-decoration:underline}.AuthForm-module__fe77cG__marketing{margin-top:3rem}.AuthForm-module__fe77cG__marketingHeader{text-align:center;margin-bottom:2.5rem}.AuthForm-module__fe77cG__marketingTitle{font-family:var(--font-display);color:hsl(var(--foreground));margin-bottom:1rem;font-size:1.875rem;font-weight:700}@media (min-width:768px){.AuthForm-module__fe77cG__marketingTitle{font-size:2.25rem}}.AuthForm-module__fe77cG__marketingSubtitle{color:hsl(var(--muted-foreground));font-size:1.125rem;line-height:1.6}.AuthForm-module__fe77cG__marketingSection{margin-bottom:2rem}.AuthForm-module__fe77cG__marketingSectionTitle{color:hsl(var(--foreground));margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.AuthForm-module__fe77cG__marketingText{color:hsl(var(--muted-foreground));margin-bottom:1rem;font-size:1rem;line-height:1.6}.AuthForm-module__fe77cG__marketingText:last-child{margin-bottom:0}.AuthForm-module__fe77cG__marketingCta{border-top:1px solid hsl(var(--border));text-align:center;padding-top:2rem}.AuthForm-module__fe77cG__marketingCtaTitle{color:hsl(var(--foreground));margin-bottom:1rem;font-size:1.5rem;font-weight:700}.AuthForm-module__fe77cG__marketingCtaText{color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.6}
.ProfileForm-module__uZtsqW__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}@media (min-width:768px){.ProfileForm-module__uZtsqW__header{align-items:center}}.ProfileForm-module__uZtsqW__logoutButton{color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);cursor:pointer;font-size:.8125rem;font-weight:500;font-family:var(--font-sans);background:0 0;flex-shrink:0;padding:.5rem 1rem;transition:background .15s}.ProfileForm-module__uZtsqW__logoutButton:hover{background:hsl(var(--muted))}.ProfileForm-module__uZtsqW__logoutButton:disabled{opacity:.5;cursor:not-allowed}.ProfileForm-module__uZtsqW__inputDisabled{opacity:.6;cursor:not-allowed;background:hsl(var(--accent))}.ProfileForm-module__uZtsqW__buttonRow{align-items:center;gap:.75rem;display:flex}.ProfileForm-module__uZtsqW__saveButton{background-color:hsl(var(--foreground));height:3rem;color:hsl(var(--background));cursor:pointer;box-shadow:var(--shadow-sm);font-size:.875rem;font-weight:600;font-family:var(--font-sans);border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.625rem 2rem;transition:opacity .15s;display:inline-flex}.ProfileForm-module__uZtsqW__saveButton:hover{opacity:.9}.ProfileForm-module__uZtsqW__saveButton:disabled{opacity:.5;cursor:not-allowed}.ProfileForm-module__uZtsqW__cancelButton{height:3rem;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));cursor:pointer;font-size:.875rem;font-weight:500;font-family:var(--font-sans);background:0 0;border-radius:.5rem;justify-content:center;align-items:center;padding:.625rem 2rem;transition:background .15s;display:inline-flex}.ProfileForm-module__uZtsqW__cancelButton:hover{background:hsl(var(--muted))}.ProfileForm-module__uZtsqW__success{color:#16a249;border-radius:calc(var(--radius) - 2px);background:#16a2491a;padding:.75rem 1rem;font-size:.875rem;font-weight:500}.ProfileForm-module__uZtsqW__parsingStatus{background:hsl(var(--accent)/.5);border-radius:calc(var(--radius) - 2px);color:hsl(var(--muted-foreground));align-items:center;gap:.5rem;margin-top:.5rem;padding:.625rem .875rem;font-size:.8125rem;animation:1.5s ease-in-out infinite ProfileForm-module__uZtsqW__pulse;display:flex}@keyframes ProfileForm-module__uZtsqW__pulse{0%,to{opacity:1}50%{opacity:.6}}.ProfileForm-module__uZtsqW__parsedSummary{border-radius:calc(var(--radius) - 2px);background:#16a24914;border:1px solid #16a24933;margin-top:.5rem;padding:.75rem 1rem;font-size:.8125rem}.ProfileForm-module__uZtsqW__parsedTitle{color:#16a249;margin-bottom:.25rem;font-weight:600}.ProfileForm-module__uZtsqW__parsedDetail{color:hsl(var(--muted-foreground));line-height:1.5}.ProfileForm-module__uZtsqW__reanalyzeButton{color:hsl(var(--primary));font-size:.8125rem;font-family:var(--font-sans);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;margin-top:.5rem;padding:0;text-decoration:underline}.ProfileForm-module__uZtsqW__reanalyzeButton:hover{opacity:.8}.ProfileForm-module__uZtsqW__parseFailed{border-radius:calc(var(--radius) - 2px);color:#ef4343;background:#ef434314;margin-top:.5rem;padding:.625rem .875rem;font-size:.8125rem}.ProfileForm-module__uZtsqW__retryLink{color:#ef4343;font-size:.8125rem;font-family:var(--font-sans);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;text-decoration:underline}.ProfileForm-module__uZtsqW__retryLink:hover{opacity:.8}.ProfileForm-module__uZtsqW__analyzeButton{background:hsl(var(--accent));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);color:hsl(var(--foreground));font-size:.8125rem;font-weight:500;font-family:var(--font-sans);cursor:pointer;margin-top:.5rem;padding:.5rem 1rem;transition:background .15s}.ProfileForm-module__uZtsqW__analyzeButton:hover{background:hsl(var(--muted))}.ProfileForm-module__uZtsqW__privacyNotice{background:hsl(var(--accent)/.5);border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));border-radius:.5rem;margin-top:2rem;padding:1rem 1.25rem;font-size:.8125rem;line-height:1.6}
