.customer-profile{background:#fff;border-radius:10px;max-width:1200px;padding:1rem;box-shadow:0 2px 15px #0000001a}.customer-profile .profile-header{text-align:center;margin-bottom:2rem}.customer-profile .profile-header h1{color:#d14d72;margin-bottom:.5rem;font-size:2.5rem}.customer-profile .profile-header p{color:#666;font-size:1.1rem}.customer-profile .form-section{background:#f8f9fa;border-radius:8px;margin-bottom:3rem;padding:2rem}.customer-profile .form-section h2{color:#d14d72;border-bottom:2px solid #f0c7d2;margin-bottom:1.5rem;padding-bottom:.5rem}.customer-profile .form-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.customer-profile .form-group{margin-bottom:1rem}.customer-profile .form-group label{color:#444;margin-bottom:.5rem;font-weight:500;display:block}.customer-profile .form-group input,.customer-profile .form-group select{border:1px solid #ddd;border-radius:5px;width:100%;padding:.8rem;font-size:1rem;transition:border-color .3s}.customer-profile .form-group input:focus,.customer-profile .form-group select:focus{border-color:#d14d72;outline:none;box-shadow:0 0 0 2px #d14d7233}.customer-profile .form-group .read-only{cursor:not-allowed;background-color:#f3f3f3}.customer-profile .submit-btn{color:#fff;cursor:pointer;background-color:#d14d72;border:none;border-radius:5px;width:200px;margin:2rem auto 0;padding:1rem 2rem;font-size:1.1rem;transition:background-color .3s;display:block}.customer-profile .submit-btn:hover{background-color:#bb3057}.customer-profile .loading{text-align:center;color:#d14d72;padding:2rem;font-size:1.2rem}
