.user-form-container{max-width:600px;margin:0 auto;padding:2rem}.user-form-wrapper{background:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:2rem}.user-form-title{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;color:#1a1a1a}.form-section{margin-bottom:2rem}.section-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#333;border-bottom:2px solid #e0e0e0;padding-bottom:.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem;color:#333}.form-group input[type=tel],.form-group input[type=text],.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s}.form-group input[type=tel]:focus,.form-group input[type=text]:focus,.form-group select:focus{outline:none;border-color:#007bff}.form-group input[type=tel]:disabled,.form-group input[type=text]:disabled,.form-group select:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.required{color:#dc3545;margin-left:.25rem}.error-message{color:#dc3545}.error-message,.field-hint{font-size:.875rem;margin-top:.25rem;display:block}.field-hint{color:#666}.metadata-section{background:#f8f9fa;padding:1.5rem;border-radius:6px;margin-top:2rem}.metadata-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.metadata-item label{font-size:.875rem;color:#666;font-weight:500;display:block;margin-bottom:.25rem}.metadata-value{font-size:1rem;color:#333;font-weight:400;padding:.5rem 0}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.cancel-button,.submit-button{padding:.75rem 2rem;font-size:1rem;font-weight:500;border:none;border-radius:4px;cursor:pointer;transition:all .3s}.submit-button{background:#007bff;color:white}.submit-button:hover:not(:disabled){background:#0056b3}.submit-button:disabled{background:#ccc;cursor:not-allowed}.cancel-button{background:#6c757d;color:white}.cancel-button:hover:not(:disabled){background:#545b62}.cancel-button:disabled{background:#ccc;cursor:not-allowed}@media (max-width:768px){.user-form-container{padding:1rem}.user-form-wrapper{padding:1.5rem}.metadata-grid{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.cancel-button,.submit-button{width:100%}}