.complete-profile-modal_modalOverlay__nzzLw{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:50}.complete-profile-modal_modal__T3jdz{background:#fff;border-radius:16px;padding:2rem;width:90%;max-width:500px;box-shadow:0 4px 20px rgba(0,0,0,.6)}.complete-profile-modal_modal__T3jdz h2{text-align:center;font-size:1.5rem;margin-bottom:1rem;font-family:var(--font-poppins)}.complete-profile-modal_imageUpload__5QsFd{display:flex;justify-content:center;margin-bottom:1rem}.complete-profile-modal_placeholder__zWRLh{width:120px;height:120px;background:#eaeaea;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#777;font-size:.9rem;font-family:var(--font-poppins);transition:background .3s ease;border:2px dashed var(--border-color);cursor:pointer;background:#f9f9f9;text-align:center;font-weight:400}.complete-profile-modal_placeholder__zWRLh:hover{background:#e0e0e0}.complete-profile-modal_previewImage__ycAvY{width:120px;height:120px;border-radius:50%;object-fit:cover;cursor:pointer}.complete-profile-modal_input__A8unQ,.complete-profile-modal_textarea__ZmIBm{width:100%;padding:.75rem;margin-bottom:1rem;font-size:16px;border-radius:2rem;height:50px;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:var(--font-poppins)}.complete-profile-modal_textarea__ZmIBm{resize:vertical;min-height:80px}.complete-profile-modal_input__A8unQ:focus,.complete-profile-modal_textarea__ZmIBm:focus{outline:none;border:1px solid var(--primary-color)}.complete-profile-modal_interests__2H_QN{margin-bottom:1rem;max-height:200px;overflow-y:auto}.complete-profile-modal_interestsList__op_0q{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.complete-profile-modal_interestItem__bg_RY{padding:.5rem 1rem;background:#f5f5f5;border:none;border-radius:20px;cursor:pointer;font-size:.9rem;transition:transform .2s ease,background .3s ease;font-family:var(--font-poppins);text-transform:uppercase}.complete-profile-modal_interestItem__bg_RY:hover{transform:scale(1.05)}.complete-profile-modal_selected__p_QUm{background:var(--primary-color);color:black}.complete-profile-modal_submitButton__w31mL{width:100%;padding:.75rem;background:var(--primary-color);color:black;border:none;border-radius:25px;font-size:1rem;cursor:pointer;transition:transform .2s ease,background .3s ease;font-weight:600;font-family:var(--font-poppins)}.complete-profile-modal_submitButton__w31mL:hover{transform:scale(1.02)}.complete-profile-modal_submitButton__w31mL:disabled{background:#ccc;cursor:not-allowed}