.form-container{align-items:center;justify-content:center;padding:1rem;max-width:350px;margin:0 auto}.form-container,form{display:flex;flex-direction:column;width:100%}form{gap:.5rem;border-radius:.5rem;margin-top:1rem}label{margin-bottom:.5rem;flex-direction:column;display:flex;gap:.5rem}.success-message{border:1px solid var(--color-success-500);color:var(--color-success-500);border-radius:.5rem;justify-content:space-between;background-color:var(--color-success-100)}.error-message,.success-message{margin-top:1rem;padding:.5rem;display:flex;text-wrap:wrap;align-items:center;width:100%}.error-message{border:1px solid var(--color-error-500);border-radius:.5rem;justify-content:center;color:var(--color-error-500);background-color:var(--color-error-100)}.input-with-icon{position:relative;display:flex;align-items:center}.input-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#9ca3af;z-index:1}.input-field{padding-right:35px;width:100%;border:1px solid #d1d5db;border-radius:.375rem;padding-top:.5rem;padding-bottom:.5rem;line-height:1.5}.input-field:focus{outline:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.expandable-input-section{border:1px solid var(--color-border,#d1d5db);border-radius:.5rem;overflow:hidden;margin-bottom:1rem;background-color:var(--color-surface,#fff)}.input-section-toggle{width:100%;display:flex;align-items:center;gap:.75rem;background:none;border:none;cursor:pointer;font-size:.875rem}.input-section-toggle:focus{outline:2px solid var(--color-primary,#3b82f6);outline-offset:-2px}.toggle-arrow{font-size:1.25rem;color:var(--color-text-secondary,#6b7280);transition:transform .2s ease}.toggle-arrow.expanded{transform:rotate(90deg)}.input-container{max-height:0;overflow:hidden;transition:max-height .2s ease-out}.input-container.expanded{max-height:200px}.input-container .input-with-icon{margin-bottom:0}.help-links-container{display:flex;flex-direction:column;justify-content:center}