.profile-page-container{min-height:100vh;background-color:#0f0f0f;color:#fff}.profile-content-wrapper{max-width:1000px;margin:50px auto;padding:40px}.profile-content-wrapper>h1{font-size:2.5rem;font-weight:800;color:var(--point-color);margin-bottom:40px}.profile-form{padding:30px;background-color:#1a1a1a;border-radius:10px;margin-bottom:60px}.profile-form .form-group{margin-bottom:20px}.profile-form label{display:block;font-size:.9rem;font-weight:500;color:var(--text-dark);margin-bottom:8px}.profile-form input[type=email],.profile-form input[type=text]{width:100%;padding:12px;background-color:#2a2a2a;border:1px solid #444;border-radius:5px;color:#fff;font-family:Pretendard,sans-serif;font-size:1rem;box-sizing:border-box}.profile-form input[type=email]:disabled{color:#888;cursor:not-allowed}.profile-form input[type=text]:focus{border-color:var(--point-color);outline:none;box-shadow:0 0 0 2px #f0f3}.profile-form button{padding:12px 25px;background-color:var(--point-color);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease}.profile-form button:hover:not(:disabled){background-color:#e000e0}.profile-form button:disabled{background-color:#555;cursor:not-allowed}.interested-section h2{font-size:1.8rem;font-weight:700;color:var(--text-dark);margin-bottom:20px}
