:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;min-width:320px;min-height:100vh;background-color:#f3f4f6}.container{max-width:1200px;margin:0 auto;padding:2rem}.form-container{max-width:32rem;margin:2rem auto;padding:1.5rem;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.form-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;line-height:1.5;transition:border-color .15s ease-in-out}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:.375rem;cursor:pointer;transition:background-color .15s ease-in-out}.button-primary{background-color:#3b82f6;color:#fff;border:none}.button-primary:hover{background-color:#2563eb}.button-secondary{background-color:#fff;color:#374151;border:1px solid #d1d5db}.button-secondary:hover{background-color:#f9fafb}.button:disabled{opacity:.5;cursor:not-allowed}.success-message{padding:1rem;margin-bottom:1rem;background-color:#dcfce7;color:#166534;border-radius:.375rem;font-size:.875rem}.form-section{margin-bottom:2rem}.form-section-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#111827}.form-section-description{color:#6b7280;margin-bottom:1.5rem}.radio-group,.checkbox-group{display:flex;flex-direction:column;gap:.5rem}.radio-option,.checkbox-option{display:flex;align-items:center;gap:.5rem}.radio-option input[type=radio],.checkbox-option input[type=checkbox]{width:1rem;height:1rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}
